com.remedy.arsys.api
Class ViewMappingInfo
java.lang.Object
|
+--com.remedy.arsys.api.FieldMappingInfo
|
+--com.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.
|
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewMappingInfo
public ViewMappingInfo(NameID name)
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