org.optaplanner.examples.nurserostering.domain
Class ShiftType2DaysPattern
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.nurserostering.domain.Pattern
org.optaplanner.examples.nurserostering.domain.ShiftType2DaysPattern
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class ShiftType2DaysPattern
- extends Pattern
- See Also:
- Serialized Form
Fields inherited from class org.optaplanner.examples.nurserostering.domain.Pattern |
code, weight |
ShiftType2DaysPattern
public ShiftType2DaysPattern()
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
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.