Human Resources Example - Class requirements for methods

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1879

This topic has not yet been written. The content below is from the topic description.
The classes must have public setter methods for the relevant properties so that values can be injected. For example, the HRManager class has a setHiringFreeze(boolean hiringFreeze) method and the AgeBasedSalaryStrategy class has setMinSalary(int minSalary) and setMaxSalary(int maxSalary) methods. The values in the deployment descriptor are converted from strings into the relevant types (boolean, int etc...) by JavaBean PropertyEditors.