java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.nurserostering.domain.request.DayOnRequest

public class DayOnRequest extends AbstractPersistable
  • Constructor Details

    • DayOnRequest

      public DayOnRequest()
    • DayOnRequest

      public DayOnRequest(long id, Employee employee, ShiftDate shiftDate, int weight)
  • Method Details

    • 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:
      toString in class AbstractPersistable