Package br.com.sistelecom.to

Examples of br.com.sistelecom.to.FuncionarioTO


        String cpf = rs.getString(2);
        int departamento = rs.getInt(3);
        String nomeFuncionario = rs.getString(4);


        list.add(new FuncionarioTO(Boolean.FALSE, idFuncionario, cpf, departamento, null, nomeFuncionario));
      }
      return list;
    } catch (Exception e) {
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of br.com.sistelecom.to.FuncionarioTO

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.