Class Timeslot
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.curriculumcourse.domain.Timeslot
-
public class Timeslot extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description Timeslot(int timeslotIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()intgetTimeslotIndex()voidsetTimeslotIndex(int timeslotIndex)StringtoString()-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
-
-
-
Method Detail
-
getTimeslotIndex
public int getTimeslotIndex()
-
setTimeslotIndex
public void setTimeslotIndex(int timeslotIndex)
-
getLabel
public String getLabel()
-
toString
public String toString()
- Overrides:
toStringin classAbstractPersistable
-
-