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 Long
getAccountId()
Gets value for attribute accountIdString
getAccountName()
Gets value for attribute accountNameString
getAccountSystem()
Gets value for attribute accountSystemLong
getApprovalProcess()
Gets value for attribute approvalProcessString
getBpmEnforced()
Gets value for attribute bpmEnforcedDate
getCertificationDate()
Gets value for attribute certificationDateString
getDelegateAccount()
Gets value for attribute delegateAccountDate
getDelegateSince()
Gets value for attribute delegateSinceDate
getDelegateUntil()
Gets value for attribute delegateUntilDelegationStatus
getDelegationStatus()
Gets value for attribute delegationStatusDomainValue
getDomainValue()
Gets value for attribute domainValueDate
getEndDate()
Gets value for attribute endDateString
getGroupDescription()
Gets value for attribute groupDescriptionString
getHolderGroup()
Gets value for attribute holderGroupLong
getId()
Gets value for attribute idString
getInformationSystemName()
Gets value for attribute informationSystemNameString
getOwnerAccount()
Gets value for attribute ownerAccountLong
getParentGrant()
Gets value for attribute parentGrantBoolean
getRemovalPending()
Gets value for attribute removalPendingString
getRoleCategory()
Gets value for attribute roleCategoryString
getRoleDescription()
Gets value for attribute roleDescriptionLong
getRoleId()
Gets value for attribute roleIdString
getRoleName()
Gets value for attribute roleNameString
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 startDateString
getSystem()
Gets value for attribute systemString
getUserCode()
Gets value for attribute userCodeString
getUserFullName()
Gets value for attribute userFullNameString
getUserGroupCode()
Gets value for attribute userGroupCodeboolean
isApprovalPending()
Gets value for attribute approvalPendingboolean
isEnabled()
Gets value for attribute enabledvoid
setAccountId(Long accountId)
Sets value for attribute accountIdvoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAccountSystem(String accountSystem)
Sets value for attribute accountSystemvoid
setApprovalPending(boolean approvalPending)
Sets value for attribute approvalPendingvoid
setApprovalProcess(Long approvalProcess)
Sets value for attribute approvalProcessvoid
setBpmEnforced(String bpmEnforced)
Sets value for attribute bpmEnforcedvoid
setCertificationDate(Date certificationDate)
Sets value for attribute certificationDatevoid
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
setDomainValue(DomainValue domainValue)
Sets value for attribute domainValuevoid
setEnabled(boolean enabled)
Sets value for attribute enabledvoid
setEndDate(Date endDate)
Sets value for attribute endDatevoid
setGroupDescription(String groupDescription)
Sets value for attribute groupDescriptionvoid
setHolderGroup(String holderGroup)
Sets value for attribute holderGroupvoid
setId(Long id)
Sets value for attribute idvoid
setInformationSystemName(String informationSystemName)
Sets value for attribute informationSystemNamevoid
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
setRoleDescription(String roleDescription)
Sets value for attribute roleDescriptionvoid
setRoleId(Long roleId)
Sets value for attribute roleIdvoid
setRoleName(String roleName)
Sets value for attribute roleNamevoid
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
setSystem(String system)
Sets value for attribute systemvoid
setUserCode(String userCode)
Sets value for attribute userCodevoid
setUserFullName(String userFullName)
Sets value for attribute userFullNamevoid
setUserGroupCode(String userGroupCode)
Sets value for attribute userGroupCodestatic RoleAccount
toRoleAccount(RolAccount vo)
Creates a RoleAccount value object based on a RolAccount object.static void
toRoleAccount(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.String
toString()
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.
-
-