Class ObjectStoreCommand
java.lang.Object
com.gargoylesoftware.base.objectstore.ObjectStoreCommand
- All Implemented Interfaces:
Serializable
A command that can be sent to an object store
- Version:
- $Revision: 1.3 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ObjectStoreCommand
protected ObjectStoreCommand()Create an instance
-
-
Method Details
-
equals
Return true if this object is equal to the specified object. The default behaviour is to return true if both commands are of the same class. -
hashCode
public int hashCode()Return a value that can be used in a hashing algorithm.
-