Package crms.lib
Interface IReportGenerator<T>
- Type Parameters:
T- the type of objects in the report
- All Known Implementing Classes:
CarManager,RentalManager
public interface IReportGenerator<T>
Interface for generating reports.
This interface defines a method to generate a report in the form of an
ArrayList of objects of type T.
-
Method Summary
-
Method Details
-
generateReport
-