Package modele.commun

Examples of modele.commun.TypeUnite


             
              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 {
View Full Code Here

TOP

Related Classes of modele.commun.TypeUnite

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.