|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.FieldKey
The FieldKey class
provides a unique identifier for field objects.
| Constructor Summary | |
FieldKey()
|
|
FieldKey(NameID schemaName,
FieldID fieldId)
|
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of FieldKey. |
FieldID |
getFieldID()
Returns internal ID of the field. |
NameID |
getSchemaName()
Returns underlying form that contains the field. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setFieldID(FieldID id)
Sets internal ID of the field. |
void |
setSchemaName(NameID name)
Sets underlying form that contains the field. |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FieldKey()
public FieldKey(NameID schemaName,
FieldID fieldId)
| Method Detail |
public NameID getSchemaName()
public void setSchemaName(NameID name)
public FieldID getFieldID()
public void setFieldID(FieldID id)
public boolean equals(java.lang.Object anObject)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
public int hashCode()
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||