OptaPlanner distribution 6.0.1-SNAPSHOT

org.optaplanner.examples.curriculumcourse.domain
Class Day

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

public class Day
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Day()
           
 
Method Summary
 int getDayIndex()
           
 String getLabel()
           
 List<Period> getPeriodList()
           
 void setDayIndex(int dayIndex)
           
 void setPeriodList(List<Period> periodList)
           
 String 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
 

Constructor Detail

Day

public Day()
Method Detail

getDayIndex

public int getDayIndex()

setDayIndex

public void setDayIndex(int dayIndex)

getPeriodList

public List<Period> getPeriodList()

setPeriodList

public void setPeriodList(List<Period> periodList)

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class AbstractPersistable

OptaPlanner distribution 6.0.1-SNAPSHOT

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