| Constructor and Description |
|---|
DataObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Evaluates if object to compare is of the same DataObject type and all non-transient
fields are equal as well
|
int |
hashCode()
Returns hashCode calculated using reflection
|
java.lang.String |
toString()
Returns toString calculated using reflection
|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - value to compare totrue if other value is of the same DataObject type and all
non-transient field are equal. Otherwise returns falsepublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object