Class HostOutput
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.HostOutput
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalThe acquisition time.protected intThe hou id.protected StringThe output.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 acquisition time.intgetId()Gets the id.Gets the output.inthashCode()Hash code.voidsetAcquisitionTime(Timestamp param) Sets the acquisition time.voidsetId(int param) Sets the id.voidSets the id.voidSets the output.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
-
HOU_ID
protected int HOU_IDThe hou id. -
HOU_ACQUISITION_TIME
The acquisition time. -
HOU_OUTPUT
The output.
-
-
Constructor Details
-
HostOutput
public HostOutput()Instantiates a new host. -
HostOutput
public HostOutput(int id) Instantiates a new host output.- Parameters:
id- the id
-
-
Method Details
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int param) Sets the id.- Parameters:
param- the new id
-
setId
-
getAcquisitionTime
-
setAcquisitionTime
Sets the acquisition time.- Parameters:
param- the new acquisition time
-
getOutput
-
setOutput
-
hashCode
-
equals
-