Class Lecture
java.lang.Object
ai.timefold.solver.examples.common.domain.AbstractPersistable
ai.timefold.solver.examples.curriculumcourse.domain.Lecture
- All Implemented Interfaces:
Labeled
-
Field Summary
Fields inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
Lecture
public Lecture() -
Lecture
-
Lecture
-
-
Method Details
-
getCourse
-
setCourse
-
getLectureIndexInCourse
public int getLectureIndexInCourse() -
setLectureIndexInCourse
public void setLectureIndexInCourse(int lectureIndexInCourse) -
isPinned
public boolean isPinned() -
setPinned
public void setPinned(boolean pinned) -
getPeriod
-
setPeriod
-
getRoom
-
setRoom
-
getTeacher
-
getStudentSize
public int getStudentSize() -
getCurriculumSet
-
getDay
-
getTimeslotIndex
public int getTimeslotIndex() -
getLabel
-
toString
- Overrides:
toStringin classAbstractPersistable
-