org.drools.planner.examples.nurserostering.domain
Class Shift
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.nurserostering.domain.Shift
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Shift
- extends AbstractPersistable
- See Also:
- Serialized Form
Constructor Summary |
Shift()
|
Shift
public Shift()
getShiftDate
public ShiftDate getShiftDate()
setShiftDate
public void setShiftDate(ShiftDate shiftDate)
getShiftType
public ShiftType getShiftType()
setShiftType
public void setShiftType(ShiftType shiftType)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
getRequiredEmployeeSize
public int getRequiredEmployeeSize()
setRequiredEmployeeSize
public void setRequiredEmployeeSize(int requiredEmployeeSize)
getLabel
public String getLabel()
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.