Package app.entity.report
Class Report
java.lang.Object
app.entity.report.Report
- All Implemented Interfaces:
ISerializable
- Direct Known Subclasses:
CampReport,EnquiryReport,PerformanceReport
The
Report class is an abstract class that implements the ISerializable interface.
It serves as the base class for various types of reports in the system.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Report
public Report()
-
-
Method Details
-
serialize
Abstract method to serialize the report data into a list of lists of strings.- Specified by:
serializein interfaceISerializable- Returns:
- An
ArrayList<ArrayList<String>>representing the serialized data of the report.
-