| Modifier and Type | Field and Description |
|---|---|
protected Date |
data |
protected String |
descricao |
protected String |
lembrar |
protected float |
valor |
| Constructor and Description |
|---|
Movimentacao() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getData() |
String |
getDescricao() |
String |
getLembrar() |
Float |
getValor() |
abstract Validation |
instanceValidantion() |
boolean |
setData(String n) |
boolean |
setDescricao(String n,
int i) |
boolean |
setLembrar(String n) |
boolean |
setValor(String n) |
protected String descricao
protected String lembrar
protected Date data
protected float valor
public abstract Validation instanceValidantion()
public boolean setDescricao(String n, int i) throws ExceptionDescription, ExceptionQuantityCaracters
public boolean setLembrar(String n) throws ExceptionDescription, ExceptionQuantityCaracters
public boolean setData(String n)
public boolean setValor(String n) throws ExceptionNumberReal, ExceptionQuantityCaracters
public String getDescricao()
public String getLembrar()
public Date getData()
public Float getValor()
Copyright © 2015. All rights reserved.