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 boolean
equals(Object obj)
ID should be enough for hashCode() and equals().long
getAclChangeSetId()
List<String>
getDenied()
long
getId()
List<String>
getReaders()
String
getTenantDomain()
int
hashCode()
ID should be enough for hashCode() and equals().String
toString()
-
-
-
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()
-
-