org.springframework.webflow.engine.model
Class AbstractMappingModel

java.lang.Object
  extended by org.springframework.webflow.engine.model.AbstractModel
      extended by org.springframework.webflow.engine.model.AbstractMappingModel
All Implemented Interfaces:
Model
Direct Known Subclasses:
InputModel, OutputModel

public abstract class AbstractMappingModel
extends AbstractModel

Model support for mappings.

Author:
Scott Andrews

Constructor Summary
AbstractMappingModel()
           
 
Method Summary
protected  AbstractMappingModel fillCopy(AbstractMappingModel copy)
           
 java.lang.String getName()
           
 java.lang.String getRequired()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setRequired(java.lang.String required)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.springframework.webflow.engine.model.AbstractModel
copy, copyList, merge, merge, merge, merge, merge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.webflow.engine.model.Model
createCopy, isMergeableWith, merge
 

Constructor Detail

AbstractMappingModel

public AbstractMappingModel()
Method Detail

fillCopy

protected AbstractMappingModel fillCopy(AbstractMappingModel copy)

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getRequired

public java.lang.String getRequired()
Returns:
the required

setRequired

public void setRequired(java.lang.String required)
Parameters:
required - the required to set