Class RolGrantHierarchy

    • Method Detail

      • 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
      • toString

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

        public static RolGrantHierarchy toRolGrantHierarchy​(RoleGrantHierarchy vo)
        Creates a RolGrantHierarchy value object based on a RoleGrantHierarchy object.
      • toRolGrantHierarchyArray

        public static RolGrantHierarchy[] toRolGrantHierarchyArray​(RoleGrantHierarchy[] source)
        Creates a RolGrantHierarchy array on a RoleGrantHierarchy array.
      • toRolGrantHierarchy

        public static void toRolGrantHierarchy​(RoleGrantHierarchy source,
                                               RolGrantHierarchy target)
        Updates a RolGrantHierarchy value object based on a RoleGrantHierarchy object.