|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldMapping com.bmc.arsys.api.ViewFieldMapping
public class ViewFieldMapping
The ViewFieldMapping
class
contains the field name of the external table.
Constructor Summary | |
---|---|
ViewFieldMapping()
|
|
ViewFieldMapping(String name)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.bmc.arsys.api.FieldMapping |
---|
createInstance, getMappingType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewFieldMapping()
public ViewFieldMapping(String name)
Method Detail |
---|
public String getFieldName()
public void setFieldName(String name)
public Object clone() throws CloneNotSupportedException
clone
in class FieldMapping
CloneNotSupportedException
public String toString()
toString
in class FieldMapping
public int hashCode()
hashCode
in class FieldMapping
public boolean equals(Object obj)
equals
in class FieldMapping
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |