Class RoleGroupEntity

    • Constructor Detail

      • RoleGroupEntity

        public RoleGroupEntity()
    • Method Detail

      • getGroup

        public GroupEntity getGroup()
        Gets value for attribute group
      • setGroup

        public void setGroup​(GroupEntity group)
        Sets value for attribute group
      • getId

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

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

        public RoleEntity getGrantedRole()
        Gets value for attribute grantedRole
      • setGrantedRole

        public void setGrantedRole​(RoleEntity grantedRole)
        Sets value for attribute grantedRole
      • getGrantedApplicationDomain

        public InformationSystemEntity getGrantedApplicationDomain()
        Gets value for attribute grantedApplicationDomain
      • setGrantedApplicationDomain

        public void setGrantedApplicationDomain​(InformationSystemEntity grantedApplicationDomain)
        Sets value for attribute grantedApplicationDomain
      • getGrantedGroupDomain

        public GroupEntity getGrantedGroupDomain()
        Gets value for attribute grantedGroupDomain
      • setGrantedGroupDomain

        public void setGrantedGroupDomain​(GroupEntity grantedGroupDomain)
        Sets value for attribute grantedGroupDomain
      • getGrantedDomainValue

        public DomainValueEntity getGrantedDomainValue()
        Gets value for attribute grantedDomainValue
      • setGrantedDomainValue

        public void setGrantedDomainValue​(DomainValueEntity grantedDomainValue)
        Sets value for attribute grantedDomainValue
      • isAllowed

        public abstract boolean isAllowed​(String permission)
        Operation isAllowed Returns true if the permission on this object is granted
        Parameters:
        permission -
        Returns:
      • toString

        public abstract String toString()
        Operation toString
        Overrides:
        toString in class Object
        Returns:
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an RoleGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object