org.drools.planner.examples.curriculumcourse.domain
Class UnavailablePeriodPenalty
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.curriculumcourse.domain.UnavailablePeriodPenalty
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class UnavailablePeriodPenalty
- extends AbstractPersistable
- See Also:
- Serialized Form
UnavailablePeriodPenalty
public UnavailablePeriodPenalty()
getCourse
public Course getCourse()
setCourse
public void setCourse(Course course)
getPeriod
public Period getPeriod()
setPeriod
public void setPeriod(Period period)
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.