Uses of Class
employeerostering.employeerostering.Timeslot
-
-
Uses of Timeslot in employeerostering.employeerostering
Methods in employeerostering.employeerostering that return Timeslot Modifier and Type Method Description TimeslotShift. getTimeslot()Methods in employeerostering.employeerostering that return types with arguments of type Timeslot Modifier and Type Method Description List<Timeslot>EmployeeRoster. getTimeslotList()Methods in employeerostering.employeerostering with parameters of type Timeslot Modifier and Type Method Description voidShift. setTimeslot(Timeslot timeslot)Method parameters in employeerostering.employeerostering with type arguments of type Timeslot Modifier and Type Method Description voidEmployeeRoster. setTimeslotList(List<Timeslot> timeslotList)Constructors in employeerostering.employeerostering with parameters of type Timeslot Constructor Description Shift(Timeslot timeslot, Skill requiredSkill)
-