nups
Class Prediction

java.lang.Object
  |
  +--nups.Prediction

class Prediction
extends java.lang.Object

A class that represents ...

See Also:
OtherClasses

Constructor Summary
Prediction(java.util.GregorianCalendar date, double value)
           
 
Method Summary
 boolean compareDate(java.util.GregorianCalendar date)
           
 java.util.GregorianCalendar getDate()
           
 double getValue()
           
 boolean setValue(double value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prediction

public Prediction(java.util.GregorianCalendar date,
                  double value)
Method Detail

setValue

public boolean setValue(double value)

getValue

public double getValue()

getDate

public java.util.GregorianCalendar getDate()

compareDate

public boolean compareDate(java.util.GregorianCalendar date)