Package com.soffid.iam.iga.api
Class Notice
java.lang.Object
com.soffid.iam.iga.api.Notice
- All Implemented Interfaces:
Serializable
ValueObject Notice
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute applicationNameGets value for attribute assignmentDateGets value for attribute informationGets value for attribute roleNameGets value for attribute userFullNameGets value for attribute userNamevoidsetApplicationName(String applicationName) Sets value for attribute applicationNamevoidsetAssignmentDate(String assignmentDate) Sets value for attribute assignmentDatevoidsetInformation(String information) Sets value for attribute informationvoidsetRoleName(String roleName) Sets value for attribute roleNamevoidsetUserFullName(String userFullName) Sets value for attribute userFullNamevoidsetUserName(String userName) Sets value for attribute userNametoString()Returns a string representation of the value object.
-
Constructor Details
-
Notice
public Notice() -
Notice
-
Notice
-
Notice
-
-
Method Details
-
getApplicationName
Gets value for attribute applicationName -
setApplicationName
Sets value for attribute applicationName -
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getUserFullName
Gets value for attribute userFullName -
setUserFullName
Sets value for attribute userFullName -
getInformation
Gets value for attribute information -
setInformation
Sets value for attribute information -
getAssignmentDate
Gets value for attribute assignmentDate -
setAssignmentDate
Sets value for attribute assignmentDate -
toString
Returns a string representation of the value object.
-