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