Class RoleGrant

java.lang.Object
com.soffid.iam.iga.api.RoleGrant
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RoleGrantHierarchy

public class RoleGrant extends Object implements Serializable
ValueObject RoleGrant
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getRoleId

      public Long getRoleId()
      Gets value for attribute roleId
    • setRoleId

      public void setRoleId(Long roleId)
      Sets value for attribute roleId
    • getRoleName

      public String getRoleName()
      Gets value for attribute roleName
    • setRoleName

      public void setRoleName(String roleName)
      Sets value for attribute roleName
    • getRoleDescription

      public String getRoleDescription()
      Gets value for attribute roleDescription
    • setRoleDescription

      public void setRoleDescription(String roleDescription)
      Sets value for attribute roleDescription
    • getSystem

      public String getSystem()
      Gets value for attribute system
    • setSystem

      public void setSystem(String system)
      Sets value for attribute system
    • getInformationSystem

      public String getInformationSystem()
      Gets value for attribute informationSystem
    • setInformationSystem

      public void setInformationSystem(String informationSystem)
      Sets value for attribute informationSystem
    • isHasDomain

      public boolean isHasDomain()
      Gets value for attribute hasDomain
    • setHasDomain

      public void setHasDomain(boolean hasDomain)
      Sets value for attribute hasDomain
    • getDomainValue

      public String getDomainValue()
      Gets value for attribute domainValue
    • setDomainValue

      public void setDomainValue(String domainValue)
      Sets value for attribute domainValue
    • getDomainDescription

      public String getDomainDescription()
      Gets value for attribute domainDescription
    • setDomainDescription

      public void setDomainDescription(String domainDescription)
      Sets value for attribute domainDescription
    • getOwnerAccountName

      public String getOwnerAccountName()
      Gets value for attribute ownerAccountName
    • setOwnerAccountName

      public void setOwnerAccountName(String ownerAccountName)
      Sets value for attribute ownerAccountName
    • getOwnerInformationSystem

      public String getOwnerInformationSystem()
      Gets value for attribute ownerInformationSystem
    • setOwnerInformationSystem

      public void setOwnerInformationSystem(String ownerInformationSystem)
      Sets value for attribute ownerInformationSystem
    • getOwnerSystem

      public String getOwnerSystem()
      Gets value for attribute ownerSystem
    • setOwnerSystem

      public void setOwnerSystem(String ownerSystem)
      Sets value for attribute ownerSystem
    • getOwnerGroup

      public String getOwnerGroup()
      Gets value for attribute ownerGroup
    • setOwnerGroup

      public void setOwnerGroup(String ownerGroup)
      Sets value for attribute ownerGroup
    • getOwnerRole

      public Long getOwnerRole()
      Gets value for attribute ownerRole
    • setOwnerRole

      public void setOwnerRole(Long ownerRole)
      Sets value for attribute ownerRole
    • getOwnerRolDomainValue

      public String getOwnerRolDomainValue()
      Gets value for attribute ownerRolDomainValue
    • setOwnerRolDomainValue

      public void setOwnerRolDomainValue(String ownerRolDomainValue)
      Sets value for attribute ownerRolDomainValue
    • getOwnerRoleName

      public String getOwnerRoleName()
      Gets value for attribute ownerRoleName
    • setOwnerRoleName

      public void setOwnerRoleName(String ownerRoleName)
      Sets value for attribute ownerRoleName
    • getOwnerRoleDescription

      public String getOwnerRoleDescription()
      Gets value for attribute ownerRoleDescription
    • setOwnerRoleDescription

      public void setOwnerRoleDescription(String ownerRoleDescription)
      Sets value for attribute ownerRoleDescription
    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • 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
    • getHolderGroup

      public String getHolderGroup()
      Gets value for attribute holderGroup
    • setHolderGroup

      public void setHolderGroup(String holderGroup)
      Sets value for attribute holderGroup
    • getStatus

      public RoleDependencyStatus getStatus()
      Gets value for attribute status
    • setStatus

      public void setStatus(RoleDependencyStatus status)
      Sets value for attribute status
    • getMandatory

      public Boolean getMandatory()
      Gets value for attribute mandatory
    • setMandatory

      public void setMandatory(Boolean mandatory)
      Sets value for attribute mandatory
    • getAttributes

      public Map<String,Object> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Sets value for attribute attributes
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object