Package com.soffid.iam.api
Class SoDRole
- java.lang.Object
-
- com.soffid.iam.api.SoDRole
-
- All Implemented Interfaces:
Serializable
public class SoDRole extends Object implements Serializable
ValueObject SoDRole- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Gets value for attribute idRolegetRole()Gets value for attribute roleLonggetRuleId()Gets value for attribute ruleIdvoidsetId(Long id)Sets value for attribute idvoidsetRole(Role role)Sets value for attribute rolevoidsetRuleId(Long ruleId)Sets value for attribute ruleIdstatic SoDRoletoSoDRole(SoDRole vo)Creates a SoDRole value object based on a SoDRole object.static voidtoSoDRole(SoDRole source, SoDRole target)Updates a SoDRole value object based on a SoDRole object.static SoDRole[]toSoDRoleArray(SoDRole[] source)Creates a SoDRole array on a SoDRole array.static AsyncList<SoDRole>toSoDRoleAsyncList(AsyncList<SoDRole> source)Creates a SoDRole asynclist on a SoDRole collection.static PagedResult<SoDRole>toSoDRoleList(PagedResult<SoDRole> source)Creates a SoDRole pagedResult on a SoDRole collection.static List<SoDRole>toSoDRoleList(Collection<SoDRole> source)Creates a SoDRole list on a SoDRole collection.StringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRole
public Role getRole()
Gets value for attribute role
-
setRole
public void setRole(Role role)
Sets value for attribute role
-
getRuleId
public Long getRuleId()
Gets value for attribute ruleId
-
setRuleId
public void setRuleId(Long ruleId)
Sets value for attribute ruleId
-
toString
public String toString()
Returns a string representation of the value object.
-
toSoDRole
public static SoDRole toSoDRole(SoDRole vo)
Creates a SoDRole value object based on a SoDRole object.
-
toSoDRoleList
public static List<SoDRole> toSoDRoleList(Collection<SoDRole> source)
Creates a SoDRole list on a SoDRole collection.
-
toSoDRoleList
public static PagedResult<SoDRole> toSoDRoleList(PagedResult<SoDRole> source)
Creates a SoDRole pagedResult on a SoDRole collection.
-
toSoDRoleAsyncList
public static AsyncList<SoDRole> toSoDRoleAsyncList(AsyncList<SoDRole> source)
Creates a SoDRole asynclist on a SoDRole collection.
-
toSoDRoleArray
public static SoDRole[] toSoDRoleArray(SoDRole[] source)
Creates a SoDRole array on a SoDRole array.
-
-