public static class AlfrescoSolrEventListener.CacheEntry extends Object implements Comparator<AlfrescoSolrEventListener.CacheEntry>
| Constructor and Description |
|---|
CacheEntry(long dbid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AlfrescoSolrEventListener.CacheEntry o1,
AlfrescoSolrEventListener.CacheEntry o2) |
boolean |
equals(Object obj) |
long |
getAclid() |
long |
getDbid() |
int |
getLeaf() |
int |
getOwner() |
int |
getPath() |
int |
hashCode() |
void |
setAclid(long aclid) |
void |
setLeaf(int leaf) |
void |
setOwner(int owner) |
void |
setPath(int path) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int getLeaf()
public void setLeaf(int leaf)
public int getPath()
public void setPath(int path)
public long getDbid()
public long getAclid()
public void setAclid(long aclid)
aclid - the alcid to setpublic int getOwner()
public void setOwner(int owner)
owner - the owner to setpublic boolean equals(Object obj)
equals in interface Comparator<AlfrescoSolrEventListener.CacheEntry>equals in class Objectpublic int compare(AlfrescoSolrEventListener.CacheEntry o1, AlfrescoSolrEventListener.CacheEntry o2)
compare in interface Comparator<AlfrescoSolrEventListener.CacheEntry>Copyright © 2005–2017 Alfresco Software. All rights reserved.