Class MonitoringValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.MonitoringValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalThe mov earliest time.protected longThe mov id.protected BigDecimalThe mov latest time.protected BigDecimalThe mov predicted time.protected BigDecimalThe mov target time.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new monitoring value.MonitoringValue(long id) Instantiates a new monitoring value.Instantiates a new monitoring value. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the earliest time.longgetId()Gets the id.Gets the latest time.Gets the predicted time.Gets the target time.inthashCode()Hash code.voidsetEarliestTime(Timestamp param) Sets the earliest time.voidsetId(long param) Sets the id.voidSets the id.voidsetLatestTime(Timestamp param) Sets the latest time.voidsetPredictedTime(Timestamp param) Sets the predicted time.voidsetTargetTime(Timestamp param) Sets the target time.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
-
MOV_EARLIEST_TIME
The mov earliest time. -
MOV_ID
protected long MOV_IDThe mov id. -
MOV_LATEST_TIME
The mov latest time. -
MOV_PREDICTED_TIME
The mov predicted time. -
MOV_TARGET_TIME
The mov target time.
-
-
Constructor Details
-
MonitoringValue
public MonitoringValue()Instantiates a new monitoring value. -
MonitoringValue
public MonitoringValue(long id) Instantiates a new monitoring value.- Parameters:
id- the id
-
MonitoringValue
-
-
Method Details
-
getEarliestTime
-
setEarliestTime
Sets the earliest time.- Parameters:
param- the new earliest time
-
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
-
getLatestTime
-
setLatestTime
Sets the latest time.- Parameters:
param- the new latest time
-
getPredictedTime
-
setPredictedTime
Sets the predicted time.- Parameters:
param- the new predicted time
-
getTargetTime
-
setTargetTime
Sets the target time.- Parameters:
param- the new target time
-
hashCode
-
equals
-