226227228229230231232233234235236237
result[0].setCoutEntretien(res.getDouble(12)); result[0].setNbUnite(res.getInt(13)); TypeUnite typeUnite = new TypeUnite(res.getInt(14)); typeUnite.setLibelle(res.getString(15)); result[0].setTypeUnite(typeUnite); } } finally {