OptaPlanner distribution 6.1.0.Final

org.optaplanner.examples.examination.domain
Class FollowingExam

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.examination.domain.Exam
          extended by org.optaplanner.examples.examination.domain.FollowingExam
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class FollowingExam
extends Exam

See Also:
Serialized Form

Field Summary
protected  LeadingExam leadingExam
           
protected  Period period
           
 
Fields inherited from class org.optaplanner.examples.examination.domain.Exam
room, topic
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
FollowingExam()
           
 
Method Summary
 LeadingExam getLeadingExam()
           
 Period getPeriod()
           
 void setLeadingExam(LeadingExam leadingExam)
           
 void setPeriod(Period period)
           
 
Methods inherited from class org.optaplanner.examples.examination.domain.Exam
getDayIndex, getLabel, getPeriodDuration, getPeriodIndex, getRoom, getTopic, getTopicDuration, getTopicStudentSize, isPeriodFrontLoadLast, isTopicFrontLoadLarge, setRoom, setTopic, toString
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

leadingExam

protected LeadingExam leadingExam

period

protected Period period
Constructor Detail

FollowingExam

public FollowingExam()
Method Detail

getLeadingExam

public LeadingExam getLeadingExam()

setLeadingExam

public void setLeadingExam(LeadingExam leadingExam)

getPeriod

public Period getPeriod()
Specified by:
getPeriod in class Exam

setPeriod

public void setPeriod(Period period)

OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.