|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.persist.evolve.Mutation
public abstract class Mutation
The base class for all mutations.
Class Evolution
,
Serialized FormMethod Summary | |
---|---|
boolean |
equals(Object other)
Returns true if the class name, class version and field name are equal in this object and given object. |
String |
getClassName()
Returns the class to which this mutation applies. |
int |
getClassVersion()
Returns the class version to which this mutation applies. |
String |
getFieldName()
Returns the field name to which this mutation applies, or null if this mutation applies to the class itself. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getClassName()
public int getClassVersion()
public String getFieldName()
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |