|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.base.objectstore.ObjectStoreCommand
public abstract class ObjectStoreCommand
A command that can be sent to an object store
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
protected |
ObjectStoreCommand()
Create an instance |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
protected ObjectStoreCommand()
| Method Detail |
|---|
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - the object to compare against
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||