Class WeeklyConsumption

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

public final class WeeklyConsumption extends Consumption<PeriodType>
The WeeklyConsumption class extends the Consumption class to represent consumption data on a weekly basis. This class includes methods for managing and retrieving weekly consumption data and calculating period details.
It defines the specific week within which consumption data is associated and provides utility methods to navigate to the previous and next weekly consumption records. Additionally, it provides functionality to format and display period details in a human-readable format.