|
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.VendorFieldMapping
public class VendorFieldMapping
The VendorFieldMapping
class
contains the field name in a vendor form derived from an external data source.
Constructor Summary | |
---|---|
VendorFieldMapping()
|
|
VendorFieldMapping(String name)
Field type in vendor form. |
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 vendor field name of the vendor form. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFieldName(String name)
Sets the vendor field name of the vendor form. |
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 VendorFieldMapping()
public VendorFieldMapping(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 |