Class StandardOfLivingCLIManager
java.lang.Object
collectionManagers.modeManagers.userMode.StandardOfLivingCLIManager
- All Implemented Interfaces:
ModeManager<StandardOfLiving>
The StandardOfLiving class is responsible for managing the StandardOfLiving mode in the user interface.
It implements the ModeManager interface for Government type and provides methods for building the object.
- Since:
- 2.0
- Author:
- boris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method builds the StandardOfLiving object using user input and returns the constructed object.
-
Constructor Details
-
StandardOfLivingCLIManager
public StandardOfLivingCLIManager()
-
-
Method Details
-
buildObject
This method builds the StandardOfLiving object using user input and returns the constructed object.- Specified by:
buildObject
in interfaceModeManager<StandardOfLiving>
- Returns:
- The StandardOfLiving object built using user input.
- Throws:
BuildObjectException
- If there is an error while constructing the object.
-