Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.curriculumcourse.domain
Class UnavailablePeriodPenalty

java.lang.Object
  extended by org.drools.planner.examples.common.domain.AbstractPersistable
      extended by org.drools.planner.examples.curriculumcourse.domain.UnavailablePeriodPenalty
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class UnavailablePeriodPenalty
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
UnavailablePeriodPenalty()
           
 
Method Summary
 Course getCourse()
           
 Period getPeriod()
           
 void setCourse(Course course)
           
 void setPeriod(Period period)
           
 String toString()
           
 
Methods inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnavailablePeriodPenalty

public UnavailablePeriodPenalty()
Method Detail

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

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.