public class RegularFieldMapping extends FieldMapping implements Cloneable, Serializable
RegularFieldMapping class
contains the field name in a vendor form derived from an external data source.| Constructor and Description |
|---|
RegularFieldMapping()
Field type in regular form.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
createInstance, getMappingTypepublic Object clone() throws CloneNotSupportedException
clone in class FieldMappingCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class FieldMappingobj - the object that we are comparing topublic int hashCode()
hashCode in class FieldMappingpublic String toString()
toString in class FieldMapping? Copyright 2013 BMC Software, Inc.