Class Statistics
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The date.protected int
The destination.protected long
The size.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the date.int
Gets the destination.long
getSize()
Gets the size.void
Sets the date.void
setDestination
(int param) Sets the destination.void
setDestination
(String param) Sets the destination.void
setSize
(long param) Sets the size.void
Sets the size.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
-
DATE
The date. -
DESTINATION
protected int DESTINATIONThe destination. -
SIZE
protected long SIZEThe size.
-
-
Constructor Details
-
Statistics
public Statistics()Instantiates a new statistics.
-
-
Method Details
-
setDestination
Sets the destination.- Parameters:
param
- the new destination
-
setDestination
public void setDestination(int param) Sets the destination.- Parameters:
param
- the new destination
-
getDestination
public int getDestination()Gets the destination.- Returns:
- the destination
-
getSize
public long getSize()Gets the size.- Returns:
- the size
-
setSize
public void setSize(long param) Sets the size.- Parameters:
param
- the new size
-
setSize
-
getDate
-
setDate
-