Package reportinEngines
Interface IReportGenerator
-
- All Known Implementing Classes:
ReportGeneratorForFiles,ReportGeneratorForHTML
public interface IReportGeneratorIReportGenerator
Interface which provides a contract to the clients regarding (a) reports for employees and (b) reports for dishes- Since:
- 2017-07-22
- Version:
- 1.0
-
-
Method Summary
Modifier and Type Method Description voidreportOnDishes(java.util.ArrayList<Dish> menu)voidreportOnEmps(java.util.ArrayList<Employee> personnel)
-