Class Period
- java.lang.Object
-
- ai.timefold.solver.examples.common.domain.AbstractPersistable
-
- ai.timefold.solver.examples.curriculumcourse.domain.Period
-
- All Implemented Interfaces:
Labeled
public class Period extends AbstractPersistable implements Labeled
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
id
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DaygetDay()StringgetLabel()TimeslotgetTimeslot()voidsetDay(Day day)voidsetTimeslot(Timeslot timeslot)StringtoString()-
Methods inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
getId, setId
-
-