public class HumanResourceDept extends Object implements Department
Constructor and Description |
---|
HumanResourceDept(RecruitmentService recruitmentService,
Organization organization) |
Modifier and Type | Method and Description |
---|---|
String |
hiringStatus(int numberOfRecruitments) |
void |
setDeptName(String deptName) |
public HumanResourceDept(RecruitmentService recruitmentService, Organization organization)
recruitmentService
- A company that links potential employees to businesses for hire.organization
- public void setDeptName(String deptName)
deptName
- public String hiringStatus(int numberOfRecruitments)
hiringStatus
in interface Department
Copyright © 2017 gregswindle. All rights reserved.