Package com.soffid.iam.api
Class RoleAccount
- java.lang.Object
-
- com.soffid.iam.api.RoleAccount
-
- All Implemented Interfaces:
Serializable
public class RoleAccount extends Object implements Serializable
ValueObject RoleAccount- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleAccount()RoleAccount(boolean enabled, boolean approvalPending)RoleAccount(RoleAccount otherBean)RoleAccount(Long accountId, String accountName, String accountSystem, String roleName, Long roleId, String roleCategory, String informationSystemName, String roleDescription, Long id, String userFullName, String groupDescription, DomainValue domainValue, String system, String userGroupCode, String bpmEnforced, String userCode, 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 LonggetAccountId()Gets value for attribute accountIdStringgetAccountName()Gets value for attribute accountNameStringgetAccountSystem()Gets value for attribute accountSystemLonggetApprovalProcess()Gets value for attribute approvalProcessStringgetBpmEnforced()Gets value for attribute bpmEnforcedDategetCertificationDate()Gets value for attribute certificationDateStringgetDelegateAccount()Gets value for attribute delegateAccountDategetDelegateSince()Gets value for attribute delegateSinceDategetDelegateUntil()Gets value for attribute delegateUntilDelegationStatusgetDelegationStatus()Gets value for attribute delegationStatusDomainValuegetDomainValue()Gets value for attribute domainValueDategetEndDate()Gets value for attribute endDateStringgetGroupDescription()Gets value for attribute groupDescriptionStringgetHolderGroup()Gets value for attribute holderGroupLonggetId()Gets value for attribute idStringgetInformationSystemName()Gets value for attribute informationSystemNameStringgetOwnerAccount()Gets value for attribute ownerAccountLonggetParentGrant()Gets value for attribute parentGrantBooleangetRemovalPending()Gets value for attribute removalPendingStringgetRoleCategory()Gets value for attribute roleCategoryStringgetRoleDescription()Gets value for attribute roleDescriptionLonggetRoleId()Gets value for attribute roleIdStringgetRoleName()Gets value for attribute roleNameStringgetRuleDescription()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 startDateStringgetSystem()Gets value for attribute systemStringgetUserCode()Gets value for attribute userCodeStringgetUserFullName()Gets value for attribute userFullNameStringgetUserGroupCode()Gets value for attribute userGroupCodebooleanisApprovalPending()Gets value for attribute approvalPendingbooleanisEnabled()Gets value for attribute enabledvoidsetAccountId(Long accountId)Sets value for attribute accountIdvoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAccountSystem(String accountSystem)Sets value for attribute accountSystemvoidsetApprovalPending(boolean approvalPending)Sets value for attribute approvalPendingvoidsetApprovalProcess(Long approvalProcess)Sets value for attribute approvalProcessvoidsetBpmEnforced(String bpmEnforced)Sets value for attribute bpmEnforcedvoidsetCertificationDate(Date certificationDate)Sets value for attribute certificationDatevoidsetDelegateAccount(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 delegationStatusvoidsetDomainValue(DomainValue domainValue)Sets value for attribute domainValuevoidsetEnabled(boolean enabled)Sets value for attribute enabledvoidsetEndDate(Date endDate)Sets value for attribute endDatevoidsetGroupDescription(String groupDescription)Sets value for attribute groupDescriptionvoidsetHolderGroup(String holderGroup)Sets value for attribute holderGroupvoidsetId(Long id)Sets value for attribute idvoidsetInformationSystemName(String informationSystemName)Sets value for attribute informationSystemNamevoidsetOwnerAccount(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 roleCategoryvoidsetRoleDescription(String roleDescription)Sets value for attribute roleDescriptionvoidsetRoleId(Long roleId)Sets value for attribute roleIdvoidsetRoleName(String roleName)Sets value for attribute roleNamevoidsetRuleDescription(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 startDatevoidsetSystem(String system)Sets value for attribute systemvoidsetUserCode(String userCode)Sets value for attribute userCodevoidsetUserFullName(String userFullName)Sets value for attribute userFullNamevoidsetUserGroupCode(String userGroupCode)Sets value for attribute userGroupCodestatic RoleAccounttoRoleAccount(RolAccount vo)Creates a RoleAccount value object based on a RolAccount object.static voidtoRoleAccount(RolAccount source, RoleAccount target)Updates a RoleAccount value object based on a RolAccount object.static RoleAccount[]toRoleAccountArray(RolAccount[] source)Creates a RoleAccount array on a RolAccount array.static AsyncList<RoleAccount>toRoleAccountAsyncList(AsyncList<RolAccount> source)Creates a RoleAccount asynclist on a RolAccount collection.static PagedResult<RoleAccount>toRoleAccountList(PagedResult<RolAccount> source)Creates a RoleAccount pagedResult on a RolAccount collection.static List<RoleAccount>toRoleAccountList(Collection<RolAccount> source)Creates a RoleAccount list on a RolAccount collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
RoleAccount
public RoleAccount()
-
RoleAccount
public RoleAccount(Long accountId, String accountName, String accountSystem, String roleName, Long roleId, String roleCategory, String informationSystemName, String roleDescription, Long id, String userFullName, String groupDescription, DomainValue domainValue, String system, String userGroupCode, String bpmEnforced, String userCode, 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)
-
RoleAccount
public RoleAccount(boolean enabled, boolean approvalPending)
-
RoleAccount
public RoleAccount(RoleAccount 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
-
getAccountSystem
public String getAccountSystem()
Gets value for attribute accountSystem
-
setAccountSystem
public void setAccountSystem(String accountSystem)
Sets value for attribute accountSystem
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
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
-
getInformationSystemName
public String getInformationSystemName()
Gets value for attribute informationSystemName
-
setInformationSystemName
public void setInformationSystemName(String informationSystemName)
Sets value for attribute informationSystemName
-
getRoleDescription
public String getRoleDescription()
Gets value for attribute roleDescription
-
setRoleDescription
public void setRoleDescription(String roleDescription)
Sets value for attribute roleDescription
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUserFullName
public String getUserFullName()
Gets value for attribute userFullName
-
setUserFullName
public void setUserFullName(String userFullName)
Sets value for attribute userFullName
-
getGroupDescription
public String getGroupDescription()
Gets value for attribute groupDescription
-
setGroupDescription
public void setGroupDescription(String groupDescription)
Sets value for attribute groupDescription
-
getDomainValue
public DomainValue getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(DomainValue domainValue)
Sets value for attribute domainValue
-
getSystem
public String getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(String system)
Sets value for attribute system
-
getUserGroupCode
public String getUserGroupCode()
Gets value for attribute userGroupCode
-
setUserGroupCode
public void setUserGroupCode(String userGroupCode)
Sets value for attribute userGroupCode
-
getBpmEnforced
public String getBpmEnforced()
Gets value for attribute bpmEnforced
-
setBpmEnforced
public void setBpmEnforced(String bpmEnforced)
Sets value for attribute bpmEnforced
-
getUserCode
public String getUserCode()
Gets value for attribute userCode
-
setUserCode
public void setUserCode(String userCode)
Sets value for attribute userCode
-
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.
-
toRoleAccount
public static RoleAccount toRoleAccount(RolAccount vo)
Creates a RoleAccount value object based on a RolAccount object.
-
toRoleAccountList
public static List<RoleAccount> toRoleAccountList(Collection<RolAccount> source)
Creates a RoleAccount list on a RolAccount collection.
-
toRoleAccountList
public static PagedResult<RoleAccount> toRoleAccountList(PagedResult<RolAccount> source)
Creates a RoleAccount pagedResult on a RolAccount collection.
-
toRoleAccountAsyncList
public static AsyncList<RoleAccount> toRoleAccountAsyncList(AsyncList<RolAccount> source)
Creates a RoleAccount asynclist on a RolAccount collection.
-
toRoleAccountArray
public static RoleAccount[] toRoleAccountArray(RolAccount[] source)
Creates a RoleAccount array on a RolAccount array.
-
toRoleAccount
public static void toRoleAccount(RolAccount source, RoleAccount target)
Updates a RoleAccount value object based on a RolAccount object.
-
-