Class TimePoint
java.lang.Object
net.sf.statcvs.reportmodel.TimePoint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimePoint
Creates a new TimePoint- Parameters:
date- the time point's datevalue- the time point's valuedelta- the time point's change relative to the previous value
-
-
Method Details
-
getDate
- Returns:
- the time point's date
-
getDelta
public int getDelta()- Returns:
- the time point's change relative to the previous value
-
getValue
public int getValue()- Returns:
- the time point's value
-