Class PerformanceReport

java.lang.Object
app.entity.report.Report
app.entity.report.PerformanceReport
All Implemented Interfaces:
ISerializable

public class PerformanceReport extends Report
The PerformanceReport class represents a performance report for committees in camps.
  • Constructor Details

    • PerformanceReport

      public PerformanceReport(CampList camps)
      Constructs a performance report for multiple camps.
      Parameters:
      camps - The list of camps for which the performance report is generated.
    • PerformanceReport

      public PerformanceReport(Camp camp)
      Constructs a performance report for a single camp.
      Parameters:
      camp - The camp for which the performance report is generated.
  • Method Details