com.remedy.arsys.api
Class VendorMappingInfo
java.lang.Object
com.remedy.arsys.api.FieldMappingInfo
com.remedy.arsys.api.VendorMappingInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class VendorMappingInfo
- extends FieldMappingInfo
- implements java.lang.Cloneable
The VendorMappingInfo
class
contains the field name in a vendor schema derived from an external data source.
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
NameID |
getFieldName()
Returns the vendor field name of the vendor schema. |
void |
setFieldName(NameID name)
Sets the vendor field name of the vendor schema. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VendorMappingInfo
public VendorMappingInfo(NameID name)
- Field type in vendor schema.
getFieldName
public NameID getFieldName()
- Returns the vendor field name of the vendor schema.
setFieldName
public void setFieldName(NameID name)
- Sets the vendor field name of the vendor schema.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone
in class FieldMappingInfo
- Throws:
java.lang.CloneNotSupportedException