Package fing.satode.dominio

Examples of fing.satode.dominio.IDL


    float IDL=(IDLK+IDLA+IDLL)/3;
   
    dto.setValor(IDL);
    dto.setDepartamentos(deptosDTOs);
   
    IndicesDAO.getInstance().nuevoCalculoIndice(new IDL(dto));
   
  }
View Full Code Here

TOP

Related Classes of fing.satode.dominio.IDL

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.