Class DestinationMetaField

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.DestinationMetaField
All Implemented Interfaces:
Serializable, Cloneable

public class DestinationMetaField extends DataBaseObject
The Class DestinationMetaField.
See Also:
  • Field Details

    • DMF_ID

      protected Integer DMF_ID
      The dmf id.
    • DMF_NAME

      protected String DMF_NAME
      The dmf name.
    • DMF_LABEL

      protected String DMF_LABEL
      The dmf label.
    • DMF_TYPE

      protected String DMF_TYPE
      The dmf type.
    • DMF_CATEGORY

      protected String DMF_CATEGORY
      The dmf category.
    • DMF_TOOLTIP

      protected String DMF_TOOLTIP
      The dmf tooltip.
    • DMF_MAX_OCCURS

      protected int DMF_MAX_OCCURS
      The dmf max occurs.
    • DMF_POSITION

      protected int DMF_POSITION
      The dmf position.
    • DMF_ACTIVE

      protected boolean DMF_ACTIVE
      The dmf active.
  • Constructor Details

    • DestinationMetaField

      public DestinationMetaField()
      Instantiates a new destination meta field.
  • Method Details

    • getId

      public int getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(int v)
      Sets the id.
      Parameters:
      v - the new id
    • setId

      public void setId(String v)
      Sets the id.
      Parameters:
      v - the new id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String v)
      Sets the name.
      Parameters:
      v - the new name
    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • setLabel

      public void setLabel(String v)
      Sets the label.
      Parameters:
      v - the new label
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String v)
      Sets the type.
      Parameters:
      v - the new type
    • getCategory

      public String getCategory()
      Gets the category.
      Returns:
      the category
    • setCategory

      public void setCategory(String v)
      Sets the category.
      Parameters:
      v - the new category
    • getTooltip

      public String getTooltip()
      Gets the tooltip.
      Returns:
      the tooltip
    • setTooltip

      public void setTooltip(String v)
      Sets the tooltip.
      Parameters:
      v - the new tooltip
    • getMaxOccurs

      public int getMaxOccurs()
      Gets the max occurs.
      Returns:
      the max occurs
    • setMaxOccurs

      public void setMaxOccurs(int v)
      Sets the max occurs.
      Parameters:
      v - the new max occurs
    • setMaxOccurs

      public void setMaxOccurs(String v)
      Sets the max occurs.
      Parameters:
      v - the new max occurs
    • getPosition

      public int getPosition()
      Gets the position.
      Returns:
      the position
    • setPosition

      public void setPosition(int v)
      Sets the position.
      Parameters:
      v - the new position
    • setPosition

      public void setPosition(String v)
      Sets the position.
      Parameters:
      v - the new position
    • getActive

      public boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public void setActive(boolean v)
      Sets the active.
      Parameters:
      v - the new active
    • setActive

      public void setActive(String v)
      Sets the active.
      Parameters:
      v - the new active
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Equals.
      Overrides:
      equals in class Object