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 SummaryConstructors 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 SummaryAll 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- 
RoleGrantpublic RoleGrant() 
 - 
RoleGrantpublic 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) 
 - 
RoleGrantpublic RoleGrant(Long roleId, String roleName, String system, boolean hasDomain, boolean enabled) 
 - 
RoleGrantpublic RoleGrant(RoleGrant otherBean) 
 
- 
 - 
Method Detail- 
getIdpublic Long getId() Gets value for attribute id
 - 
setIdpublic void setId(Long id) Sets value for attribute id
 - 
getRoleIdpublic Long getRoleId() Gets value for attribute roleId
 - 
setRoleIdpublic void setRoleId(Long roleId) Sets value for attribute roleId
 - 
getRoleNamepublic String getRoleName() Gets value for attribute roleName
 - 
setRoleNamepublic void setRoleName(String roleName) Sets value for attribute roleName
 - 
getRoleDescriptionpublic String getRoleDescription() Gets value for attribute roleDescription
 - 
setRoleDescriptionpublic void setRoleDescription(String roleDescription) Sets value for attribute roleDescription
 - 
getSystempublic String getSystem() Gets value for attribute system
 - 
setSystempublic void setSystem(String system) Sets value for attribute system
 - 
getInformationSystempublic String getInformationSystem() Gets value for attribute informationSystem
 - 
setInformationSystempublic void setInformationSystem(String informationSystem) Sets value for attribute informationSystem
 - 
isHasDomainpublic boolean isHasDomain() Gets value for attribute hasDomain
 - 
setHasDomainpublic void setHasDomain(boolean hasDomain) Sets value for attribute hasDomain
 - 
getDomainValuepublic String getDomainValue() Gets value for attribute domainValue
 - 
setDomainValuepublic void setDomainValue(String domainValue) Sets value for attribute domainValue
 - 
getDomainDescriptionpublic String getDomainDescription() Gets value for attribute domainDescription
 - 
setDomainDescriptionpublic void setDomainDescription(String domainDescription) Sets value for attribute domainDescription
 - 
getOwnerAccountNamepublic String getOwnerAccountName() Gets value for attribute ownerAccountName
 - 
setOwnerAccountNamepublic void setOwnerAccountName(String ownerAccountName) Sets value for attribute ownerAccountName
 - 
getOwnerInformationSystempublic String getOwnerInformationSystem() Gets value for attribute ownerInformationSystem
 - 
setOwnerInformationSystempublic void setOwnerInformationSystem(String ownerInformationSystem) Sets value for attribute ownerInformationSystem
 - 
getOwnerSystempublic String getOwnerSystem() Gets value for attribute ownerSystem
 - 
setOwnerSystempublic void setOwnerSystem(String ownerSystem) Sets value for attribute ownerSystem
 - 
getOwnerGrouppublic String getOwnerGroup() Gets value for attribute ownerGroup
 - 
setOwnerGrouppublic void setOwnerGroup(String ownerGroup) Sets value for attribute ownerGroup
 - 
getOwnerRolepublic Long getOwnerRole() Gets value for attribute ownerRole
 - 
setOwnerRolepublic void setOwnerRole(Long ownerRole) Sets value for attribute ownerRole
 - 
getOwnerRolDomainValuepublic String getOwnerRolDomainValue() Gets value for attribute ownerRolDomainValue
 - 
setOwnerRolDomainValuepublic void setOwnerRolDomainValue(String ownerRolDomainValue) Sets value for attribute ownerRolDomainValue
 - 
getOwnerRoleNamepublic String getOwnerRoleName() Gets value for attribute ownerRoleName
 - 
setOwnerRoleNamepublic void setOwnerRoleName(String ownerRoleName) Sets value for attribute ownerRoleName
 - 
getOwnerRoleDescriptionpublic String getOwnerRoleDescription() Gets value for attribute ownerRoleDescription
 - 
setOwnerRoleDescriptionpublic void setOwnerRoleDescription(String ownerRoleDescription) Sets value for attribute ownerRoleDescription
 - 
getUserpublic String getUser() Gets value for attribute user
 - 
setUserpublic void setUser(String user) Sets value for attribute user
 - 
getStartDatepublic Date getStartDate() Gets value for attribute startDate
 - 
setStartDatepublic void setStartDate(Date startDate) Sets value for attribute startDate
 - 
getEndDatepublic Date getEndDate() Gets value for attribute endDate
 - 
setEndDatepublic void setEndDate(Date endDate) Sets value for attribute endDate
 - 
isEnabledpublic boolean isEnabled() Gets value for attribute enabled
 - 
setEnabledpublic void setEnabled(boolean enabled) Sets value for attribute enabled
 - 
getHolderGrouppublic String getHolderGroup() Gets value for attribute holderGroup
 - 
setHolderGrouppublic void setHolderGroup(String holderGroup) Sets value for attribute holderGroup
 - 
getStatuspublic RoleDependencyStatus getStatus() Gets value for attribute status
 - 
setStatuspublic void setStatus(RoleDependencyStatus status) Sets value for attribute status
 - 
getMandatorypublic Boolean getMandatory() Gets value for attribute mandatory
 - 
setMandatorypublic void setMandatory(Boolean mandatory) Sets value for attribute mandatory
 - 
toStringpublic String toString() Returns a string representation of the value object.
 - 
toRoleGrantpublic static RoleGrant toRoleGrant(RolGrant vo) Creates a RoleGrant value object based on a RolGrant object.
 - 
toRoleGrantListpublic static List<RoleGrant> toRoleGrantList(Collection<RolGrant> source) Creates a RoleGrant list on a RolGrant collection.
 - 
toRoleGrantListpublic static PagedResult<RoleGrant> toRoleGrantList(PagedResult<RolGrant> source) Creates a RoleGrant pagedResult on a RolGrant collection.
 - 
toRoleGrantAsyncListpublic static AsyncList<RoleGrant> toRoleGrantAsyncList(AsyncList<RolGrant> source) Creates a RoleGrant asynclist on a RolGrant collection.
 - 
toRoleGrantArraypublic static RoleGrant[] toRoleGrantArray(RolGrant[] source) Creates a RoleGrant array on a RolGrant array.
 
- 
 
-