Class MetadataValue

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

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

    • DAF_ID

      protected long DAF_ID
      The daf id.
    • MEA_NAME

      protected String MEA_NAME
      The mea name.
    • MEV_ID

      protected long MEV_ID
      The mev id.
    • MEV_VALUE

      protected String MEV_VALUE
      The mev value.
    • dataFile

      protected DataFile dataFile
      The data file.
    • metadataAttribute

      protected MetadataAttribute metadataAttribute
      The metadata attribute.
  • Constructor Details

    • MetadataValue

      public MetadataValue()
      Instantiates a new metadata value.
  • Method Details

    • getDataFileId

      public long getDataFileId()
      Gets the data file id.
      Returns:
      the data file id
    • setDataFileId

      public void setDataFileId(long param)
      Sets the data file id.
      Parameters:
      param - the new data file id
    • setDataFileId

      public void setDataFileId(String param)
      Sets the data file id.
      Parameters:
      param - the new data file id
    • getMetadataAttributeName

      public String getMetadataAttributeName()
      Gets the metadata attribute name.
      Returns:
      the metadata attribute name
    • setMetadataAttributeName

      public void setMetadataAttributeName(String param)
      Sets the metadata attribute name.
      Parameters:
      param - the new metadata attribute name
    • getId

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

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

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getValue

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

      public void setValue(String param)
      Sets the value.
      Parameters:
      param - the new value
    • getDataFile

      public DataFile getDataFile()
      Gets the data file.
      Returns:
      the data file
    • setDataFile

      public void setDataFile(DataFile param)
      Sets the data file.
      Parameters:
      param - the new data file
    • getMetadataAttribute

      public MetadataAttribute getMetadataAttribute()
      Gets the metadata attribute.
      Returns:
      the metadata attribute
    • setMetadataAttribute

      public void setMetadataAttribute(MetadataAttribute param)
      Sets the metadata attribute.
      Parameters:
      param - the new metadata attribute
    • hashCode

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

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