public class LookupKey
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LookupKey(int version,
SimplePath path,
java.lang.String storeName,
boolean write,
boolean includeDeleted)
Create one from whole cloth.
|
LookupKey(LookupKey other) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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)
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.