Class MonthlyStatistics

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

public final class MonthlyStatistics extends Statistics<PeriodType>
Represents a statistical record for a specific month. This class extends the base Statistics class and provides additional functionality to handle and retrieve details specific to monthly data.

This class includes methods to define table columns and indices for database operations, along with getters and setters to manage and retrieve the month corresponding to the statistical data.

Author:
Syam