Package org.alfresco.solr.client
Class AclReaders
- java.lang.Object
-
- org.alfresco.solr.client.AclReaders
-
public class AclReaders extends Object
SOLR-side representation of ACL Readers information.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ID should be enough for hashCode() and equals().longgetAclChangeSetId()List<String>getDenied()longgetId()List<String>getReaders()StringgetTenantDomain()inthashCode()ID should be enough for hashCode() and equals().StringtoString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
ID should be enough for hashCode() and equals().
-
equals
public boolean equals(Object obj)
ID should be enough for hashCode() and equals().
-
getId
public long getId()
-
getAclChangeSetId
public long getAclChangeSetId()
-
getTenantDomain
public String getTenantDomain()
-
-