.. java:import:: java.util HashMap .. java:import:: java.util Set EntityACI ========= .. java:package:: org.caosdb.server.permissions :noindex: .. java:type:: public final class EntityACI Constructors ------------ EntityACI ^^^^^^^^^ .. java:constructor:: public EntityACI(ResponsibleAgent role, long bitSet) :outertype: EntityACI Methods ------- equals ^^^^^^ .. java:method:: @Override public boolean equals(Object obj) :outertype: EntityACI getBitSet ^^^^^^^^^ .. java:method:: public long getBitSet() :outertype: EntityACI getPermission ^^^^^^^^^^^^^ .. java:method:: public Set getPermission() :outertype: EntityACI getResponsibleAgent ^^^^^^^^^^^^^^^^^^^ .. java:method:: public ResponsibleAgent getResponsibleAgent() :outertype: EntityACI hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: EntityACI isGrant ^^^^^^^ .. java:method:: public boolean isGrant() :outertype: EntityACI isPriority ^^^^^^^^^^ .. java:method:: public boolean isPriority() :outertype: EntityACI toMap ^^^^^ .. java:method:: public HashMap toMap() :outertype: EntityACI toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: EntityACI