Class RoleAccount

    • 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.
        Overrides:
        toString in class Object
      • toRoleAccount

        public static RoleAccount toRoleAccount​(RolAccount vo)
        Creates a RoleAccount value object based on a RolAccount object.
      • 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.