Package br.com.sistelecom.entidade.relatorio

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


        String email = rs.getString(15);
        Date admissao = rs.getDate(21);
        String status = rs.getString(22);
        String login = rs.getString(23);

        listRelatorio.add(new FuncionarioRelatorio(idFuncionario, nome, tel1, email, admissao, status, login));
      }
      return listRelatorio;
    } catch (Exception e) {
      e.printStackTrace();
    }
View Full Code Here

TOP

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

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.