theoreticalCapacity = Integer.valueOf(theoreticalCapacity.intValue() + shift.getLotacao().intValue());
} else if (shift.containsType(ShiftType.TEORICO_PRATICA)) {
theoPraticalCapacity = Integer.valueOf(theoPraticalCapacity.intValue() + shift.getLotacao().intValue());
} else if (shift.containsType(ShiftType.DUVIDAS)) {
doubtsCapacity = Integer.valueOf(doubtsCapacity.intValue() + shift.getLotacao().intValue());
} else if (shift.containsType(ShiftType.LABORATORIAL)) {
labCapacity = Integer.valueOf(labCapacity.intValue() + shift.getLotacao().intValue());