public abstract class Estado extends Object
| Constructor and Description |
|---|
Estado() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNome() |
String |
getSigla() |
abstract Validation |
instanceValidantion() |
boolean |
setNome(String uf,
int i) |
boolean |
setSigla(String uf) |
public abstract Validation instanceValidantion()
public boolean setNome(String uf, int i) throws ExceptionDescription, ExceptionQuantityCaracters
public boolean setSigla(String uf) throws ExceptionDescription, ExceptionQuantityCaracters
public String getNome()
public String getSigla()
Copyright © 2015. All rights reserved.