Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.bean
Class ScreenFlowState.ScreenObject  view ScreenFlowState.ScreenObject download ScreenFlowState.ScreenObject.java

java.lang.Object
  extended bycom.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