Class MetadataValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.MetadataValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The daf id.protected DataFile
The data file.protected String
The mea name.protected MetadataAttribute
The metadata attribute.protected long
The mev id.protected String
The mev value.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the data file.long
Gets the data file id.long
getId()
Gets the id.Gets the metadata attribute.Gets the metadata attribute name.getValue()
Gets the value.int
hashCode()
Hash code.void
setDataFile
(DataFile param) Sets the data file.void
setDataFileId
(long param) Sets the data file id.void
setDataFileId
(String param) Sets the data file id.void
setId
(long param) Sets the id.void
Sets the id.void
Sets the metadata attribute.void
setMetadataAttributeName
(String param) Sets the metadata attribute name.void
Sets the value.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
DAF_ID
protected long DAF_IDThe daf id. -
MEA_NAME
The mea name. -
MEV_ID
protected long MEV_IDThe mev id. -
MEV_VALUE
The mev value. -
dataFile
The data file. -
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
Sets the data file id.- Parameters:
param
- the new data file id
-
getMetadataAttributeName
Gets the metadata attribute name.- Returns:
- the metadata attribute name
-
setMetadataAttributeName
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
-
getValue
-
setValue
-
getDataFile
-
setDataFile
-
getMetadataAttribute
Gets the metadata attribute.- Returns:
- the metadata attribute
-
setMetadataAttribute
Sets the metadata attribute.- Parameters:
param
- the new metadata attribute
-
hashCode
-
equals
-