Class ObjectsExpenses
java.lang.Object
ObjectsExpenses
Utility class responsible for initializing and populating the application's
expense data for the fiscal year 2025.
This class acts as a data provider that maps raw budgetary data (codes, names, and amounts)
to specific subclasses of the Expenses model. It centralizes the
instantiation of various expense categories such as employee benefits,
transfers, and loans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a list ofExpensesobjects representing public expenditure categories for the year 2025.
-
Constructor Details
-
ObjectsExpenses
public ObjectsExpenses()
-
-
Method Details
-
createObjectsExp
-