Package es.caib.seycon.ng.comu
Class RolAccount
- java.lang.Object
-
- es.caib.seycon.ng.comu.RolAccount
-
- All Implemented Interfaces:
Serializable
public class RolAccount extends Object implements Serializable
ValueObject RolAccount- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolAccount()
RolAccount(boolean enabled, boolean approvalPending)
RolAccount(RolAccount otherBean)
RolAccount(Long accountId, String accountName, String accountDispatcher, String nomRol, Long roleId, String roleCategory, String codiAplicacio, String descripcioRol, Long id, String nomComplertUsuari, String descripcioGrup, ValorDomini valorDomini, String baseDeDades, String codiGrupUsuari, String gestionableWF, String codiUsuari, Long ruleId, String ruleDescription, SoDRisk sodRisk, Collection<SoDRule> sodRules, Date startDate, Date endDate, boolean enabled, boolean approvalPending, Boolean removalPending, String holderGroup, Long approvalProcess, Date certificationDate, Long parentGrant, DelegationStatus delegationStatus, String ownerAccount, String delegateAccount, Date delegateSince, Date delegateUntil)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountDispatcher()
Gets value for attribute accountDispatcherLong
getAccountId()
Gets value for attribute accountIdString
getAccountName()
Gets value for attribute accountNameLong
getApprovalProcess()
Gets value for attribute approvalProcessString
getBaseDeDades()
Gets value for attribute baseDeDadesDate
getCertificationDate()
Gets value for attribute certificationDateString
getCodiAplicacio()
Gets value for attribute codiAplicacioString
getCodiGrupUsuari()
Gets value for attribute codiGrupUsuariString
getCodiUsuari()
Gets value for attribute codiUsuariString
getDelegateAccount()
Gets value for attribute delegateAccountDate
getDelegateSince()
Gets value for attribute delegateSinceDate
getDelegateUntil()
Gets value for attribute delegateUntilDelegationStatus
getDelegationStatus()
Gets value for attribute delegationStatusString
getDescripcioGrup()
Gets value for attribute descripcioGrupString
getDescripcioRol()
Gets value for attribute descripcioRolDate
getEndDate()
Gets value for attribute endDateString
getGestionableWF()
Gets value for attribute gestionableWFString
getHolderGroup()
Gets value for attribute holderGroupLong
getId()
Gets value for attribute idString
getNomComplertUsuari()
Gets value for attribute nomComplertUsuariString
getNomRol()
Gets value for attribute nomRolString
getOwnerAccount()
Gets value for attribute ownerAccountLong
getParentGrant()
Gets value for attribute parentGrantBoolean
getRemovalPending()
Gets value for attribute removalPendingString
getRoleCategory()
Gets value for attribute roleCategoryLong
getRoleId()
Gets value for attribute roleIdString
getRuleDescription()
Gets value for attribute ruleDescriptionLong
getRuleId()
Gets value for attribute ruleIdSoDRisk
getSodRisk()
Gets value for attribute sodRiskCollection<SoDRule>
getSodRules()
Gets value for attribute sodRulesDate
getStartDate()
Gets value for attribute startDateValorDomini
getValorDomini()
Gets value for attribute valorDominiboolean
isApprovalPending()
Gets value for attribute approvalPendingboolean
isEnabled()
Gets value for attribute enabledvoid
setAccountDispatcher(String accountDispatcher)
Sets value for attribute accountDispatchervoid
setAccountId(Long accountId)
Sets value for attribute accountIdvoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setApprovalPending(boolean approvalPending)
Sets value for attribute approvalPendingvoid
setApprovalProcess(Long approvalProcess)
Sets value for attribute approvalProcessvoid
setBaseDeDades(String baseDeDades)
Sets value for attribute baseDeDadesvoid
setCertificationDate(Date certificationDate)
Sets value for attribute certificationDatevoid
setCodiAplicacio(String codiAplicacio)
Sets value for attribute codiAplicaciovoid
setCodiGrupUsuari(String codiGrupUsuari)
Sets value for attribute codiGrupUsuarivoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setDelegateAccount(String delegateAccount)
Sets value for attribute delegateAccountvoid
setDelegateSince(Date delegateSince)
Sets value for attribute delegateSincevoid
setDelegateUntil(Date delegateUntil)
Sets value for attribute delegateUntilvoid
setDelegationStatus(DelegationStatus delegationStatus)
Sets value for attribute delegationStatusvoid
setDescripcioGrup(String descripcioGrup)
Sets value for attribute descripcioGrupvoid
setDescripcioRol(String descripcioRol)
Sets value for attribute descripcioRolvoid
setEnabled(boolean enabled)
Sets value for attribute enabledvoid
setEndDate(Date endDate)
Sets value for attribute endDatevoid
setGestionableWF(String gestionableWF)
Sets value for attribute gestionableWFvoid
setHolderGroup(String holderGroup)
Sets value for attribute holderGroupvoid
setId(Long id)
Sets value for attribute idvoid
setNomComplertUsuari(String nomComplertUsuari)
Sets value for attribute nomComplertUsuarivoid
setNomRol(String nomRol)
Sets value for attribute nomRolvoid
setOwnerAccount(String ownerAccount)
Sets value for attribute ownerAccountvoid
setParentGrant(Long parentGrant)
Sets value for attribute parentGrantvoid
setRemovalPending(Boolean removalPending)
Sets value for attribute removalPendingvoid
setRoleCategory(String roleCategory)
Sets value for attribute roleCategoryvoid
setRoleId(Long roleId)
Sets value for attribute roleIdvoid
setRuleDescription(String ruleDescription)
Sets value for attribute ruleDescriptionvoid
setRuleId(Long ruleId)
Sets value for attribute ruleIdvoid
setSodRisk(SoDRisk sodRisk)
Sets value for attribute sodRiskvoid
setSodRules(Collection<SoDRule> sodRules)
Sets value for attribute sodRulesvoid
setStartDate(Date startDate)
Sets value for attribute startDatevoid
setValorDomini(ValorDomini valorDomini)
Sets value for attribute valorDoministatic RolAccount
toRolAccount(RoleAccount vo)
Creates a RolAccount value object based on a RoleAccount object.static void
toRolAccount(RoleAccount source, RolAccount target)
Updates a RolAccount value object based on a RoleAccount object.static RolAccount[]
toRolAccountArray(RoleAccount[] source)
Creates a RolAccount array on a RoleAccount array.static AsyncList<RolAccount>
toRolAccountAsyncList(AsyncList<RoleAccount> source)
Creates a RolAccount asynclist on a RoleAccount collection.static PagedResult<RolAccount>
toRolAccountList(PagedResult<RoleAccount> source)
Creates a RolAccount pagedResult on a RoleAccount collection.static List<RolAccount>
toRolAccountList(Collection<RoleAccount> source)
Creates a RolAccount list on a RoleAccount collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
RolAccount
public RolAccount()
-
RolAccount
public RolAccount(Long accountId, String accountName, String accountDispatcher, String nomRol, Long roleId, String roleCategory, String codiAplicacio, String descripcioRol, Long id, String nomComplertUsuari, String descripcioGrup, ValorDomini valorDomini, String baseDeDades, String codiGrupUsuari, String gestionableWF, String codiUsuari, Long ruleId, String ruleDescription, SoDRisk sodRisk, Collection<SoDRule> sodRules, Date startDate, Date endDate, boolean enabled, boolean approvalPending, Boolean removalPending, String holderGroup, Long approvalProcess, Date certificationDate, Long parentGrant, DelegationStatus delegationStatus, String ownerAccount, String delegateAccount, Date delegateSince, Date delegateUntil)
-
RolAccount
public RolAccount(boolean enabled, boolean approvalPending)
-
RolAccount
public RolAccount(RolAccount otherBean)
-
-
Method Detail
-
getAccountId
public Long getAccountId()
Gets value for attribute accountId
-
setAccountId
public void setAccountId(Long accountId)
Sets value for attribute accountId
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getAccountDispatcher
public String getAccountDispatcher()
Gets value for attribute accountDispatcher
-
setAccountDispatcher
public void setAccountDispatcher(String accountDispatcher)
Sets value for attribute accountDispatcher
-
getNomRol
public String getNomRol()
Gets value for attribute nomRol
-
setNomRol
public void setNomRol(String nomRol)
Sets value for attribute nomRol
-
getRoleId
public Long getRoleId()
Gets value for attribute roleId
-
setRoleId
public void setRoleId(Long roleId)
Sets value for attribute roleId
-
getRoleCategory
public String getRoleCategory()
Gets value for attribute roleCategory
-
setRoleCategory
public void setRoleCategory(String roleCategory)
Sets value for attribute roleCategory
-
getCodiAplicacio
public String getCodiAplicacio()
Gets value for attribute codiAplicacio
-
setCodiAplicacio
public void setCodiAplicacio(String codiAplicacio)
Sets value for attribute codiAplicacio
-
getDescripcioRol
public String getDescripcioRol()
Gets value for attribute descripcioRol
-
setDescripcioRol
public void setDescripcioRol(String descripcioRol)
Sets value for attribute descripcioRol
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getNomComplertUsuari
public String getNomComplertUsuari()
Gets value for attribute nomComplertUsuari
-
setNomComplertUsuari
public void setNomComplertUsuari(String nomComplertUsuari)
Sets value for attribute nomComplertUsuari
-
getDescripcioGrup
public String getDescripcioGrup()
Gets value for attribute descripcioGrup
-
setDescripcioGrup
public void setDescripcioGrup(String descripcioGrup)
Sets value for attribute descripcioGrup
-
getValorDomini
public ValorDomini getValorDomini()
Gets value for attribute valorDomini
-
setValorDomini
public void setValorDomini(ValorDomini valorDomini)
Sets value for attribute valorDomini
-
getBaseDeDades
public String getBaseDeDades()
Gets value for attribute baseDeDades
-
setBaseDeDades
public void setBaseDeDades(String baseDeDades)
Sets value for attribute baseDeDades
-
getCodiGrupUsuari
public String getCodiGrupUsuari()
Gets value for attribute codiGrupUsuari
-
setCodiGrupUsuari
public void setCodiGrupUsuari(String codiGrupUsuari)
Sets value for attribute codiGrupUsuari
-
getGestionableWF
public String getGestionableWF()
Gets value for attribute gestionableWF
-
setGestionableWF
public void setGestionableWF(String gestionableWF)
Sets value for attribute gestionableWF
-
getCodiUsuari
public String getCodiUsuari()
Gets value for attribute codiUsuari
-
setCodiUsuari
public void setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuari
-
getRuleId
public Long getRuleId()
Gets value for attribute ruleId
-
setRuleId
public void setRuleId(Long ruleId)
Sets value for attribute ruleId
-
getRuleDescription
public String getRuleDescription()
Gets value for attribute ruleDescription
-
setRuleDescription
public void setRuleDescription(String ruleDescription)
Sets value for attribute ruleDescription
-
getSodRisk
public SoDRisk getSodRisk()
Gets value for attribute sodRisk
-
setSodRisk
public void setSodRisk(SoDRisk sodRisk)
Sets value for attribute sodRisk
-
getSodRules
public Collection<SoDRule> getSodRules()
Gets value for attribute sodRules
-
setSodRules
public void setSodRules(Collection<SoDRule> sodRules)
Sets value for attribute sodRules
-
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
-
isApprovalPending
public boolean isApprovalPending()
Gets value for attribute approvalPending
-
setApprovalPending
public void setApprovalPending(boolean approvalPending)
Sets value for attribute approvalPending
-
getRemovalPending
public Boolean getRemovalPending()
Gets value for attribute removalPending
-
setRemovalPending
public void setRemovalPending(Boolean removalPending)
Sets value for attribute removalPending
-
getHolderGroup
public String getHolderGroup()
Gets value for attribute holderGroup
-
setHolderGroup
public void setHolderGroup(String holderGroup)
Sets value for attribute holderGroup
-
getApprovalProcess
public Long getApprovalProcess()
Gets value for attribute approvalProcess
-
setApprovalProcess
public void setApprovalProcess(Long approvalProcess)
Sets value for attribute approvalProcess
-
getCertificationDate
public Date getCertificationDate()
Gets value for attribute certificationDate
-
setCertificationDate
public void setCertificationDate(Date certificationDate)
Sets value for attribute certificationDate
-
getParentGrant
public Long getParentGrant()
Gets value for attribute parentGrant
-
setParentGrant
public void setParentGrant(Long parentGrant)
Sets value for attribute parentGrant
-
getDelegationStatus
public DelegationStatus getDelegationStatus()
Gets value for attribute delegationStatus
-
setDelegationStatus
public void setDelegationStatus(DelegationStatus delegationStatus)
Sets value for attribute delegationStatus
-
getOwnerAccount
public String getOwnerAccount()
Gets value for attribute ownerAccount
-
setOwnerAccount
public void setOwnerAccount(String ownerAccount)
Sets value for attribute ownerAccount
-
getDelegateAccount
public String getDelegateAccount()
Gets value for attribute delegateAccount
-
setDelegateAccount
public void setDelegateAccount(String delegateAccount)
Sets value for attribute delegateAccount
-
getDelegateSince
public Date getDelegateSince()
Gets value for attribute delegateSince
-
setDelegateSince
public void setDelegateSince(Date delegateSince)
Sets value for attribute delegateSince
-
getDelegateUntil
public Date getDelegateUntil()
Gets value for attribute delegateUntil
-
setDelegateUntil
public void setDelegateUntil(Date delegateUntil)
Sets value for attribute delegateUntil
-
toString
public String toString()
Returns a string representation of the value object.
-
toRolAccount
public static RolAccount toRolAccount(RoleAccount vo)
Creates a RolAccount value object based on a RoleAccount object.
-
toRolAccountList
public static List<RolAccount> toRolAccountList(Collection<RoleAccount> source)
Creates a RolAccount list on a RoleAccount collection.
-
toRolAccountList
public static PagedResult<RolAccount> toRolAccountList(PagedResult<RoleAccount> source)
Creates a RolAccount pagedResult on a RoleAccount collection.
-
toRolAccountAsyncList
public static AsyncList<RolAccount> toRolAccountAsyncList(AsyncList<RoleAccount> source)
Creates a RolAccount asynclist on a RoleAccount collection.
-
toRolAccountArray
public static RolAccount[] toRolAccountArray(RoleAccount[] source)
Creates a RolAccount array on a RoleAccount array.
-
toRolAccount
public static void toRolAccount(RoleAccount source, RolAccount target)
Updates a RolAccount value object based on a RoleAccount object.
-
-