Class EmployeeRoster
- java.lang.Object
-
- employeerostering.employeerostering.EmployeeRoster
-
- All Implemented Interfaces:
Serializable
public class EmployeeRoster extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmployeeRoster()EmployeeRoster(List<Employee> employeeList, List<Shift> shiftList, List<Skill> skillList, List<Timeslot> timeslotList, List<DayOffRequest> dayOffRequestList, List<ShiftAssignment> shiftAssignmentList, org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DayOffRequest>getDayOffRequestList()List<Employee>getEmployeeList()org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoregetScore()List<ShiftAssignment>getShiftAssignmentList()List<Shift>getShiftList()List<Skill>getSkillList()List<Timeslot>getTimeslotList()voidsetDayOffRequestList(List<DayOffRequest> dayOffRequestList)voidsetEmployeeList(List<Employee> employeeList)voidsetScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)voidsetShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList)voidsetShiftList(List<Shift> shiftList)voidsetSkillList(List<Skill> skillList)voidsetTimeslotList(List<Timeslot> timeslotList)
-
-
-
Method Detail
-
getShiftAssignmentList
public List<ShiftAssignment> getShiftAssignmentList()
-
setShiftAssignmentList
public void setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList)
-
getDayOffRequestList
public List<DayOffRequest> getDayOffRequestList()
-
setDayOffRequestList
public void setDayOffRequestList(List<DayOffRequest> dayOffRequestList)
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-
-