|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.LookupKey
public class LookupKey
This is the key by which Lookup's are retrieved from the cache.
Constructor Summary | |
---|---|
LookupKey(int version,
SimplePath path,
java.lang.String storeName,
boolean write,
boolean includeDeleted)
Create one from whole cloth. |
|
LookupKey(LookupKey other)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getStoreName()
Get the store name for this key. |
int |
hashCode()
|
boolean |
isWrite()
Is this a write lookup. |
void |
setWrite(boolean write)
Set the writeness of this key. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LookupKey(int version, SimplePath path, java.lang.String storeName, boolean write, boolean includeDeleted)
version
- The version we're looking under.path
- The path.storeName
- The name of the store.write
- Whether this is a write lookup.includeDeleted
- Whether this lookup should include deleted items.public LookupKey(LookupKey other)
Method Detail |
---|
public void setWrite(boolean write)
public java.lang.String getStoreName()
public boolean isWrite()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |