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 Acl
public void setAclChangeSetId(Long aclChangeSetId)
public Long getInheritedId()
getInheritedId
in interface Acl
public void setInheritedId(Long inheritedId)
public int compareTo(Acl o)
compareTo
in interface Comparable<Acl>
Copyright © 2005–2017 Alfresco Software. All rights reserved.