java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.curriculumcourse.domain.Day
All Implemented Interfaces:
Labeled

public class Day extends AbstractPersistable implements Labeled
  • Constructor Details

    • Day

      public Day()
    • Day

      public Day(int dayIndex, Period... periods)
  • Method Details

    • getDayIndex

      public int getDayIndex()
    • setDayIndex

      public void setDayIndex(int dayIndex)
    • getPeriodList

      public List<Period> getPeriodList()
    • setPeriodList

      public void setPeriodList(List<Period> periodList)
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface Labeled
    • toString

      public String toString()
      Overrides:
      toString in class AbstractPersistable