java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.nurserostering.domain.ShiftDate
All Implemented Interfaces:
Comparable<ShiftDate>, Labeled

public class ShiftDate extends AbstractPersistable implements Labeled, Comparable<ShiftDate>
  • Constructor Details

    • ShiftDate

      public ShiftDate()
    • ShiftDate

      public ShiftDate(long id)
    • ShiftDate

      public ShiftDate(long id, int dayIndex, LocalDate date)
  • Method Details