public static class QueryOperation.DataEqualOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected QueryOperation |
operation
Encapsulated operation
|
Constructor and Description |
---|
QueryOperation.DataEqualOperation(QueryOperation operation)
Creates a new instance of DataEqualObject wrapper over the specified LocalAbstractObject.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object has the same data as this operation.
|
QueryOperation |
get()
Returns the encapsulated operation.
|
int |
hashCode()
Returns a hash code value for the operation data.
|
protected final QueryOperation operation
public QueryOperation.DataEqualOperation(QueryOperation operation)
operation
- the encapsulated objectpublic QueryOperation get()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.true
if this object has the same data as the obj
argument; false
otherwise.