|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.common.ID
com.sdm.quasar.client.core.dialog.DialogInstanceId
Identifies an instance of a dialog managed by the dialog environment.
Every dialog instance has both a dialog id and an instance id.
The dialog id (getDialogId()) identifies the type and implementation
of a dialog. The instance id (getInstanceId()) identifies the
instance of the dialog.
Within a session, the DialogInstanceId identifies an instance of a dialog.
| Constructor Summary | |
DialogInstanceId(java.lang.String dialogId,
java.lang.String instanceId)
Creates a dialog instance id. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDialogId()
Returns the dialog id |
java.lang.String |
getInstanceId()
Returns the unique instance id of the dialog instance id. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string containing the dialog id and the instance number. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DialogInstanceId(java.lang.String dialogId,
java.lang.String instanceId)
Note that the master for assigning these ids to dialogs is the dialog manager.
dialogId - the id of the dialoginstanceId - the unique id of the dialog instance within the session| Method Detail |
public java.lang.String getInstanceId()
public java.lang.String getDialogId()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||