Package com.soffid.iam.api
Class GroupRoles
- java.lang.Object
-
- com.soffid.iam.api.GroupRoles
-
- All Implemented Interfaces:
Serializable
public class GroupRoles extends Object implements Serializable
ValueObject GroupRoles- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupRoles()
GroupRoles(GroupRoles otherBean)
GroupRoles(Long id, String roleName, String roleDescription, String roleDatabases, String applicationCode, String groupCode, String groupDescription, DomainValue domainValue)
GroupRoles(String roleName, String roleDescription, String roleDatabases, String applicationCode, String groupCode, String groupDescription, DomainValue domainValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationCode()
Gets value for attribute applicationCodeDomainValue
getDomainValue()
Gets value for attribute domainValueString
getGroupCode()
Gets value for attribute groupCodeString
getGroupDescription()
Gets value for attribute groupDescriptionLong
getId()
Gets value for attribute idString
getRoleDatabases()
Gets value for attribute roleDatabasesString
getRoleDescription()
Gets value for attribute roleDescriptionString
getRoleName()
Gets value for attribute roleNamevoid
setApplicationCode(String applicationCode)
Sets value for attribute applicationCodevoid
setDomainValue(DomainValue domainValue)
Sets value for attribute domainValuevoid
setGroupCode(String groupCode)
Sets value for attribute groupCodevoid
setGroupDescription(String groupDescription)
Sets value for attribute groupDescriptionvoid
setId(Long id)
Sets value for attribute idvoid
setRoleDatabases(String roleDatabases)
Sets value for attribute roleDatabasesvoid
setRoleDescription(String roleDescription)
Sets value for attribute roleDescriptionvoid
setRoleName(String roleName)
Sets value for attribute roleNamestatic GroupRoles
toGroupRoles(RolsGrup vo)
Creates a GroupRoles value object based on a RolsGrup object.static void
toGroupRoles(RolsGrup source, GroupRoles target)
Updates a GroupRoles value object based on a RolsGrup object.static GroupRoles[]
toGroupRolesArray(RolsGrup[] source)
Creates a GroupRoles array on a RolsGrup array.static AsyncList<GroupRoles>
toGroupRolesAsyncList(AsyncList<RolsGrup> source)
Creates a GroupRoles asynclist on a RolsGrup collection.static PagedResult<GroupRoles>
toGroupRolesList(PagedResult<RolsGrup> source)
Creates a GroupRoles pagedResult on a RolsGrup collection.static List<GroupRoles>
toGroupRolesList(Collection<RolsGrup> source)
Creates a GroupRoles list on a RolsGrup collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
GroupRoles
public GroupRoles()
-
GroupRoles
public GroupRoles(Long id, String roleName, String roleDescription, String roleDatabases, String applicationCode, String groupCode, String groupDescription, DomainValue domainValue)
-
GroupRoles
public GroupRoles(String roleName, String roleDescription, String roleDatabases, String applicationCode, String groupCode, String groupDescription, DomainValue domainValue)
-
GroupRoles
public GroupRoles(GroupRoles otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
getRoleDescription
public String getRoleDescription()
Gets value for attribute roleDescription
-
setRoleDescription
public void setRoleDescription(String roleDescription)
Sets value for attribute roleDescription
-
getRoleDatabases
public String getRoleDatabases()
Gets value for attribute roleDatabases
-
setRoleDatabases
public void setRoleDatabases(String roleDatabases)
Sets value for attribute roleDatabases
-
getApplicationCode
public String getApplicationCode()
Gets value for attribute applicationCode
-
setApplicationCode
public void setApplicationCode(String applicationCode)
Sets value for attribute applicationCode
-
getGroupCode
public String getGroupCode()
Gets value for attribute groupCode
-
setGroupCode
public void setGroupCode(String groupCode)
Sets value for attribute groupCode
-
getGroupDescription
public String getGroupDescription()
Gets value for attribute groupDescription
-
setGroupDescription
public void setGroupDescription(String groupDescription)
Sets value for attribute groupDescription
-
getDomainValue
public DomainValue getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(DomainValue domainValue)
Sets value for attribute domainValue
-
toString
public String toString()
Returns a string representation of the value object.
-
toGroupRoles
public static GroupRoles toGroupRoles(RolsGrup vo)
Creates a GroupRoles value object based on a RolsGrup object.
-
toGroupRolesList
public static List<GroupRoles> toGroupRolesList(Collection<RolsGrup> source)
Creates a GroupRoles list on a RolsGrup collection.
-
toGroupRolesList
public static PagedResult<GroupRoles> toGroupRolesList(PagedResult<RolsGrup> source)
Creates a GroupRoles pagedResult on a RolsGrup collection.
-
toGroupRolesAsyncList
public static AsyncList<GroupRoles> toGroupRolesAsyncList(AsyncList<RolsGrup> source)
Creates a GroupRoles asynclist on a RolsGrup collection.
-
toGroupRolesArray
public static GroupRoles[] toGroupRolesArray(RolsGrup[] source)
Creates a GroupRoles array on a RolsGrup array.
-
toGroupRoles
public static void toGroupRoles(RolsGrup source, GroupRoles target)
Updates a GroupRoles value object based on a RolsGrup object.
-
-