Class MonitoringValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.MonitoringValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The mov earliest time.protected long
The mov id.protected BigDecimal
The mov latest time.protected BigDecimal
The mov predicted time.protected BigDecimal
The 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 TypeMethodDescriptionboolean
Equals.Gets the earliest time.long
getId()
Gets the id.Gets the latest time.Gets the predicted time.Gets the target time.int
hashCode()
Hash code.void
setEarliestTime
(Timestamp param) Sets the earliest time.void
setId
(long param) Sets the id.void
Sets the id.void
setLatestTime
(Timestamp param) Sets the latest time.void
setPredictedTime
(Timestamp param) Sets the predicted time.void
setTargetTime
(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
-