OptaPlanner examples 6.2.0.Beta1

org.optaplanner.examples.examination.domain
Class LeadingExam

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.LeadingExam
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class LeadingExam
extends Exam

See Also:
Serialized Form

Field Summary
protected  List<FollowingExam> followingExamList
           
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
LeadingExam()
           
 
Method Summary
 List<FollowingExam> getFollowingExamList()
           
 Period getPeriod()
           
 void setFollowingExamList(List<FollowingExam> followingExamList)
           
 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

followingExamList

protected List<FollowingExam> followingExamList

period

protected Period period
Constructor Detail

LeadingExam

public LeadingExam()
Method Detail

getFollowingExamList

public List<FollowingExam> getFollowingExamList()

setFollowingExamList

public void setFollowingExamList(List<FollowingExam> followingExamList)

getPeriod

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

setPeriod

public void setPeriod(Period period)

OptaPlanner examples 6.2.0.Beta1

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