Class Lesson


  • public class Lesson
    extends Object
    adapted from optaplanner quarkus quickstart : https://github.com/kiegroup/optaplanner-quickstarts/tree/stable/use-cases/school-timetabling
    • Constructor Detail

      • Lesson

        public Lesson()
    • Method Detail

      • getId

        public Long getId()
      • getSubject

        public String getSubject()
      • getTeacher

        public String getTeacher()
      • getStudentGroup

        public String getStudentGroup()
      • getTimeslot

        public Timeslot getTimeslot()
      • setTimeslot

        public void setTimeslot​(Timeslot timeslot)
      • getRoom

        public Room getRoom()
      • setRoom

        public void setRoom​(Room room)