|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.webapps.bean
Class ScreenFlowState.ScreenObject

java.lang.Objectcom.RuntimeCollective.webapps.bean.ScreenFlowState.ScreenObject
- Enclosing class:
- ScreenFlowState
- private class ScreenFlowState.ScreenObject
- extends java.lang.Object
An internal stack class, for no particular purpose at the moment. For future use
| Field Summary | |
private java.lang.String |
iForward
|
private int |
iStateId
|
| Constructor Summary | |
ScreenFlowState.ScreenObject(java.lang.String forward,
int stateId)
|
|
| Method Summary | |
java.lang.String |
getForward()
|
int |
getStateId()
For future use |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
iForward
private java.lang.String iForward
iStateId
private int iStateId
| Constructor Detail |
ScreenFlowState.ScreenObject
public ScreenFlowState.ScreenObject(java.lang.String forward, int stateId)
| Method Detail |
getForward
public java.lang.String getForward()
getStateId
public int getStateId()
- For future use
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.RuntimeCollective.webapps.bean.ScreenFlowState.ScreenObject