Class AbstractAuthorizationRight<T extends AbstractAuthorizationEntity>

    • Constructor Detail

      • AbstractAuthorizationRight

        public AbstractAuthorizationRight()
    • Method Detail

      • getEntity

        public abstract T getEntity()
      • setEntity

        public abstract void setEntity​(T entity)
      • hashCode

        public int hashCode()
        The hashcode and equals method should ONLY have the entity The actual identity of the object is based solely on this. The rights should NOT be part of hashcode/equals
        Overrides:
        hashCode in class Object