public abstract class Mutation
extends java.lang.Object
implements java.io.Serializable
Class Evolution
,
Serialized FormConstructor and Description |
---|
Mutation(java.lang.String className,
int classVersion,
java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Returns true if the class name, class version and field name are equal
in this object and given object.
|
java.lang.String |
getClassName()
Returns the class to which this mutation applies.
|
int |
getClassVersion()
Returns the class version to which this mutation applies.
|
java.lang.String |
getFieldName()
Returns the field name to which this mutation applies, or null if this
mutation applies to the class itself.
|
int |
hashCode() |
java.lang.String |
toString() |
Mutation(java.lang.String className, int classVersion, java.lang.String fieldName)
public java.lang.String getClassName()
public int getClassVersion()
public java.lang.String getFieldName()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2012 Oracle. All rights reserved.