Class Statistics

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Statistics
All Implemented Interfaces:
Serializable, Cloneable

public class Statistics extends DataBaseObject
The Class Statistics.
See Also:
  • Field Details

    • DATE

      protected BigDecimal DATE
      The date.
    • DESTINATION

      protected int DESTINATION
      The destination.
    • SIZE

      protected long SIZE
      The size.
  • Constructor Details

    • Statistics

      public Statistics()
      Instantiates a new statistics.
  • Method Details

    • setDestination

      public void setDestination(String param)
      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

      public void setSize(String param)
      Sets the size.
      Parameters:
      param - the new size
    • getDate

      public Timestamp getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public void setDate(Timestamp param)
      Sets the date.
      Parameters:
      param - the new date