| Constructor and Description |
|---|
AclMemberEntity()
Default constructor
|
AclMemberEntity(long aclId,
long aceId,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAceId()
Get the ACE included in the ACL
|
java.lang.Long |
getAclId()
Get the ACL to which the ACE belongs
|
java.lang.Long |
getId()
Get the ID for this ACL member
|
java.lang.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.
|
java.lang.Long |
getVersion()
Get the version for this ACL member - for optimistic locking
|
int |
hashCode() |
void |
incrementVersion() |
void |
setAceId(java.lang.Long aceId) |
void |
setAclId(java.lang.Long aclId) |
void |
setId(java.lang.Long id) |
void |
setPos(java.lang.Integer pos)
Set the position for the ACL-ACE relationship
|
void |
setVersion(java.lang.Long version) |
java.lang.String |
toString() |
public AclMemberEntity()
public AclMemberEntity(long aclId,
long aceId,
int pos)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.Long getVersion()
public void setVersion(java.lang.Long version)
public void incrementVersion()
public java.lang.Long getAclId()
public void setAclId(java.lang.Long aclId)
public java.lang.Long getAceId()
public void setAceId(java.lang.Long aceId)
public java.lang.Integer getPos()
public void setPos(java.lang.Integer pos)
position - public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.