Package com.soffid.iam.iga.api
Class SystemGroup
java.lang.Object
com.soffid.iam.iga.api.SystemGroup
- All Implemented Interfaces:
Serializable
ValueObject SystemGroup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemGroup(SystemGroup otherBean) SystemGroup(Long id, String systemCode, String groupCode) SystemGroup(String systemCode, String groupCode) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute groupCodegetId()Gets value for attribute idGets value for attribute systemCodevoidsetGroupCode(String groupCode) Sets value for attribute groupCodevoidSets value for attribute idvoidsetSystemCode(String systemCode) Sets value for attribute systemCodetoString()Returns a string representation of the value object.
-
Constructor Details
-
SystemGroup
public SystemGroup() -
SystemGroup
-
SystemGroup
-
SystemGroup
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getSystemCode
Gets value for attribute systemCode -
setSystemCode
Sets value for attribute systemCode -
getGroupCode
Gets value for attribute groupCode -
setGroupCode
Sets value for attribute groupCode -
toString
Returns a string representation of the value object.
-