Class LookupEntry

java.lang.Object
io.atlasmap.v2.LookupEntry
All Implemented Interfaces:
Serializable

public class LookupEntry extends Object implements Serializable
See Also:
  • Field Details

    • sourceValue

      protected String sourceValue
    • sourceType

      protected FieldType sourceType
    • targetValue

      protected String targetValue
    • targetType

      protected FieldType targetType
  • Constructor Details

    • LookupEntry

      public LookupEntry()
  • Method Details

    • getSourceValue

      public String getSourceValue()
      Gets the value of the sourceValue property.
      Returns:
      possible object is String
    • setSourceValue

      public void setSourceValue(String value)
      Sets the value of the sourceValue property.
      Parameters:
      value - allowed object is String
    • getSourceType

      public FieldType getSourceType()
      Gets the value of the sourceType property.
      Returns:
      possible object is FieldType
    • setSourceType

      public void setSourceType(FieldType value)
      Sets the value of the sourceType property.
      Parameters:
      value - allowed object is FieldType
    • getTargetValue

      public String getTargetValue()
      Gets the value of the targetValue property.
      Returns:
      possible object is String
    • setTargetValue

      public void setTargetValue(String value)
      Sets the value of the targetValue property.
      Parameters:
      value - allowed object is String
    • getTargetType

      public FieldType getTargetType()
      Gets the value of the targetType property.
      Returns:
      possible object is FieldType
    • setTargetType

      public void setTargetType(FieldType value)
      Sets the value of the targetType property.
      Parameters:
      value - allowed object is FieldType