Package it.tidalwave.accounting.model
Interface HourlyReportGenerator
-
public interface HourlyReportGenerator
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<HourlyReportGenerator>
_HourlyReportGenerator_
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HourlyReport
createReport()
-
-
-
Field Detail
-
_HourlyReportGenerator_
static final java.lang.Class<HourlyReportGenerator> _HourlyReportGenerator_
-
-
Method Detail
-
createReport
@Nonnull HourlyReport createReport()
-
-