A C D E F G H M N P T _

H

hasManager() - Method in class edu.columbia.cs.cs1007.company.Employee
Check whether the employee has a manger.
hire(Person, double) - Method in class edu.columbia.cs.cs1007.company.Manager
Hire a person to work for the this manager.
hire(Person, double) - Method in class edu.columbia.cs.cs1007.company.President
This method overrides Manager.hire(): a President only hires Managers, not regular employees.

A C D E F G H M N P T _