Class DayOnRequest
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.nurserostering.domain.request.DayOnRequest
-
public class DayOnRequest extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description DayOnRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeegetEmployee()ShiftDategetShiftDate()intgetWeight()voidsetEmployee(Employee employee)voidsetShiftDate(ShiftDate shiftDate)voidsetWeight(int weight)StringtoString()-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
-
-
-
Method Detail
-
getEmployee
public Employee getEmployee()
-
setEmployee
public void setEmployee(Employee employee)
-
getShiftDate
public ShiftDate getShiftDate()
-
setShiftDate
public void setShiftDate(ShiftDate shiftDate)
-
getWeight
public int getWeight()
-
setWeight
public void setWeight(int weight)
-
toString
public String toString()
- Overrides:
toStringin classAbstractPersistable
-
-