Constructor and Description |
---|
AclMemberEntity()
Default constructor
|
AclMemberEntity(long aclId,
long aceId,
int pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getAceId()
Get the ACE included in the ACL
|
Long |
getAclId()
Get the ACL to which the ACE belongs
|
Long |
getId()
Get the ID for this ACL member
|
Integer |
getPos()
Get the position group for this member in the ACL
0 - implies the ACE is on the object
>0 - that it is inherited in some way
The lower values are checked first so take precedence.
|
Long |
getVersion()
Get the version for this ACL member - for optimistic locking
|
int |
hashCode() |
void |
incrementVersion() |
void |
setAceId(Long aceId) |
void |
setAclId(Long aclId) |
void |
setId(Long id) |
void |
setPos(Integer pos)
Set the position for the ACL-ACE relationship
|
void |
setVersion(Long version) |
String |
toString() |
public AclMemberEntity()
public AclMemberEntity(long aclId, long aceId, int pos)
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public void incrementVersion()
public Long getAclId()
public void setAclId(Long aclId)
public Long getAceId()
public void setAceId(Long aceId)
public Integer getPos()
public void setPos(Integer pos)
pos
- IntegerCopyright © 2005–2017 Alfresco Software. All rights reserved.