Class ObjectsEntities

java.lang.Object
ObjectsEntities

public class ObjectsEntities extends Object
Utility class responsible for initializing and populating the application's entities data for the fiscal year 2025.

This class serves as the primary data orchestrator for the Greek State's organizational structure. It maps budgetary data to specialized subclasses of the Entity model, covering:

  • The Presidency and the Hellenic Parliament
  • All Government Ministries
  • The Decentralized Administrations
  • Constructor Details

    • ObjectsEntities

      public ObjectsEntities()
  • Method Details

    • createObjectsEnt

      public static ArrayList<Entity> createObjectsEnt()
      Creates and returns a list of Entity objects representing Greek state institutions for the year 2025.
      Returns:
      an ArrayList containing all initialized Entity objects