org.optaplanner.examples.curriculumcourse.domain
Class Period
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.curriculumcourse.domain.Period
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Period
- extends AbstractPersistable
- See Also:
- Serialized Form
Period
public Period()
getDay
public Day getDay()
setDay
public void setDay(Day day)
getTimeslot
public Timeslot getTimeslot()
setTimeslot
public void setTimeslot(Timeslot timeslot)
getLabel
public String getLabel()
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.