public abstract class Banco extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
imagem |
protected String |
nome |
protected int |
numero |
| Constructor and Description |
|---|
Banco() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImagem() |
String |
getNome() |
int |
getNumero() |
abstract Validation |
instanceValidantion() |
boolean |
setImagem(String n,
int i) |
boolean |
setNome(String n,
int i) |
boolean |
setNumero(String n) |
public abstract Validation instanceValidantion()
public boolean setNome(String n, int i) throws ExceptionName, ExceptionQuantityCaracters
public boolean setNumero(String n) throws ExceptionNumberInt
ExceptionNumberIntpublic boolean setImagem(String n, int i) throws ExceptionDescription, ExceptionQuantityCaracters
public String getNome()
public int getNumero()
public String getImagem()
Copyright © 2015. All rights reserved.