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