|
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.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedException
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |