org.springframework.webflow.engine.model
Class AbstractStateModel
java.lang.Object
org.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.AbstractStateModel
- All Implemented Interfaces:
- Model
- Direct Known Subclasses:
- AbstractTransitionableStateModel, DecisionStateModel, EndStateModel
public abstract class AbstractStateModel
- extends AbstractModel
Model support for states.
- Author:
- Scott Andrews
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStateModel
public AbstractStateModel(java.lang.String id)
fillCopy
protected void fillCopy(AbstractStateModel copy)
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id
- the id to set
getParent
public java.lang.String getParent()
- Returns:
- the parent
setParent
public void setParent(java.lang.String parent)
- Parameters:
parent
- the parent to set
getAttributes
public java.util.LinkedList getAttributes()
- Returns:
- the attributes
setAttributes
public void setAttributes(java.util.LinkedList attributes)
- Parameters:
attributes
- the attributes to set
getSecured
public SecuredModel getSecured()
- Returns:
- the secured
setSecured
public void setSecured(SecuredModel secured)
- Parameters:
secured
- the secured to set
getOnEntryActions
public java.util.LinkedList getOnEntryActions()
- Returns:
- the on entry actions
setOnEntryActions
public void setOnEntryActions(java.util.LinkedList onEntryActions)
- Parameters:
onEntryActions
- the on entry actions to set
getExceptionHandlers
public java.util.LinkedList getExceptionHandlers()
- Returns:
- the exception handlers
setExceptionHandlers
public void setExceptionHandlers(java.util.LinkedList exceptionHandlers)
- Parameters:
exceptionHandlers
- the exception handlers to set