Class BaseMapping

java.lang.Object
io.atlasmap.v2.BaseMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Collection, CustomMapping, Mapping

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

    • alias

      protected String alias
    • description

      protected String description
    • mappingType

      protected MappingType mappingType
  • Constructor Details

    • BaseMapping

      public BaseMapping()
  • Method Details

    • getAlias

      public String getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is String
    • setAlias

      public void setAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getMappingType

      public MappingType getMappingType()
      Gets the value of the mappingType property.
      Returns:
      possible object is MappingType
    • setMappingType

      public void setMappingType(MappingType value)
      Sets the value of the mappingType property.
      Parameters:
      value - allowed object is MappingType