Package com.soffid.iam.iga.api
Class UserGroup
java.lang.Object
com.soffid.iam.iga.api.UserGroup
- All Implemented Interfaces:
Serializable
ValueObject UserGroup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserGroup(String user, String group, String groupDescription, Long groupId, Long id, Long userId, String fullName, Date start, Date end, Boolean disabled, Boolean primaryGroup, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute attributesGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute disabledgetEnd()Gets value for attribute endGets value for attribute fullNamegetGroup()Gets value for attribute groupGets value for attribute groupDescriptionGets value for attribute groupIdgetId()Gets value for attribute idGets value for attribute primaryGroupgetStart()Gets value for attribute startGets value for attribute updatedByGets value for attribute updatedOngetUser()Gets value for attribute userGets value for attribute userIdvoidsetAttributes(Map<String, Object> attributes) Sets value for attribute attributesvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDisabled(Boolean disabled) Sets value for attribute disabledvoidSets value for attribute endvoidsetFullName(String fullName) Sets value for attribute fullNamevoidSets value for attribute groupvoidsetGroupDescription(String groupDescription) Sets value for attribute groupDescriptionvoidsetGroupId(Long groupId) Sets value for attribute groupIdvoidSets value for attribute idvoidsetPrimaryGroup(Boolean primaryGroup) Sets value for attribute primaryGroupvoidSets value for attribute startvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOnvoidSets value for attribute uservoidSets value for attribute userIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
UserGroup
public UserGroup() -
UserGroup
public UserGroup(String user, String group, String groupDescription, Long groupId, Long id, Long userId, String fullName, Date start, Date end, Boolean disabled, Boolean primaryGroup, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
UserGroup
-
UserGroup
-
-
Method Details
-
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getGroup
Gets value for attribute group -
setGroup
Sets value for attribute group -
getGroupDescription
Gets value for attribute groupDescription -
setGroupDescription
Sets value for attribute groupDescription -
getGroupId
Gets value for attribute groupId -
setGroupId
Sets value for attribute groupId -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUserId
Gets value for attribute userId -
setUserId
Sets value for attribute userId -
getFullName
Gets value for attribute fullName -
setFullName
Sets value for attribute fullName -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getDisabled
Gets value for attribute disabled -
setDisabled
Sets value for attribute disabled -
getPrimaryGroup
Gets value for attribute primaryGroup -
setPrimaryGroup
Sets value for attribute primaryGroup -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-