Examples of obtenerpuntos()


Examples of Control.ConsultarEstado.obtenerpuntos()

        long h=0L;
        int a = listadocumentos.getSelectedIndex();
        long doc=Long.parseLong(DocumentoTF.getText());
        ConsultarEstado cestado=new ConsultarEstado();
        Usuario user=cestado.Usuarioexiste(doc, a);
        float num=cestado.obtenerpuntos(user);
        puntos.setText(num+"");
        nombre.setText(user.getNombre());
        apellidos.setText(user.getApellidos());
        correoL.setText(user.getEmail());
        telefonoL.setText(user.getTelfijo()+"");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.