public class EmployeeRoster extends Object 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,
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
| Modifier and Type | Method and Description |
|---|---|
List<DayOffRequest> |
getDayOffRequestList() |
List<Employee> |
getEmployeeList() |
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
getScore() |
List<ShiftAssignment> |
getShiftAssignmentList() |
List<Shift> |
getShiftList() |
List<Skill> |
getSkillList() |
List<Timeslot> |
getTimeslotList() |
void |
setDayOffRequestList(List<DayOffRequest> dayOffRequestList) |
void |
setEmployeeList(List<Employee> employeeList) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
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)
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.