org.alfresco.repo.domain.solr
Class AclChangeSetEntity
java.lang.Object
org.alfresco.repo.domain.solr.AclChangeSetEntity
- All Implemented Interfaces:
- AclChangeSet
public class AclChangeSetEntity
- extends java.lang.Object
- implements AclChangeSet
Interface for SOLR changeset objects.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AclChangeSetEntity
public AclChangeSetEntity()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getId
public java.lang.Long getId()
- Specified by:
getId
in interface AclChangeSet
setId
public void setId(java.lang.Long id)
getCommitTimeMs
public java.lang.Long getCommitTimeMs()
- Specified by:
getCommitTimeMs
in interface AclChangeSet
setCommitTimeMs
public void setCommitTimeMs(java.lang.Long commitTimeMs)
getAclCount
public int getAclCount()
- Specified by:
getAclCount
in interface AclChangeSet
setAclCount
public void setAclCount(int aclCount)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.