Class Mapping

All Implemented Interfaces:
Serializable

public class Mapping extends BaseMapping implements Serializable
See Also:
  • Field Details

    • expression

      protected String expression
    • inputFieldGroup

      protected FieldGroup inputFieldGroup
    • inputField

      protected List<Field> inputField
    • outputField

      protected List<Field> outputField
    • id

      protected String id
    • delimiter

      protected String delimiter
    • delimiterString

      protected String delimiterString
    • lookupTableName

      protected String lookupTableName
    • strategy

      protected String strategy
    • strategyClassName

      protected String strategyClassName
  • Constructor Details

    • Mapping

      public Mapping()
  • Method Details

    • getExpression

      public String getExpression()
      Gets the value of the expression property.
      Returns:
      possible object is String
    • setExpression

      public void setExpression(String value)
      Sets the value of the expression property.
      Parameters:
      value - allowed object is String
    • getInputFieldGroup

      public FieldGroup getInputFieldGroup()
      Gets the value of the inputFieldGroup property.
      Returns:
      possible object is FieldGroup
    • setInputFieldGroup

      public void setInputFieldGroup(FieldGroup value)
      Sets the value of the inputFieldGroup property.
      Parameters:
      value - allowed object is FieldGroup
    • getInputField

      public List<Field> getInputField()
      Gets the value of the inputField property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the inputField property.

      For example, to add a new item, do as follows:

          getInputField().add(newItem);
       

      Objects of the following type(s) are allowed in the list Field

      Returns:
      A list of source fields represented by Field
    • getOutputField

      public List<Field> getOutputField()
      Gets the value of the outputField property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the outputField property.

      For example, to add a new item, do as follows:

          getOutputField().add(newItem);
       

      Objects of the following type(s) are allowed in the list Field

      Returns:
      A list of target fields represented by Field
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDelimiter

      @Deprecated public String getDelimiter()
      Deprecated.
      Gets the value of the delimiter property.
      Returns:
      possible object is String
    • setDelimiter

      @Deprecated public void setDelimiter(String value)
      Deprecated.
      Sets the value of the delimiter property.
      Parameters:
      value - allowed object is String
    • getDelimiterString

      @Deprecated public String getDelimiterString()
      Deprecated.
      Gets the value of the delimiterString property.
      Returns:
      possible object is String
    • setDelimiterString

      @Deprecated public void setDelimiterString(String value)
      Deprecated.
      Sets the value of the delimiterString property.
      Parameters:
      value - allowed object is String
    • getLookupTableName

      public String getLookupTableName()
      Gets the value of the lookupTableName property.
      Returns:
      possible object is String
    • setLookupTableName

      public void setLookupTableName(String value)
      Sets the value of the lookupTableName property.
      Parameters:
      value - allowed object is String
    • getStrategy

      @Deprecated public String getStrategy()
      Deprecated.
      Gets the value of the strategy property.
      Returns:
      possible object is String
    • setStrategy

      @Deprecated public void setStrategy(String value)
      Deprecated.
      Sets the value of the strategy property.
      Parameters:
      value - allowed object is String
    • getStrategyClassName

      @Deprecated public String getStrategyClassName()
      Deprecated.
      Gets the value of the strategyClassName property.
      Returns:
      possible object is String
    • setStrategyClassName

      @Deprecated public void setStrategyClassName(String value)
      Deprecated.
      Sets the value of the strategyClassName property.
      Parameters:
      value - allowed object is String