Class AbstractMappingModel
java.lang.Object
org.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.AbstractMappingModel
- All Implemented Interfaces:
Model
- Direct Known Subclasses:
InputModel,OutputModel
Model support for mappings.
- Author:
- Scott Andrews
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractMappingModelfillCopy(AbstractMappingModel copy) getName()getType()getValue()voidvoidsetRequired(String required) voidvoidMethods inherited from class org.springframework.webflow.engine.model.AbstractModel
copy, copyList, merge, merge, merge, merge, mergeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.webflow.engine.model.Model
createCopy, isMergeableWith, merge
-
Constructor Details
-
AbstractMappingModel
public AbstractMappingModel()
-
-
Method Details
-
fillCopy
-
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
-
getRequired
- Returns:
- the required
-
setRequired
- Parameters:
required- the required to set
-