Class SetModel
java.lang.Object
org.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.AbstractActionModel
org.springframework.webflow.engine.model.SetModel
- All Implemented Interfaces:
Model
Model support for set actions.
Sets an attribute value in a scope.
- Author:
- Scott Andrews
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.webflow.engine.model.AbstractActionModel
fillCopy, getAttributes, isMergeableWith, merge, setAttributes
-
Constructor Details
-
SetModel
Create a set action model- Parameters:
name
- the name of the property to setvalue
- the value to set
-
-
Method Details
-
createCopy
Description copied from interface:Model
Create a deep copy of this model. Needed when merging models and collections.- Returns:
- a deep copy of this model
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value
- the value to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-