public class EmployeeRoster extends org.optaplanner.core.impl.domain.solution.AbstractSolution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore> implements Serializable
| Constructor and Description |
|---|
EmployeeRoster() |
EmployeeRoster(List<Employee> employeeList,
List<Shift> shiftList,
List<Skill> skillList,
List<Timeslot> timeslotList,
List<DayOffRequest> dayOffRequestList,
List<ShiftAssignment> shiftAssignmentList) |
| Modifier and Type | Method and Description |
|---|---|
List<DayOffRequest> |
getDayOffRequestList() |
List<Employee> |
getEmployeeList() |
List<ShiftAssignment> |
getShiftAssignmentList() |
List<Shift> |
getShiftList() |
List<Skill> |
getSkillList() |
List<Timeslot> |
getTimeslotList() |
void |
setDayOffRequestList(List<DayOffRequest> dayOffRequestList) |
void |
setEmployeeList(List<Employee> employeeList) |
void |
setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList) |
void |
setShiftList(List<Shift> shiftList) |
void |
setSkillList(List<Skill> skillList) |
void |
setTimeslotList(List<Timeslot> timeslotList) |
public List<ShiftAssignment> getShiftAssignmentList()
public void setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList)
public List<DayOffRequest> getDayOffRequestList()
public void setDayOffRequestList(List<DayOffRequest> dayOffRequestList)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.