Package org.alfresco.repo.domain.solr
Class AclEntity
java.lang.Object
org.alfresco.repo.domain.solr.AclEntity
- All Implemented Interfaces:
Comparable<Acl>,Acl
Interface for SOLR changeset objects.
- Since:
- 4.0
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetId()inthashCode()voidsetAclChangeSetId(Long aclChangeSetId) voidvoidsetInheritedId(Long inheritedId) toString()
-
Constructor Details
-
AclEntity
public AclEntity()
-
-
Method Details
-
toString
-
getId
-
setId
-
getAclChangeSetId
- Specified by:
getAclChangeSetIdin interfaceAcl
-
setAclChangeSetId
-
getInheritedId
- Specified by:
getInheritedIdin interfaceAcl
-
setInheritedId
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Acl>
-