public abstract class Pessoa extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cep |
protected List<String> |
listaTelefone |
protected String |
nome |
protected String |
numeroResidencia |
| Constructor and Description |
|---|
Pessoa() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCep() |
String |
getNome() |
String |
getNumeroResidencia() |
List<String> |
getTelefone() |
abstract Validation |
instanceValidantion() |
boolean |
setCep(String c) |
boolean |
setNome(String n,
int i) |
boolean |
setNumeroResidencia(String n) |
boolean |
setTelefone(String t) |
protected String nome
protected String numeroResidencia
protected String cep
public abstract Validation instanceValidantion()
public boolean setNome(String n, int i) throws ExceptionName, ExceptionQuantityCaracters
public boolean setTelefone(String t) throws ExceptionNumberInt, ExceptionQuantityCaracters
public boolean setNumeroResidencia(String n) throws ExceptionNumberInt, ExceptionQuantityCaracters
public boolean setCep(String c) throws ExceptionNumberInt, ExceptionQuantityCaracters
public String getNome()
public String getCep()
public String getNumeroResidencia()
Copyright © 2015. All rights reserved.