Class RoleGrantHierarchy

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

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

  • Method Details

    • getRuleName

      public String getRuleName()
      Gets value for attribute ruleName
    • setRuleName

      public void setRuleName(String ruleName)
      Sets value for attribute ruleName
    • getRuleDescription

      public String getRuleDescription()
      Gets value for attribute ruleDescription
    • setRuleDescription

      public void setRuleDescription(String ruleDescription)
      Sets value for attribute ruleDescription
    • getGroupName

      public String getGroupName()
      Gets value for attribute groupName
    • setGroupName

      public void setGroupName(String groupName)
      Sets value for attribute groupName
    • getGroupDescription

      public String getGroupDescription()
      Gets value for attribute groupDescription
    • setGroupDescription

      public void setGroupDescription(String groupDescription)
      Sets value for attribute groupDescription
    • getAccountName

      public String getAccountName()
      Gets value for attribute accountName
    • setAccountName

      public void setAccountName(String accountName)
      Sets value for attribute accountName
    • getAccountDescription

      public String getAccountDescription()
      Gets value for attribute accountDescription
    • setAccountDescription

      public void setAccountDescription(String accountDescription)
      Sets value for attribute accountDescription
    • getNested

      public List<RoleGrantHierarchy> getNested()
      Gets value for attribute nested
    • setNested

      public void setNested(List<RoleGrantHierarchy> nested)
      Sets value for attribute nested
    • toString

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