public abstract class BandeiraCartao extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descricao |
protected String |
imagem |
| Constructor and Description |
|---|
BandeiraCartao() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescricao() |
String |
getImagem() |
abstract Validation |
instanceValidantion() |
boolean |
setDescricao(String n,
int i) |
boolean |
setImagem(String n,
int i) |
public abstract Validation instanceValidantion()
public boolean setDescricao(String n, int i) throws ExceptionQuantityCaracters, ExceptionDescription
public boolean setImagem(String n, int i) throws ExceptionQuantityCaracters, ExceptionDescription
public String getDescricao()
public String getImagem()
Copyright © 2015. All rights reserved.