public class VendorFieldMapping extends FieldMapping implements Cloneable, Serializable
VendorFieldMapping class
contains the field name in a vendor form derived from an external data source.| Constructor and Description |
|---|
VendorFieldMapping() |
VendorFieldMapping(String name)
Field type in vendor 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.
|
String |
getFieldName()
Returns the vendor field name of the vendor form.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setFieldName(String name)
Sets the vendor field name of the vendor form.
|
String |
toString()
Returns a string description of the object.
|
createInstance, getMappingTypepublic VendorFieldMapping()
public VendorFieldMapping(String name)
public String getFieldName()
public void setFieldName(String name)
public Object clone() throws CloneNotSupportedException
clone in class FieldMappingCloneNotSupportedExceptionpublic String toString()
toString in class FieldMappingpublic int hashCode()
hashCode in class FieldMappingpublic boolean equals(Object obj)
equals in class FieldMappingobj - the object that we are comparing to? Copyright 2013 BMC Software, Inc.