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

public class Timeslot extends AbstractPersistable implements Labeled
  • Constructor Details

    • Timeslot

      public Timeslot()
    • Timeslot

      public Timeslot(int timeslotIndex)
  • Method Details

    • getTimeslotIndex

      public int getTimeslotIndex()
    • setTimeslotIndex

      public void setTimeslotIndex(int timeslotIndex)
    • getLabel

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

      public String toString()
      Overrides:
      toString in class AbstractPersistable