Class MockField

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

public class MockField extends Field implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • custom

      protected String custom
  • Constructor Details

    • MockField

      public MockField()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Overrides:
      getName in class Field
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Overrides:
      setName in class Field
      Parameters:
      value - allowed object is String
    • getCustom

      public String getCustom()
      Gets the value of the custom property.
      Returns:
      possible object is String
    • setCustom

      public void setCustom(String value)
      Sets the value of the custom property.
      Parameters:
      value - allowed object is String