com.remedy.arsys.api
Class EntryItem
java.lang.Object
|
+--com.remedy.arsys.api.EntryItem
- public class EntryItem
- extends java.lang.Object
- implements java.io.Serializable
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EntryItem
public EntryItem(FieldID fID,
Value val)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
- clone in class java.lang.Object
setValue
public void setValue(FieldID fldID,
Value val)
- Sets value of field ID.
getFieldID
public FieldID getFieldID()
- Returns field ID.
getValue
public Value getValue()
- Returns value.
describe
public void describe()