Package com.soffid.iam.api
Class AuthorizationRole
- java.lang.Object
-
- com.soffid.iam.api.AuthorizationRole
-
- All Implemented Interfaces:
Serializable
public class AuthorizationRole extends Object implements Serializable
ValueObject AuthorizationRole- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationRole()
AuthorizationRole(AuthorizationRole otherBean)
AuthorizationRole(Long id, String authorization, Role role, Collection<DomainValue> userRoleValueDomain, String description, String domainType, String businessGroupScope, String scope, String inherit)
AuthorizationRole(String authorization, Role role)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorization()
Gets value for attribute authorizationString
getBusinessGroupScope()
Gets value for attribute businessGroupScopeString
getDescription()
Gets value for attribute descriptionString
getDomainType()
Gets value for attribute domainTypeLong
getId()
Gets value for attribute idString
getInherit()
Gets value for attribute inheritRole
getRole()
Gets value for attribute roleString
getScope()
Gets value for attribute scopeCollection<DomainValue>
getUserRoleValueDomain()
Gets value for attribute userRoleValueDomainvoid
setAuthorization(String authorization)
Sets value for attribute authorizationvoid
setBusinessGroupScope(String businessGroupScope)
Sets value for attribute businessGroupScopevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDomainType(String domainType)
Sets value for attribute domainTypevoid
setId(Long id)
Sets value for attribute idvoid
setInherit(String inherit)
Sets value for attribute inheritvoid
setRole(Role role)
Sets value for attribute rolevoid
setScope(String scope)
Sets value for attribute scopevoid
setUserRoleValueDomain(Collection<DomainValue> userRoleValueDomain)
Sets value for attribute userRoleValueDomainstatic AuthorizationRole
toAuthorizationRole(AutoritzacioRol vo)
Creates a AuthorizationRole value object based on a AutoritzacioRol object.static void
toAuthorizationRole(AutoritzacioRol source, AuthorizationRole target)
Updates a AuthorizationRole value object based on a AutoritzacioRol object.static AuthorizationRole[]
toAuthorizationRoleArray(AutoritzacioRol[] source)
Creates a AuthorizationRole array on a AutoritzacioRol array.static AsyncList<AuthorizationRole>
toAuthorizationRoleAsyncList(AsyncList<AutoritzacioRol> source)
Creates a AuthorizationRole asynclist on a AutoritzacioRol collection.static PagedResult<AuthorizationRole>
toAuthorizationRoleList(PagedResult<AutoritzacioRol> source)
Creates a AuthorizationRole pagedResult on a AutoritzacioRol collection.static List<AuthorizationRole>
toAuthorizationRoleList(Collection<AutoritzacioRol> source)
Creates a AuthorizationRole list on a AutoritzacioRol collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AuthorizationRole
public AuthorizationRole()
-
AuthorizationRole
public AuthorizationRole(Long id, String authorization, Role role, Collection<DomainValue> userRoleValueDomain, String description, String domainType, String businessGroupScope, String scope, String inherit)
-
AuthorizationRole
public AuthorizationRole(AuthorizationRole otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAuthorization
public String getAuthorization()
Gets value for attribute authorization
-
setAuthorization
public void setAuthorization(String authorization)
Sets value for attribute authorization
-
getRole
public Role getRole()
Gets value for attribute role
-
setRole
public void setRole(Role role)
Sets value for attribute role
-
getUserRoleValueDomain
public Collection<DomainValue> getUserRoleValueDomain()
Gets value for attribute userRoleValueDomain
-
setUserRoleValueDomain
public void setUserRoleValueDomain(Collection<DomainValue> userRoleValueDomain)
Sets value for attribute userRoleValueDomain
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getDomainType
public String getDomainType()
Gets value for attribute domainType
-
setDomainType
public void setDomainType(String domainType)
Sets value for attribute domainType
-
getBusinessGroupScope
public String getBusinessGroupScope()
Gets value for attribute businessGroupScope
-
setBusinessGroupScope
public void setBusinessGroupScope(String businessGroupScope)
Sets value for attribute businessGroupScope
-
getScope
public String getScope()
Gets value for attribute scope
-
setScope
public void setScope(String scope)
Sets value for attribute scope
-
getInherit
public String getInherit()
Gets value for attribute inherit
-
setInherit
public void setInherit(String inherit)
Sets value for attribute inherit
-
toString
public String toString()
Returns a string representation of the value object.
-
toAuthorizationRole
public static AuthorizationRole toAuthorizationRole(AutoritzacioRol vo)
Creates a AuthorizationRole value object based on a AutoritzacioRol object.
-
toAuthorizationRoleList
public static List<AuthorizationRole> toAuthorizationRoleList(Collection<AutoritzacioRol> source)
Creates a AuthorizationRole list on a AutoritzacioRol collection.
-
toAuthorizationRoleList
public static PagedResult<AuthorizationRole> toAuthorizationRoleList(PagedResult<AutoritzacioRol> source)
Creates a AuthorizationRole pagedResult on a AutoritzacioRol collection.
-
toAuthorizationRoleAsyncList
public static AsyncList<AuthorizationRole> toAuthorizationRoleAsyncList(AsyncList<AutoritzacioRol> source)
Creates a AuthorizationRole asynclist on a AutoritzacioRol collection.
-
toAuthorizationRoleArray
public static AuthorizationRole[] toAuthorizationRoleArray(AutoritzacioRol[] source)
Creates a AuthorizationRole array on a AutoritzacioRol array.
-
toAuthorizationRole
public static void toAuthorizationRole(AutoritzacioRol source, AuthorizationRole target)
Updates a AuthorizationRole value object based on a AutoritzacioRol object.
-
-