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 Long
getId()
Gets value for attribute idRole
getRole()
Gets value for attribute roleLong
getRuleId()
Gets value for attribute ruleIdvoid
setId(Long id)
Sets value for attribute idvoid
setRole(Role role)
Sets value for attribute rolevoid
setRuleId(Long ruleId)
Sets value for attribute ruleIdstatic SoDRole
toSoDRole(SoDRole vo)
Creates a SoDRole value object based on a SoDRole object.static void
toSoDRole(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.String
toString()
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.
-
-