Class GroupRoles

java.lang.Object
com.soffid.iam.iga.api.GroupRoles
All Implemented Interfaces:
Serializable

public class GroupRoles extends Object implements Serializable
ValueObject GroupRoles
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
    • 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
    • getRoleDatabases

      public String getRoleDatabases()
      Gets value for attribute roleDatabases
    • setRoleDatabases

      public void setRoleDatabases(String roleDatabases)
      Sets value for attribute roleDatabases
    • getApplicationCode

      public String getApplicationCode()
      Gets value for attribute applicationCode
    • setApplicationCode

      public void setApplicationCode(String applicationCode)
      Sets value for attribute applicationCode
    • getGroupCode

      public String getGroupCode()
      Gets value for attribute groupCode
    • setGroupCode

      public void setGroupCode(String groupCode)
      Sets value for attribute groupCode
    • 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
    • toString

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