|
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.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedException
public EntryID getEntryID()
public NameID getSchemaID()
public void setSchemaID(NameID schemaID)
public void setEntryID(EntryID entryID)
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 |