Class SoDRoleEntity

  • Direct Known Subclasses:
    SoDRoleEntityImpl

    public abstract class SoDRoleEntity
    extends Object
    Entity SoDRoleEntity
    • Constructor Detail

      • SoDRoleEntity

        public SoDRoleEntity()
    • Method Detail

      • getId

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

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

        public RoleEntity getRole()
        Gets value for attribute role
      • setRole

        public void setRole​(RoleEntity role)
        Sets value for attribute role
      • getRule

        public SoDRuleEntity getRule()
        Gets value for attribute rule
      • setRule

        public void setRule​(SoDRuleEntity rule)
        Sets value for attribute rule
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an SoDRoleEntity 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