public class ChartEntry<T> extends java.lang.Object implements IChartEntry<T>
Constructor and Description |
---|
ChartEntry() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IChartEntry<T> other) |
java.util.Date |
getMeasurementDate()
Get date the value was measured.
|
T |
getValue()
Get value for the entry.
|
void |
setMeasurementDate(java.util.Date measurementDate) |
void |
setValue(T value) |
public T getValue()
IChartEntry
getValue
in interface IChartEntry<T>
public void setValue(T value)
public java.util.Date getMeasurementDate()
IChartEntry
getMeasurementDate
in interface IChartEntry<T>
public void setMeasurementDate(java.util.Date measurementDate)
public int compareTo(IChartEntry<T> other)
compareTo
in interface java.lang.Comparable<IChartEntry<T>>