public abstract class Conta extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descricao |
protected String |
numero |
protected float |
saldo |
| Constructor and Description |
|---|
Conta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescricao() |
String |
getNumero() |
float |
getSaldo() |
abstract Validation |
instanceValidantion() |
boolean |
setDescricao(String n,
int i) |
protected boolean |
setNumero(String n) |
boolean |
setSaldo(String n,
int i) |
protected String numero
protected String descricao
protected float saldo
public abstract Validation instanceValidantion()
public boolean setDescricao(String n, int i) throws ExceptionDescription, ExceptionQuantityCaracters
protected boolean setNumero(String n) throws ExceptionNumberReal, ExceptionNumberInt
public boolean setSaldo(String n, int i) throws ExceptionNumberReal, ExceptionQuantityCaracters
public String getDescricao()
public String getNumero()
public float getSaldo()
Copyright © 2015. All rights reserved.