|
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.EntryItem
The EntryItem class
represents the collection of entry items that comprise an entry.
For example, if a schema has x fields,
each entry in that schema will have x fields. Each field value can be
represented as an entry item.
| Constructor Summary | |
EntryItem(FieldID fID,
Value val)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
void |
describe()
Prints out field ID/value pair. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
FieldID |
getFieldID()
Returns field ID. |
Value |
getValue()
Returns value. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setValue(FieldID fldID,
Value val)
Sets value of field ID. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntryItem(FieldID fID,
Value val)
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void setValue(FieldID fldID,
Value val)
public FieldID getFieldID()
public Value getValue()
public void describe()
public boolean equals(java.lang.Object anObject)
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 | |||||||||