public class ViewFieldMapping extends FieldMapping implements Cloneable, Serializable
ViewFieldMapping class
contains the field name of the external table.| Constructor and Description |
|---|
ViewFieldMapping() |
ViewFieldMapping(String name) |
| 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 field name of the external table.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setFieldName(String name)
Sets the field name of the external table.
|
String |
toString()
Returns a string description of the object.
|
createInstance, getMappingTypepublic ViewFieldMapping()
public ViewFieldMapping(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.