Package com.soffid.iam.base.api
Class Identity
java.lang.Object
com.soffid.iam.base.api.Identity
- All Implemented Interfaces:
Serializable
ValueObject Identity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptionGets value for attribute groupCodeGets value for attribute identityCodeGets value for attribute roleNameGets value for attribute userCodevoidsetDescription(String description) Sets value for attribute descriptionvoidsetGroupCode(String groupCode) Sets value for attribute groupCodevoidsetIdentityCode(String identityCode) Sets value for attribute identityCodevoidsetRoleName(String roleName) Sets value for attribute roleNamevoidsetUserCode(String userCode) Sets value for attribute userCodetoString()Returns a string representation of the value object.
-
Constructor Details
-
Identity
public Identity() -
Identity
-
Identity
-
Identity
-
-
Method Details
-
getUserCode
Gets value for attribute userCode -
setUserCode
Sets value for attribute userCode -
getGroupCode
Gets value for attribute groupCode -
setGroupCode
Sets value for attribute groupCode -
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getIdentityCode
Gets value for attribute identityCode -
setIdentityCode
Sets value for attribute identityCode -
toString
Returns a string representation of the value object.
-