|
5.1 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)
equals in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||