public abstract class Investimento extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
dataInicio |
protected String |
descricao |
protected String |
tipo |
protected float |
valorAtual |
protected float |
valorInicial |
| Constructor and Description |
|---|
Investimento() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDataInicio() |
Float |
getValorAtual() |
Float |
getValorInicial() |
abstract Validation |
instanceValidantion() |
boolean |
setDataInicio(Date d) |
boolean |
setValorAtual(String v) |
boolean |
setValorInicial(String v) |
protected Date dataInicio
protected String tipo
protected String descricao
protected float valorInicial
protected float valorAtual
public abstract Validation instanceValidantion()
public boolean setDataInicio(Date d)
public boolean setValorAtual(String v) throws ExceptionNumberReal
ExceptionNumberRealpublic boolean setValorInicial(String v) throws ExceptionNumberReal
ExceptionNumberRealpublic Date getDataInicio()
public Float getValorInicial()
public Float getValorAtual()
Copyright © 2015. All rights reserved.