Package org.alfresco.repo.domain.solr
Class AclChangeSetEntity
java.lang.Object
org.alfresco.repo.domain.solr.AclChangeSetEntity
- All Implemented Interfaces:
AclChangeSet
Interface for SOLR changeset objects.
- Since:
- 4.0
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()voidsetAclCount(int aclCount) voidsetCommitTimeMs(Long commitTimeMs) voidtoString()
-
Constructor Details
-
AclChangeSetEntity
public AclChangeSetEntity()
-
-
Method Details
-
toString
-
getId
- Specified by:
getIdin interfaceAclChangeSet
-
setId
-
getCommitTimeMs
- Specified by:
getCommitTimeMsin interfaceAclChangeSet
-
setCommitTimeMs
-
getAclCount
public int getAclCount()- Specified by:
getAclCountin interfaceAclChangeSet
-
setAclCount
public void setAclCount(int aclCount)
-