Class DailyStatistics

java.lang.Object
All Implemented Interfaces:
Displayable, StringFiller, DBTransaction.NoHistory, HasId

public final class DailyStatistics extends Statistics<PeriodType>
The DailyStatistics class represents daily statistical data and provides methods to define column structure, indices, and retrieve specific daily statistics details. This class extends the Statistics class and focuses on representing statistics for a particular day within a given year.

This class is immutable and final, ensuring that its behavior does not change via inheritance.

Author:
Syam