|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.FieldMappingInfo
com.remedy.arsys.api.JoinMappingInfo
The JoinMappingInfo
class contains the index of the base
schema and the ID of the field to map to this field.
Field Summary |
Fields inherited from class com.remedy.arsys.api.FieldMappingInfo |
m_fieldType |
Constructor Summary | |
JoinMappingInfo(int index,
FieldID fieldId)
|
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
FieldID |
getFieldID()
Returns the internal ID associated with the field. |
long |
getFieldIDAsLong()
Returns the internal ID (represented as a long integer) associated with the field. |
int |
getIndex()
Returns the member schema to which the field maps. |
void |
setFieldID(FieldID id)
Sets the internal ID associated with the field. |
void |
setIndex(int index)
Sets the member schema to which the field maps. |
Methods inherited from class com.remedy.arsys.api.FieldMappingInfo |
getFieldType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JoinMappingInfo(int index, FieldID fieldId)
Method Detail |
public int getIndex()
public FieldID getFieldID()
public void setIndex(int index)
public void setFieldID(FieldID id)
public long getFieldIDAsLong()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class FieldMappingInfo
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |