Class Reminder

    • Constructor Detail

      • Reminder

        public Reminder()
      • Reminder

        public Reminder​(Reminder otherBean)
    • Method Detail

      • getApplicationCode

        public String getApplicationCode()
        Gets value for attribute applicationCode
      • setApplicationCode

        public void setApplicationCode​(String applicationCode)
        Sets value for attribute applicationCode
      • getRoleName

        public String getRoleName()
        Gets value for attribute roleName
      • setRoleName

        public void setRoleName​(String roleName)
        Sets value for attribute roleName
      • getUserCode

        public String getUserCode()
        Gets value for attribute userCode
      • setUserCode

        public void setUserCode​(String userCode)
        Sets value for attribute userCode
      • getUserFullName

        public String getUserFullName()
        Gets value for attribute userFullName
      • setUserFullName

        public void setUserFullName​(String userFullName)
        Sets value for attribute userFullName
      • getInformation

        public String getInformation()
        Gets value for attribute information
      • setInformation

        public void setInformation​(String information)
        Sets value for attribute information
      • getAssignmentDate

        public String getAssignmentDate()
        Gets value for attribute assignmentDate
      • setAssignmentDate

        public void setAssignmentDate​(String assignmentDate)
        Sets value for attribute assignmentDate
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toReminder

        public static Reminder toReminder​(Notificacio vo)
        Creates a Reminder value object based on a Notificacio object.
      • toReminderArray

        public static Reminder[] toReminderArray​(Notificacio[] source)
        Creates a Reminder array on a Notificacio array.
      • toReminder

        public static void toReminder​(Notificacio source,
                                      Reminder target)
        Updates a Reminder value object based on a Notificacio object.