public abstract class State extends Node
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected ParameterMap |
config |
protected ru.bgcrm.struts.form.DynActionForm |
form |
protected Node |
node |
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
abstract void |
run() |
void |
setConnection(java.sql.Connection con) |
void |
setForm(ru.bgcrm.struts.form.DynActionForm form) |
void |
setNode(Node node) |
getClassName, getConfig, getConfigMap, getHeight, getJsp, getLinks, getWidth, getWizardId, getX, getY, setClassName, setConfig, setJsp, setLinkIds, setWizardId, setX, setY
protected Node node
protected ParameterMap config
protected java.sql.Connection con
protected ru.bgcrm.struts.form.DynActionForm form