Package org.alfresco.repo.domain.solr
Class AclEntity
- java.lang.Object
-
- org.alfresco.repo.domain.solr.AclEntity
-
- All Implemented Interfaces:
Comparable<Acl>,Acl
public class AclEntity extends Object implements Acl
Interface for SOLR changeset objects.- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description AclEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Acl o)booleanequals(Object obj)LonggetAclChangeSetId()LonggetId()LonggetInheritedId()inthashCode()voidsetAclChangeSetId(Long aclChangeSetId)voidsetId(Long id)voidsetInheritedId(Long inheritedId)StringtoString()
-
-
-
Method Detail
-
setId
public void setId(Long id)
-
getAclChangeSetId
public Long getAclChangeSetId()
- Specified by:
getAclChangeSetIdin interfaceAcl
-
setAclChangeSetId
public void setAclChangeSetId(Long aclChangeSetId)
-
getInheritedId
public Long getInheritedId()
- Specified by:
getInheritedIdin interfaceAcl
-
setInheritedId
public void setInheritedId(Long inheritedId)
-
compareTo
public int compareTo(Acl o)
- Specified by:
compareToin interfaceComparable<Acl>
-
-