Class ShiftType2DaysPattern
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.nurserostering.domain.pattern.Pattern
-
- org.optaplanner.examples.nurserostering.domain.pattern.ShiftType2DaysPattern
-
public class ShiftType2DaysPattern extends Pattern
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.nurserostering.domain.pattern.Pattern
code, weight
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description ShiftType2DaysPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShiftTypegetDayIndex0ShiftType()ShiftTypegetDayIndex1ShiftType()voidsetDayIndex0ShiftType(ShiftType dayIndex0ShiftType)voidsetDayIndex1ShiftType(ShiftType dayIndex1ShiftType)StringtoString()-
Methods inherited from class org.optaplanner.examples.nurserostering.domain.pattern.Pattern
getCode, getWeight, setCode, setWeight
-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
-
-
-
Method Detail
-
getDayIndex0ShiftType
public ShiftType getDayIndex0ShiftType()
-
setDayIndex0ShiftType
public void setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)
-
getDayIndex1ShiftType
public ShiftType getDayIndex1ShiftType()
-
setDayIndex1ShiftType
public void setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)
-
-