6162636465666768697071
} @Override public boolean equals(Object obj) { if (obj instanceof AclSubject) { AclSubject other = (AclSubject) obj; return other.getName().equals(name) && other.getType().equals(type); } else { return false; } }