Class HostOutput
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.HostOutput
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The acquisition time.protected int
The hou id.protected String
The 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 TypeMethodDescriptionboolean
Equals.Gets the acquisition time.int
getId()
Gets the id.Gets the output.int
hashCode()
Hash code.void
setAcquisitionTime
(Timestamp param) Sets the acquisition time.void
setId
(int param) Sets the id.void
Sets the id.void
Sets 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
-