net.sf.statcvs.reportmodel
Class TimePoint
$Id: TimePoint.java,v 1.2 2008/04/02 11:22:14 benoitx Exp $TimePoint(Date date, int value, int delta)- Creates a new TimePoint
|
TimePoint
public TimePoint(Date date,
int value,
int delta) Creates a new TimePoint
date - the time point's datevalue - the time point's valuedelta - the time point's change relative to the previous value
getDate
public Date getDate()
getDelta
public int getDelta()
- the time point's change relative to the previous value
getValue
public int getValue()