public class AclEntity extends Object implements Acl
| Constructor and Description |
|---|
AclEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Acl o) |
boolean |
equals(Object obj) |
Long |
getAclChangeSetId() |
Long |
getId() |
Long |
getInheritedId() |
int |
hashCode() |
void |
setAclChangeSetId(Long aclChangeSetId) |
void |
setId(Long id) |
void |
setInheritedId(Long inheritedId) |
String |
toString() |
public void setId(Long id)
public Long getAclChangeSetId()
getAclChangeSetId in interface Aclpublic void setAclChangeSetId(Long aclChangeSetId)
public Long getInheritedId()
getInheritedId in interface Aclpublic void setInheritedId(Long inheritedId)
public int compareTo(Acl o)
compareTo in interface Comparable<Acl>Copyright © 2005–2018 Alfresco Software. All rights reserved.