public abstract class Residencia extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cep |
protected List<String> |
listaTelefone |
protected String |
numero |
| Constructor and Description |
|---|
Residencia() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCep() |
String |
getNumero() |
abstract Validation |
instanceValidantion() |
boolean |
setCep(String c) |
boolean |
setNumero(String n) |
public abstract Validation instanceValidantion()
public boolean setNumero(String n) throws ExceptionNumberInt, ExceptionQuantityCaracters
public boolean setCep(String c) throws ExceptionNumberInt, ExceptionQuantityCaracters
public String getCep()
public String getNumero()
Copyright © 2015. All rights reserved.