Class MetadataValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.MetadataValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe daf id.protected DataFileThe data file.protected StringThe mea name.protected MetadataAttributeThe metadata attribute.protected longThe mev id.protected StringThe 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 TypeMethodDescriptionbooleanEquals.Gets the data file.longGets the data file id.longgetId()Gets the id.Gets the metadata attribute.Gets the metadata attribute name.getValue()Gets the value.inthashCode()Hash code.voidsetDataFile(DataFile param) Sets the data file.voidsetDataFileId(long param) Sets the data file id.voidsetDataFileId(String param) Sets the data file id.voidsetId(long param) Sets the id.voidSets the id.voidSets the metadata attribute.voidsetMetadataAttributeName(String param) Sets the metadata attribute name.voidSets 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
-