Package reportinEngines
Interface IReportGenerator
-
- All Known Implementing Classes:
ReportGeneratorForFiles
,ReportGeneratorForHTML
public interface IReportGenerator
IReportGenerator
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 void
reportOnDishes(java.util.ArrayList<Dish> menu)
void
reportOnEmps(java.util.ArrayList<Employee> personnel)
-