Package org.alfresco.repo.domain.solr
Class AclChangeSetEntity
- java.lang.Object
-
- org.alfresco.repo.domain.solr.AclChangeSetEntity
-
- All Implemented Interfaces:
AclChangeSet
public class AclChangeSetEntity extends Object implements AclChangeSet
Interface for SOLR changeset objects.- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description AclChangeSetEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAclCount()LonggetCommitTimeMs()LonggetId()voidsetAclCount(int aclCount)voidsetCommitTimeMs(Long commitTimeMs)voidsetId(Long id)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceAclChangeSet
-
setId
public void setId(Long id)
-
getCommitTimeMs
public Long getCommitTimeMs()
- Specified by:
getCommitTimeMsin interfaceAclChangeSet
-
setCommitTimeMs
public void setCommitTimeMs(Long commitTimeMs)
-
getAclCount
public int getAclCount()
- Specified by:
getAclCountin interfaceAclChangeSet
-
setAclCount
public void setAclCount(int aclCount)
-
-