Package es.caib.seycon.ng.comu
Class RolGrant
- java.lang.Object
-
- es.caib.seycon.ng.comu.RolGrant
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RolGrantHierarchy
public class RolGrant extends Object implements Serializable
ValueObject RolGrant- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolGrant()
RolGrant(RolGrant otherBean)
RolGrant(Long id, Long idRol, String rolName, String roleDescription, String dispatcher, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerDispatcher, String ownerGroup, Long ownerRol, String ownerRolDomainValue, String ownerRolName, String ownerRolDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory)
RolGrant(Long idRol, String rolName, String dispatcher, boolean hasDomain, boolean enabled)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDispatcher()
Gets value for attribute dispatcherString
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 idLong
getIdRol()
Gets value for attribute idRolString
getInformationSystem()
Gets value for attribute informationSystemBoolean
getMandatory()
Gets value for attribute mandatoryString
getOwnerAccountName()
Gets value for attribute ownerAccountNameString
getOwnerDispatcher()
Gets value for attribute ownerDispatcherString
getOwnerGroup()
Gets value for attribute ownerGroupString
getOwnerInformationSystem()
Gets value for attribute ownerInformationSystemLong
getOwnerRol()
Gets value for attribute ownerRolString
getOwnerRolDescription()
Gets value for attribute ownerRolDescriptionString
getOwnerRolDomainValue()
Gets value for attribute ownerRolDomainValueString
getOwnerRolName()
Gets value for attribute ownerRolNameString
getRoleDescription()
Gets value for attribute roleDescriptionString
getRolName()
Gets value for attribute rolNameDate
getStartDate()
Gets value for attribute startDateRoleDependencyStatus
getStatus()
Gets value for attribute statusString
getUser()
Gets value for attribute userboolean
isEnabled()
Gets value for attribute enabledboolean
isHasDomain()
Gets value for attribute hasDomainvoid
setDispatcher(String dispatcher)
Sets value for attribute dispatchervoid
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
setIdRol(Long idRol)
Sets value for attribute idRolvoid
setInformationSystem(String informationSystem)
Sets value for attribute informationSystemvoid
setMandatory(Boolean mandatory)
Sets value for attribute mandatoryvoid
setOwnerAccountName(String ownerAccountName)
Sets value for attribute ownerAccountNamevoid
setOwnerDispatcher(String ownerDispatcher)
Sets value for attribute ownerDispatchervoid
setOwnerGroup(String ownerGroup)
Sets value for attribute ownerGroupvoid
setOwnerInformationSystem(String ownerInformationSystem)
Sets value for attribute ownerInformationSystemvoid
setOwnerRol(Long ownerRol)
Sets value for attribute ownerRolvoid
setOwnerRolDescription(String ownerRolDescription)
Sets value for attribute ownerRolDescriptionvoid
setOwnerRolDomainValue(String ownerRolDomainValue)
Sets value for attribute ownerRolDomainValuevoid
setOwnerRolName(String ownerRolName)
Sets value for attribute ownerRolNamevoid
setRoleDescription(String roleDescription)
Sets value for attribute roleDescriptionvoid
setRolName(String rolName)
Sets value for attribute rolNamevoid
setStartDate(Date startDate)
Sets value for attribute startDatevoid
setStatus(RoleDependencyStatus status)
Sets value for attribute statusvoid
setUser(String user)
Sets value for attribute userstatic RolGrant
toRolGrant(RoleGrant vo)
Creates a RolGrant value object based on a RoleGrant object.static void
toRolGrant(RoleGrant source, RolGrant target)
Updates a RolGrant value object based on a RoleGrant object.static RolGrant[]
toRolGrantArray(RoleGrant[] source)
Creates a RolGrant array on a RoleGrant array.static AsyncList<RolGrant>
toRolGrantAsyncList(AsyncList<RoleGrant> source)
Creates a RolGrant asynclist on a RoleGrant collection.static PagedResult<RolGrant>
toRolGrantList(PagedResult<RoleGrant> source)
Creates a RolGrant pagedResult on a RoleGrant collection.static List<RolGrant>
toRolGrantList(Collection<RoleGrant> source)
Creates a RolGrant list on a RoleGrant collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
RolGrant
public RolGrant()
-
RolGrant
public RolGrant(Long id, Long idRol, String rolName, String roleDescription, String dispatcher, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerDispatcher, String ownerGroup, Long ownerRol, String ownerRolDomainValue, String ownerRolName, String ownerRolDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory)
-
RolGrant
public RolGrant(Long idRol, String rolName, String dispatcher, boolean hasDomain, boolean enabled)
-
RolGrant
public RolGrant(RolGrant otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getIdRol
public Long getIdRol()
Gets value for attribute idRol
-
setIdRol
public void setIdRol(Long idRol)
Sets value for attribute idRol
-
getRolName
public String getRolName()
Gets value for attribute rolName
-
setRolName
public void setRolName(String rolName)
Sets value for attribute rolName
-
getRoleDescription
public String getRoleDescription()
Gets value for attribute roleDescription
-
setRoleDescription
public void setRoleDescription(String roleDescription)
Sets value for attribute roleDescription
-
getDispatcher
public String getDispatcher()
Gets value for attribute dispatcher
-
setDispatcher
public void setDispatcher(String dispatcher)
Sets value for attribute dispatcher
-
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
-
getOwnerDispatcher
public String getOwnerDispatcher()
Gets value for attribute ownerDispatcher
-
setOwnerDispatcher
public void setOwnerDispatcher(String ownerDispatcher)
Sets value for attribute ownerDispatcher
-
getOwnerGroup
public String getOwnerGroup()
Gets value for attribute ownerGroup
-
setOwnerGroup
public void setOwnerGroup(String ownerGroup)
Sets value for attribute ownerGroup
-
getOwnerRol
public Long getOwnerRol()
Gets value for attribute ownerRol
-
setOwnerRol
public void setOwnerRol(Long ownerRol)
Sets value for attribute ownerRol
-
getOwnerRolDomainValue
public String getOwnerRolDomainValue()
Gets value for attribute ownerRolDomainValue
-
setOwnerRolDomainValue
public void setOwnerRolDomainValue(String ownerRolDomainValue)
Sets value for attribute ownerRolDomainValue
-
getOwnerRolName
public String getOwnerRolName()
Gets value for attribute ownerRolName
-
setOwnerRolName
public void setOwnerRolName(String ownerRolName)
Sets value for attribute ownerRolName
-
getOwnerRolDescription
public String getOwnerRolDescription()
Gets value for attribute ownerRolDescription
-
setOwnerRolDescription
public void setOwnerRolDescription(String ownerRolDescription)
Sets value for attribute ownerRolDescription
-
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.
-
toRolGrant
public static RolGrant toRolGrant(RoleGrant vo)
Creates a RolGrant value object based on a RoleGrant object.
-
toRolGrantList
public static List<RolGrant> toRolGrantList(Collection<RoleGrant> source)
Creates a RolGrant list on a RoleGrant collection.
-
toRolGrantList
public static PagedResult<RolGrant> toRolGrantList(PagedResult<RoleGrant> source)
Creates a RolGrant pagedResult on a RoleGrant collection.
-
toRolGrantAsyncList
public static AsyncList<RolGrant> toRolGrantAsyncList(AsyncList<RoleGrant> source)
Creates a RolGrant asynclist on a RoleGrant collection.
-
toRolGrantArray
public static RolGrant[] toRolGrantArray(RoleGrant[] source)
Creates a RolGrant array on a RoleGrant array.
-
-