public int getLastShiftDateDayIndex() { return lastShiftDate.getDayIndex(); }
public String getLabel() { return shiftDate.getLabel() + " - " + shiftType.getCode(); }
public int getFirstShiftDateDayIndex() { return firstShiftDate.getDayIndex(); }