|
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.EntryID
com.remedy.arsys.api.JoinEntryID
The JoinEntryID
class represents the composite Entry ID created
when two or more schemas are joined together. When you look at the Entry ID field
in a join form entry, the field contains the Entry ID of each
underlying entry separated by a vertical bar.
Constructor Summary | |
JoinEntryID(EntryID[] entryIDs)
|
|
JoinEntryID(java.lang.String id)
|
Method Summary | |
void |
clear()
Release all variable object references. |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
protected void |
finalize()
Clears up all variable object references if it is called, even through there is no guarantee to be called. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
java.lang.String |
toString()
Returns a string description of the object. |
Methods inherited from class com.remedy.arsys.api.EntryID |
equals, setValue, toCharArray |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JoinEntryID(EntryID[] entryIDs)
public JoinEntryID(java.lang.String id)
Method Detail |
public java.lang.String toString()
toString
in class EntryID
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class EntryID
java.lang.CloneNotSupportedException
public int hashCode()
hashCode
in class EntryID
public void clear()
protected void finalize() throws java.lang.Throwable
finalize
method calls clear().
Client should call this in their finally block when done with this object.
java.lang.Throwable
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |