Class RestrictedRole

    • Constructor Detail

      • RestrictedRole

        public RestrictedRole()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object businessInstance)
        Overrides:
        equals in class Object
      • getRestriction

        public Restriction getRestriction()
        Represents the restriction on this role.
      • getRole

        public UserRoleRef getRole()
        Represents the role that is being restricted.
      • setRestriction

        public void setRestriction​(Restriction restriction)
        Represents the restriction on this role.
      • setRole

        public void setRole​(UserRoleRef role)
        Represents the role that is being restricted.