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 String
getDomainDescription()
Gets value for attribute domainDescriptionString
getDomainValue()
Gets value for attribute domainValueDate
getEndDate()
Gets value for attribute endDateString
getHolderGroup()
Gets value for attribute holderGroupLong
getId()
Gets value for attribute idString
getInformationSystem()
Gets value for attribute informationSystemBoolean
getMandatory()
Gets value for attribute mandatoryString
getOwnerAccountName()
Gets value for attribute ownerAccountNameString
getOwnerGroup()
Gets value for attribute ownerGroupString
getOwnerInformationSystem()
Gets value for attribute ownerInformationSystemString
getOwnerRolDomainValue()
Gets value for attribute ownerRolDomainValueLong
getOwnerRole()
Gets value for attribute ownerRoleString
getOwnerRoleDescription()
Gets value for attribute ownerRoleDescriptionString
getOwnerRoleName()
Gets value for attribute ownerRoleNameString
getOwnerSystem()
Gets value for attribute ownerSystemString
getRoleDescription()
Gets value for attribute roleDescriptionLong
getRoleId()
Gets value for attribute roleIdString
getRoleName()
Gets value for attribute roleNameDate
getStartDate()
Gets value for attribute startDateRoleDependencyStatus
getStatus()
Gets value for attribute statusString
getSystem()
Gets value for attribute systemString
getUser()
Gets value for attribute userboolean
isEnabled()
Gets value for attribute enabledboolean
isHasDomain()
Gets value for attribute hasDomainvoid
setDomainDescription(String domainDescription)
Sets value for attribute domainDescriptionvoid
setDomainValue(String domainValue)
Sets value for attribute domainValuevoid
setEnabled(boolean enabled)
Sets value for attribute enabledvoid
setEndDate(Date endDate)
Sets value for attribute endDatevoid
setHasDomain(boolean hasDomain)
Sets value for attribute hasDomainvoid
setHolderGroup(String holderGroup)
Sets value for attribute holderGroupvoid
setId(Long id)
Sets value for attribute idvoid
setInformationSystem(String informationSystem)
Sets value for attribute informationSystemvoid
setMandatory(Boolean mandatory)
Sets value for attribute mandatoryvoid
setOwnerAccountName(String ownerAccountName)
Sets value for attribute ownerAccountNamevoid
setOwnerGroup(String ownerGroup)
Sets value for attribute ownerGroupvoid
setOwnerInformationSystem(String ownerInformationSystem)
Sets value for attribute ownerInformationSystemvoid
setOwnerRolDomainValue(String ownerRolDomainValue)
Sets value for attribute ownerRolDomainValuevoid
setOwnerRole(Long ownerRole)
Sets value for attribute ownerRolevoid
setOwnerRoleDescription(String ownerRoleDescription)
Sets value for attribute ownerRoleDescriptionvoid
setOwnerRoleName(String ownerRoleName)
Sets value for attribute ownerRoleNamevoid
setOwnerSystem(String ownerSystem)
Sets value for attribute ownerSystemvoid
setRoleDescription(String roleDescription)
Sets value for attribute roleDescriptionvoid
setRoleId(Long roleId)
Sets value for attribute roleIdvoid
setRoleName(String roleName)
Sets value for attribute roleNamevoid
setStartDate(Date startDate)
Sets value for attribute startDatevoid
setStatus(RoleDependencyStatus status)
Sets value for attribute statusvoid
setSystem(String system)
Sets value for attribute systemvoid
setUser(String user)
Sets value for attribute userstatic RoleGrant
toRoleGrant(RolGrant vo)
Creates a RoleGrant value object based on a RolGrant object.static void
toRoleGrant(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.String
toString()
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.
-
-