Package com.sleepycat.persist.evolve
Class Mutation
java.lang.Object
com.sleepycat.persist.evolve.Mutation
- All Implemented Interfaces:
Serializable
The base class for all mutations.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the class name, class version and field name are equal in this object and given object.Returns the class to which this mutation applies.intReturns the class version to which this mutation applies.Returns the field name to which this mutation applies, or null if this mutation applies to the class itself.inthashCode()toString()
-
Method Details
-
getClassName
Returns the class to which this mutation applies. -
getClassVersion
public int getClassVersion()Returns the class version to which this mutation applies. -
getFieldName
Returns the field name to which this mutation applies, or null if this mutation applies to the class itself. -
equals
Returns true if the class name, class version and field name are equal in this object and given object. -
hashCode
public int hashCode() -
toString
-