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

public abstract class AbstractMappingModel extends AbstractModel
Model support for mappings.
Author:
Scott Andrews
  • Constructor Details

    • AbstractMappingModel

      public AbstractMappingModel()
  • Method Details

    • fillCopy

      protected AbstractMappingModel fillCopy(AbstractMappingModel copy)
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • getType

      public String getType()
      Returns:
      the type
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set
    • getRequired

      public String getRequired()
      Returns:
      the required
    • setRequired

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