|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.Status.Position
public static class Status.Position
A Position represents a specific current State
in a specific current Dialog.
| Constructor Summary | |
|---|---|
Status.Position(String dialogName,
String stateName)
Construct a new Status.Position for the specified
parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Return true if the specified object is a
Status.Position with the same dialog and state names. |
String |
getDialogName()
Return the dialog name corresponding to this position. |
String |
getStateName()
Return the state name corresponding to this position. |
int |
hashCode()
Return the hash code for this Status.Position. |
void |
setStateName(String stateName)
Set the state name corresponding to this position. |
String |
toString()
Return a string representation of this position. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Status.Position(String dialogName,
String stateName)
Construct a new Status.Position for the specified
parameters.
dialogName - Name of the executing dialogstateName - Name of the current state| Method Detail |
|---|
public String getDialogName()
Return the dialog name corresponding to this position.
public String getStateName()
Return the state name corresponding to this position.
public void setStateName(String stateName)
Set the state name corresponding to this position.
stateName - The new state namepublic int hashCode()
Return the hash code for this Status.Position.
hashCode in class Objectpublic boolean equals(Object o)
Return true if the specified object is a
Status.Position with the same dialog and state names.
equals in class Objecto - The object to check for equalitypublic String toString()
Return a string representation of this position.
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||