7.0 Action Request System Java API

com.remedy.arsys.api
Class VendorMappingInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FieldMappingInfo
      extended bycom.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.


Field Summary
 
Fields inherited from class com.remedy.arsys.api.FieldMappingInfo
m_fieldType
 
Constructor Summary
VendorMappingInfo(NameID name)
          Field type in vendor schema.
 
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 com.remedy.arsys.api.FieldMappingInfo
getFieldType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VendorMappingInfo

public VendorMappingInfo(NameID name)
Field type in vendor schema.

Method Detail

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

7.0 Action Request System Java API