Class Notice

java.lang.Object
com.soffid.iam.iga.api.Notice
All Implemented Interfaces:
Serializable

public class Notice extends Object implements Serializable
ValueObject Notice
See Also:
  • Constructor Details

  • Method Details

    • getApplicationName

      public String getApplicationName()
      Gets value for attribute applicationName
    • setApplicationName

      public void setApplicationName(String applicationName)
      Sets value for attribute applicationName
    • getRoleName

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

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

      public String getUserName()
      Gets value for attribute userName
    • setUserName

      public void setUserName(String userName)
      Sets value for attribute userName
    • 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