org.eobjects.datacleaner.monitor.dashboard.model
Class LatestNumberOfDaysHAxisOption
java.lang.Object
org.eobjects.datacleaner.monitor.dashboard.model.LatestNumberOfDaysHAxisOption
- All Implemented Interfaces:
- Serializable, ChartOptions.HorizontalAxisOption
public class LatestNumberOfDaysHAxisOption
- extends Object
- implements ChartOptions.HorizontalAxisOption
A ChartOptions.HorizontalAxisOption implementation which allows the user to select
a timeline range with the meaning of eg. "the latest 30 days".
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NUMBER_OF_DAYS
public static final int DEFAULT_NUMBER_OF_DAYS
- See Also:
- Constant Field Values
LatestNumberOfDaysHAxisOption
public LatestNumberOfDaysHAxisOption()
LatestNumberOfDaysHAxisOption
public LatestNumberOfDaysHAxisOption(int latestNumberOfDays)
getLatestNumberOfDays
public int getLatestNumberOfDays()
getBeginDate
public Date getBeginDate()
- Specified by:
getBeginDate in interface ChartOptions.HorizontalAxisOption
getEndDate
public Date getEndDate()
- Specified by:
getEndDate in interface ChartOptions.HorizontalAxisOption
Copyright © 2012 Human Inference. All Rights Reserved.