|
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.JoinFieldMapping
public class JoinFieldMapping
The JoinFieldMapping
class contains the index of the base
form and the ID of the field to map to this field.
Constructor Summary | |
---|---|
JoinFieldMapping()
|
|
JoinFieldMapping(int index,
int fieldId)
|
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. |
int |
getFieldID()
Returns the internal ID associated with the field. |
int |
getIndex()
Returns the member form to which the field maps. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFieldID(int id)
Sets the internal ID associated with the field. |
void |
setIndex(int index)
Sets the member form to which the field maps. |
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 JoinFieldMapping()
public JoinFieldMapping(int index, int fieldId)
Method Detail |
---|
public int getIndex()
public int getFieldID()
public void setIndex(int index)
AR_FIELD_MAPPING_PRIMARY
AR_FIELD_MAPPING_SECONDARY
public void setFieldID(int id)
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 |