Guest User

Untitled

a guest
Oct 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (jTxtDNIAfiliado.getText().trim().isEmpty()){
  2. pac.setNroDocumento(0);
  3. }else{
  4. pac.setNroDocumento(Integer.valueOf(jTxtDNIAfiliado.getText().trim()));
  5. }
Add Comment
Please, Sign In to add comment