Class DestinationMetaValue

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

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

    • DMV_ID

      protected Long DMV_ID
      The dmv id.
    • DES_NAME

      protected String DES_NAME
      The des name.
    • DMF_ID

      protected Integer DMF_ID
      The dmf id.
    • DMV_VALUE

      protected String DMV_VALUE
      The dmv value.
    • DMV_POSITION

      protected int DMV_POSITION
      The dmv position.
    • DMV_UPDATED

      protected Timestamp DMV_UPDATED
      The dmv updated.
    • DMV_BY

      protected String DMV_BY
      The dmv by.
    • destinationMetaField

      protected DestinationMetaField destinationMetaField
      The destination meta field.
  • Constructor Details

    • DestinationMetaValue

      public DestinationMetaValue()
      Instantiates a new destination meta value.
  • Method Details

    • getId

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

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

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

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name
    • setDestinationName

      public void setDestinationName(String v)
      Sets the destination name.
      Parameters:
      v - the new destination name
    • getFieldId

      public int getFieldId()
      Gets the field id.
      Returns:
      the field id
    • setFieldId

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

      public void setFieldId(String v)
      Sets the field id.
      Parameters:
      v - the new field id
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String v)
      Sets the value.
      Parameters:
      v - the new value
    • 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
    • getUpdated

      public Timestamp getUpdated()
      Gets the updated.
      Returns:
      the updated
    • setUpdated

      public void setUpdated(Timestamp v)
      Sets the updated.
      Parameters:
      v - the new updated
    • getBy

      public String getBy()
      Gets the by.
      Returns:
      the by
    • setBy

      public void setBy(String v)
      Sets the by.
      Parameters:
      v - the new by
    • getDestinationMetaField

      public DestinationMetaField getDestinationMetaField()
      Gets the destination meta field.
      Returns:
      the destination meta field
    • setDestinationMetaField

      public void setDestinationMetaField(DestinationMetaField v)
      Sets the destination meta field.
      Parameters:
      v - the new destination meta field
    • hashCode

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

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