OptaPlanner distribution 6.0.0.CR4-Pre1

org.optaplanner.examples.nurserostering.domain
Class ShiftType2DaysPattern

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

public class ShiftType2DaysPattern
extends Pattern

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.nurserostering.domain.Pattern
code, weight
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
ShiftType2DaysPattern()
           
 
Method Summary
 ShiftType getDayIndex0ShiftType()
           
 ShiftType getDayIndex1ShiftType()
           
 void setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)
           
 void setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)
           
 String toString()
           
 
Methods inherited from class org.optaplanner.examples.nurserostering.domain.Pattern
getCode, getWeight, setCode, setWeight
 
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

ShiftType2DaysPattern

public ShiftType2DaysPattern()
Method Detail

getDayIndex0ShiftType

public ShiftType getDayIndex0ShiftType()

setDayIndex0ShiftType

public void setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)

getDayIndex1ShiftType

public ShiftType getDayIndex1ShiftType()

setDayIndex1ShiftType

public void setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)

toString

public String toString()
Overrides:
toString in class Pattern

OptaPlanner distribution 6.0.0.CR4-Pre1

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