Class EmployeeRoster

    • Method Detail

      • setEmployeeList

        public void setEmployeeList​(List<Employee> employeeList)
      • getShiftList

        public List<Shift> getShiftList()
      • setShiftList

        public void setShiftList​(List<Shift> shiftList)
      • getSkillList

        public List<Skill> getSkillList()
      • setSkillList

        public void setSkillList​(List<Skill> skillList)
      • setTimeslotList

        public void setTimeslotList​(List<Timeslot> timeslotList)
      • setShiftAssignmentList

        public void setShiftAssignmentList​(List<ShiftAssignment> shiftAssignmentList)
      • 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)