Package br.com.sistelecom.entidade.relatorio

Examples of br.com.sistelecom.entidade.relatorio.ClienteRelatorio


        String cnpj = rs.getString(2);
        String razaoSocial = rs.getString(3);
        long tel1 = rs.getLong(13);
        String nomeResp1 = rs.getString(19);
       
        listRelatorio.add(new ClienteRelatorio(idCliente, cnpj, razaoSocial, tel1, nomeResp1));
      }
      return listRelatorio;
    } catch (Exception e) {
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of br.com.sistelecom.entidade.relatorio.ClienteRelatorio

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.