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