Uses of Class
employeerostering.employeerostering.Skill
-
-
Uses of Skill in employeerostering.employeerostering
Methods in employeerostering.employeerostering that return Skill Modifier and Type Method Description SkillShift. getRequiredSkill()Methods in employeerostering.employeerostering that return types with arguments of type Skill Modifier and Type Method Description List<Skill>EmployeeRoster. getSkillList()List<Skill>Employee. getSkills()Methods in employeerostering.employeerostering with parameters of type Skill Modifier and Type Method Description voidShift. setRequiredSkill(Skill requiredSkill)Method parameters in employeerostering.employeerostering with type arguments of type Skill Modifier and Type Method Description voidEmployeeRoster. setSkillList(List<Skill> skillList)voidEmployee. setSkills(List<Skill> skills)Constructors in employeerostering.employeerostering with parameters of type Skill Constructor Description Shift(Timeslot timeslot, Skill requiredSkill)Constructor parameters in employeerostering.employeerostering with type arguments of type Skill Constructor Description Employee(String name, List<Skill> skills)
-