|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.EntryKey
The EntryKey class
uniquely identifies a field entry ID.
| Constructor Summary | |
EntryKey()
|
|
EntryKey(NameID schemaID,
EntryID entryID)
Constructor using name of the schema NameID
and entryID EntryID object of class |
|
EntryKey(NameID schemaID,
JoinEntryID entryID)
Constructor using name of the schema NameID
and joinentryID JoinEntryID object of class |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of EntryKey. |
EntryID |
getEntryID()
Returns field entry ID. |
NameID |
getSchemaID()
Returns schema ID. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setEntryID(EntryID entryID)
Sets entry ID. |
void |
setSchemaID(NameID schemaID)
Sets schema ID. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntryKey()
public EntryKey(NameID schemaID,
EntryID entryID)
NameID
and entryID EntryID object of class
public EntryKey(NameID schemaID,
JoinEntryID entryID)
NameID
and joinentryID JoinEntryID object of class| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic EntryID getEntryID()
public NameID getSchemaID()
public void setSchemaID(NameID schemaID)
public void setEntryID(EntryID entryID)
public boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||