|
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
public abstract class FieldMapping
The FieldMapping
class is the superclass that represents the information for all field mappings.
Because compound forms are logical objects instead of actual data tables, you must map each field in a compound
form to a field in an underlying AR System base form or some other external data source.
Constructor Summary | |
---|---|
FieldMapping()
|
Method Summary | |
---|---|
Object |
clone()
Makes a copy of the object. |
static FieldMapping |
createInstance(Object[] rawData,
ARServerUser ctx)
Reserved for internal use. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getMappingType()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldMapping()
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int getMappingType()
public static FieldMapping createInstance(Object[] rawData, ARServerUser ctx)
rawData
- ctx
-
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |