Class Statistics
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalThe date.protected intThe destination.protected longThe 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.intGets the destination.longgetSize()Gets the size.voidSets the date.voidsetDestination(int param) Sets the destination.voidsetDestination(String param) Sets the destination.voidsetSize(long param) Sets the size.voidSets 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
-