7.0 Action Request System Java API

com.remedy.arsys.api
Class ViewMappingInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FieldMappingInfo
      extended bycom.remedy.arsys.api.ViewMappingInfo
All Implemented Interfaces:
java.lang.Cloneable

public class ViewMappingInfo
extends FieldMappingInfo
implements java.lang.Cloneable

The ViewMappingInfo class contains the field name of the external table.


Field Summary
 
Fields inherited from class com.remedy.arsys.api.FieldMappingInfo
m_fieldType
 
Constructor Summary
ViewMappingInfo(NameID name)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 NameID getFieldName()
          Returns the field name of the external table.
 void setFieldName(NameID name)
          Sets the field name of the external table.
 
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

ViewMappingInfo

public ViewMappingInfo(NameID name)
Method Detail

getFieldName

public NameID getFieldName()
Returns the field name of the external table.


setFieldName

public void setFieldName(NameID name)
Sets the field name of the external table.


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