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 StringgetAccountDispatcher()Gets value for attribute accountDispatcherLonggetAccountId()Gets value for attribute accountIdStringgetAccountName()Gets value for attribute accountNameLonggetApprovalProcess()Gets value for attribute approvalProcessStringgetBaseDeDades()Gets value for attribute baseDeDadesDategetCertificationDate()Gets value for attribute certificationDateStringgetCodiAplicacio()Gets value for attribute codiAplicacioStringgetCodiGrupUsuari()Gets value for attribute codiGrupUsuariStringgetCodiUsuari()Gets value for attribute codiUsuariStringgetDelegateAccount()Gets value for attribute delegateAccountDategetDelegateSince()Gets value for attribute delegateSinceDategetDelegateUntil()Gets value for attribute delegateUntilDelegationStatusgetDelegationStatus()Gets value for attribute delegationStatusStringgetDescripcioGrup()Gets value for attribute descripcioGrupStringgetDescripcioRol()Gets value for attribute descripcioRolDategetEndDate()Gets value for attribute endDateStringgetGestionableWF()Gets value for attribute gestionableWFStringgetHolderGroup()Gets value for attribute holderGroupLonggetId()Gets value for attribute idStringgetNomComplertUsuari()Gets value for attribute nomComplertUsuariStringgetNomRol()Gets value for attribute nomRolStringgetOwnerAccount()Gets value for attribute ownerAccountLonggetParentGrant()Gets value for attribute parentGrantBooleangetRemovalPending()Gets value for attribute removalPendingStringgetRoleCategory()Gets value for attribute roleCategoryLonggetRoleId()Gets value for attribute roleIdStringgetRuleDescription()Gets value for attribute ruleDescriptionLonggetRuleId()Gets value for attribute ruleIdSoDRiskgetSodRisk()Gets value for attribute sodRiskCollection<SoDRule>getSodRules()Gets value for attribute sodRulesDategetStartDate()Gets value for attribute startDateValorDominigetValorDomini()Gets value for attribute valorDominibooleanisApprovalPending()Gets value for attribute approvalPendingbooleanisEnabled()Gets value for attribute enabledvoidsetAccountDispatcher(String accountDispatcher)Sets value for attribute accountDispatchervoidsetAccountId(Long accountId)Sets value for attribute accountIdvoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetApprovalPending(boolean approvalPending)Sets value for attribute approvalPendingvoidsetApprovalProcess(Long approvalProcess)Sets value for attribute approvalProcessvoidsetBaseDeDades(String baseDeDades)Sets value for attribute baseDeDadesvoidsetCertificationDate(Date certificationDate)Sets value for attribute certificationDatevoidsetCodiAplicacio(String codiAplicacio)Sets value for attribute codiAplicaciovoidsetCodiGrupUsuari(String codiGrupUsuari)Sets value for attribute codiGrupUsuarivoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetDelegateAccount(String delegateAccount)Sets value for attribute delegateAccountvoidsetDelegateSince(Date delegateSince)Sets value for attribute delegateSincevoidsetDelegateUntil(Date delegateUntil)Sets value for attribute delegateUntilvoidsetDelegationStatus(DelegationStatus delegationStatus)Sets value for attribute delegationStatusvoidsetDescripcioGrup(String descripcioGrup)Sets value for attribute descripcioGrupvoidsetDescripcioRol(String descripcioRol)Sets value for attribute descripcioRolvoidsetEnabled(boolean enabled)Sets value for attribute enabledvoidsetEndDate(Date endDate)Sets value for attribute endDatevoidsetGestionableWF(String gestionableWF)Sets value for attribute gestionableWFvoidsetHolderGroup(String holderGroup)Sets value for attribute holderGroupvoidsetId(Long id)Sets value for attribute idvoidsetNomComplertUsuari(String nomComplertUsuari)Sets value for attribute nomComplertUsuarivoidsetNomRol(String nomRol)Sets value for attribute nomRolvoidsetOwnerAccount(String ownerAccount)Sets value for attribute ownerAccountvoidsetParentGrant(Long parentGrant)Sets value for attribute parentGrantvoidsetRemovalPending(Boolean removalPending)Sets value for attribute removalPendingvoidsetRoleCategory(String roleCategory)Sets value for attribute roleCategoryvoidsetRoleId(Long roleId)Sets value for attribute roleIdvoidsetRuleDescription(String ruleDescription)Sets value for attribute ruleDescriptionvoidsetRuleId(Long ruleId)Sets value for attribute ruleIdvoidsetSodRisk(SoDRisk sodRisk)Sets value for attribute sodRiskvoidsetSodRules(Collection<SoDRule> sodRules)Sets value for attribute sodRulesvoidsetStartDate(Date startDate)Sets value for attribute startDatevoidsetValorDomini(ValorDomini valorDomini)Sets value for attribute valorDoministatic RolAccounttoRolAccount(RoleAccount vo)Creates a RolAccount value object based on a RoleAccount object.static voidtoRolAccount(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.StringtoString()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.
-
-