org.drools.planner.examples.curriculumcourse.domain
Class Period
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.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)
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.