OptaPlanner examples 6.0.0-SNAPSHOT

org.optaplanner.examples.nurserostering.domain
Class NurseRosterParametrization

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

public class NurseRosterParametrization
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
NurseRosterParametrization()
           
 
Method Summary
 ShiftDate getStartShiftDate()
           
 void setStartShiftDate(ShiftDate startShiftDate)
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NurseRosterParametrization

public NurseRosterParametrization()
Method Detail

getStartShiftDate

public ShiftDate getStartShiftDate()

setStartShiftDate

public void setStartShiftDate(ShiftDate startShiftDate)

OptaPlanner examples 6.0.0-SNAPSHOT

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