Class Timeslot
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.curriculumcourse.domain.Timeslot
- All Implemented Interfaces:
Labeled
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()intvoidsetTimeslotIndex(int timeslotIndex) toString()Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
Timeslot
public Timeslot() -
Timeslot
public Timeslot(int timeslotIndex)
-
-
Method Details
-
getTimeslotIndex
public int getTimeslotIndex() -
setTimeslotIndex
public void setTimeslotIndex(int timeslotIndex) -
getLabel
-
toString
- Overrides:
toStringin classAbstractPersistable
-