Package com.soffid.iam.api
Class RoleGrant
- java.lang.Object
-
- com.soffid.iam.api.RoleGrant
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RoleGrantHierarchy
public class RoleGrant extends Object implements Serializable
ValueObject RoleGrant- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleGrant()RoleGrant(RoleGrant otherBean)RoleGrant(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory)RoleGrant(Long roleId, String roleName, String system, boolean hasDomain, boolean enabled)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomainDescription()Gets value for attribute domainDescriptionStringgetDomainValue()Gets value for attribute domainValueDategetEndDate()Gets value for attribute endDateStringgetHolderGroup()Gets value for attribute holderGroupLonggetId()Gets value for attribute idStringgetInformationSystem()Gets value for attribute informationSystemBooleangetMandatory()Gets value for attribute mandatoryStringgetOwnerAccountName()Gets value for attribute ownerAccountNameStringgetOwnerGroup()Gets value for attribute ownerGroupStringgetOwnerInformationSystem()Gets value for attribute ownerInformationSystemStringgetOwnerRolDomainValue()Gets value for attribute ownerRolDomainValueLonggetOwnerRole()Gets value for attribute ownerRoleStringgetOwnerRoleDescription()Gets value for attribute ownerRoleDescriptionStringgetOwnerRoleName()Gets value for attribute ownerRoleNameStringgetOwnerSystem()Gets value for attribute ownerSystemStringgetRoleDescription()Gets value for attribute roleDescriptionLonggetRoleId()Gets value for attribute roleIdStringgetRoleName()Gets value for attribute roleNameDategetStartDate()Gets value for attribute startDateRoleDependencyStatusgetStatus()Gets value for attribute statusStringgetSystem()Gets value for attribute systemStringgetUser()Gets value for attribute userbooleanisEnabled()Gets value for attribute enabledbooleanisHasDomain()Gets value for attribute hasDomainvoidsetDomainDescription(String domainDescription)Sets value for attribute domainDescriptionvoidsetDomainValue(String domainValue)Sets value for attribute domainValuevoidsetEnabled(boolean enabled)Sets value for attribute enabledvoidsetEndDate(Date endDate)Sets value for attribute endDatevoidsetHasDomain(boolean hasDomain)Sets value for attribute hasDomainvoidsetHolderGroup(String holderGroup)Sets value for attribute holderGroupvoidsetId(Long id)Sets value for attribute idvoidsetInformationSystem(String informationSystem)Sets value for attribute informationSystemvoidsetMandatory(Boolean mandatory)Sets value for attribute mandatoryvoidsetOwnerAccountName(String ownerAccountName)Sets value for attribute ownerAccountNamevoidsetOwnerGroup(String ownerGroup)Sets value for attribute ownerGroupvoidsetOwnerInformationSystem(String ownerInformationSystem)Sets value for attribute ownerInformationSystemvoidsetOwnerRolDomainValue(String ownerRolDomainValue)Sets value for attribute ownerRolDomainValuevoidsetOwnerRole(Long ownerRole)Sets value for attribute ownerRolevoidsetOwnerRoleDescription(String ownerRoleDescription)Sets value for attribute ownerRoleDescriptionvoidsetOwnerRoleName(String ownerRoleName)Sets value for attribute ownerRoleNamevoidsetOwnerSystem(String ownerSystem)Sets value for attribute ownerSystemvoidsetRoleDescription(String roleDescription)Sets value for attribute roleDescriptionvoidsetRoleId(Long roleId)Sets value for attribute roleIdvoidsetRoleName(String roleName)Sets value for attribute roleNamevoidsetStartDate(Date startDate)Sets value for attribute startDatevoidsetStatus(RoleDependencyStatus status)Sets value for attribute statusvoidsetSystem(String system)Sets value for attribute systemvoidsetUser(String user)Sets value for attribute userstatic RoleGranttoRoleGrant(RolGrant vo)Creates a RoleGrant value object based on a RolGrant object.static voidtoRoleGrant(RolGrant source, RoleGrant target)Updates a RoleGrant value object based on a RolGrant object.static RoleGrant[]toRoleGrantArray(RolGrant[] source)Creates a RoleGrant array on a RolGrant array.static AsyncList<RoleGrant>toRoleGrantAsyncList(AsyncList<RolGrant> source)Creates a RoleGrant asynclist on a RolGrant collection.static PagedResult<RoleGrant>toRoleGrantList(PagedResult<RolGrant> source)Creates a RoleGrant pagedResult on a RolGrant collection.static List<RoleGrant>toRoleGrantList(Collection<RolGrant> source)Creates a RoleGrant list on a RolGrant collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
RoleGrant
public RoleGrant()
-
RoleGrant
public RoleGrant(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory)
-
RoleGrant
public RoleGrant(Long roleId, String roleName, String system, boolean hasDomain, boolean enabled)
-
RoleGrant
public RoleGrant(RoleGrant otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRoleId
public Long getRoleId()
Gets value for attribute roleId
-
setRoleId
public void setRoleId(Long roleId)
Sets value for attribute roleId
-
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
-
getSystem
public String getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(String system)
Sets value for attribute system
-
getInformationSystem
public String getInformationSystem()
Gets value for attribute informationSystem
-
setInformationSystem
public void setInformationSystem(String informationSystem)
Sets value for attribute informationSystem
-
isHasDomain
public boolean isHasDomain()
Gets value for attribute hasDomain
-
setHasDomain
public void setHasDomain(boolean hasDomain)
Sets value for attribute hasDomain
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
getDomainDescription
public String getDomainDescription()
Gets value for attribute domainDescription
-
setDomainDescription
public void setDomainDescription(String domainDescription)
Sets value for attribute domainDescription
-
getOwnerAccountName
public String getOwnerAccountName()
Gets value for attribute ownerAccountName
-
setOwnerAccountName
public void setOwnerAccountName(String ownerAccountName)
Sets value for attribute ownerAccountName
-
getOwnerInformationSystem
public String getOwnerInformationSystem()
Gets value for attribute ownerInformationSystem
-
setOwnerInformationSystem
public void setOwnerInformationSystem(String ownerInformationSystem)
Sets value for attribute ownerInformationSystem
-
getOwnerSystem
public String getOwnerSystem()
Gets value for attribute ownerSystem
-
setOwnerSystem
public void setOwnerSystem(String ownerSystem)
Sets value for attribute ownerSystem
-
getOwnerGroup
public String getOwnerGroup()
Gets value for attribute ownerGroup
-
setOwnerGroup
public void setOwnerGroup(String ownerGroup)
Sets value for attribute ownerGroup
-
getOwnerRole
public Long getOwnerRole()
Gets value for attribute ownerRole
-
setOwnerRole
public void setOwnerRole(Long ownerRole)
Sets value for attribute ownerRole
-
getOwnerRolDomainValue
public String getOwnerRolDomainValue()
Gets value for attribute ownerRolDomainValue
-
setOwnerRolDomainValue
public void setOwnerRolDomainValue(String ownerRolDomainValue)
Sets value for attribute ownerRolDomainValue
-
getOwnerRoleName
public String getOwnerRoleName()
Gets value for attribute ownerRoleName
-
setOwnerRoleName
public void setOwnerRoleName(String ownerRoleName)
Sets value for attribute ownerRoleName
-
getOwnerRoleDescription
public String getOwnerRoleDescription()
Gets value for attribute ownerRoleDescription
-
setOwnerRoleDescription
public void setOwnerRoleDescription(String ownerRoleDescription)
Sets value for attribute ownerRoleDescription
-
getUser
public String getUser()
Gets value for attribute user
-
setUser
public void setUser(String user)
Sets value for attribute user
-
getStartDate
public Date getStartDate()
Gets value for attribute startDate
-
setStartDate
public void setStartDate(Date startDate)
Sets value for attribute startDate
-
getEndDate
public Date getEndDate()
Gets value for attribute endDate
-
setEndDate
public void setEndDate(Date endDate)
Sets value for attribute endDate
-
isEnabled
public boolean isEnabled()
Gets value for attribute enabled
-
setEnabled
public void setEnabled(boolean enabled)
Sets value for attribute enabled
-
getHolderGroup
public String getHolderGroup()
Gets value for attribute holderGroup
-
setHolderGroup
public void setHolderGroup(String holderGroup)
Sets value for attribute holderGroup
-
getStatus
public RoleDependencyStatus getStatus()
Gets value for attribute status
-
setStatus
public void setStatus(RoleDependencyStatus status)
Sets value for attribute status
-
getMandatory
public Boolean getMandatory()
Gets value for attribute mandatory
-
setMandatory
public void setMandatory(Boolean mandatory)
Sets value for attribute mandatory
-
toString
public String toString()
Returns a string representation of the value object.
-
toRoleGrant
public static RoleGrant toRoleGrant(RolGrant vo)
Creates a RoleGrant value object based on a RolGrant object.
-
toRoleGrantList
public static List<RoleGrant> toRoleGrantList(Collection<RolGrant> source)
Creates a RoleGrant list on a RolGrant collection.
-
toRoleGrantList
public static PagedResult<RoleGrant> toRoleGrantList(PagedResult<RolGrant> source)
Creates a RoleGrant pagedResult on a RolGrant collection.
-
toRoleGrantAsyncList
public static AsyncList<RoleGrant> toRoleGrantAsyncList(AsyncList<RolGrant> source)
Creates a RoleGrant asynclist on a RolGrant collection.
-
toRoleGrantArray
public static RoleGrant[] toRoleGrantArray(RolGrant[] source)
Creates a RoleGrant array on a RolGrant array.
-
-