public abstract class ObjectStoreCommand
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectStoreCommand()
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Return true if this object is equal to the specified object.
|
int |
hashCode()
Return a value that can be used in a hashing algorithm.
|
private static final long serialVersionUID
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - the object to compare againstpublic int hashCode()
hashCode in class java.lang.Object