net.sf.statcvs.reportmodel
public TimePoint(Date date, int value, int delta)
date
- the time point's datevalue
- the time point's valuedelta
- the time point's change relative to the previous valuepublic Date getDate()
public int getDelta()
public int getValue()