| Modifier and Type | Field and Description |
|---|---|
protected String |
cpf |
protected String |
rg |
protected String |
sexo |
cep, listaTelefone, nome, numeroResidencia| Constructor and Description |
|---|
PessoaFisica() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCpf() |
String |
getRg() |
String |
getSexo() |
abstract Validation |
instanceValidantion() |
boolean |
setCpf(String c) |
boolean |
setRg(String r) |
boolean |
setSexo(String s) |
getCep, getNome, getNumeroResidencia, getTelefone, setCep, setNome, setNumeroResidencia, setTelefonepublic abstract Validation instanceValidantion()
instanceValidantion in class Pessoapublic boolean setCpf(String c) throws ExceptionNumberInt, ExceptionQuantityCaracters, ExceptionCPF
public boolean setRg(String r) throws ExceptionQuantityCaracters, ExceptionNumberInt, ExceptionInitials
public boolean setSexo(String s) throws ExceptionSex
ExceptionSexpublic String getCpf()
public String getRg()
public String getSexo()
Copyright © 2015. All rights reserved.