Class RecordStatsGenerator.RecordsStatsParameters
- java.lang.Object
-
- org.openforis.collect.web.controller.RecordStatsGenerator.RecordsStatsParameters
-
- Enclosing class:
- RecordStatsGenerator
public static class RecordStatsGenerator.RecordsStatsParameters extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordStatsGenerator.RecordsStatsParameters.TimeUnit
-
Constructor Summary
Constructors Constructor Description RecordsStatsParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetFrom()RecordStatsGenerator.RecordsStatsParameters.TimeUnitgetTimeUnit()DategetTo()voidsetFrom(Date from)voidsetTimeUnit(RecordStatsGenerator.RecordsStatsParameters.TimeUnit unit)voidsetTo(Date to)
-
-
-
Method Detail
-
getTimeUnit
public RecordStatsGenerator.RecordsStatsParameters.TimeUnit getTimeUnit()
-
setTimeUnit
public void setTimeUnit(RecordStatsGenerator.RecordsStatsParameters.TimeUnit unit)
-
getFrom
public Date getFrom()
-
setFrom
public void setFrom(Date from)
-
getTo
public Date getTo()
-
setTo
public void setTo(Date to)
-
-