org.optaplanner.examples.curriculumcourse.domain
Class Day
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.curriculumcourse.domain.Day
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Day
- extends AbstractPersistable
- See Also:
- Serialized Form
Constructor Summary |
Day()
|
Day
public Day()
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()
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.