public class AclReaders extends Object
Constructor and Description |
---|
AclReaders(long id,
List<String> readers,
List<String> denied,
long aclChangeSetId,
String tenantDomain) |
Modifier and Type | Method and 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() |
public int hashCode()
public boolean equals(Object obj)
public long getId()
public long getAclChangeSetId()
public String getTenantDomain()
Copyright © 2005–2019 Alfresco Software. All rights reserved.