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

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

public class UnavailablePeriodConstraint
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
UnavailablePeriodConstraint()
           
 
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

UnavailablePeriodConstraint

public UnavailablePeriodConstraint()
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


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