public abstract class Emprestimo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
dataInicio |
protected Date |
dataPrevisaoTermino |
protected int |
numeroParcelas |
protected int |
numeroParcelasPagas |
protected float |
taxaJuros |
| Constructor and Description |
|---|
Emprestimo() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDataInicio() |
Date |
getDataPrevisaoTerinMino() |
int |
getNumeroParcelas() |
int |
getNumeroParcelaspagas() |
float |
getTaxaJuros() |
abstract Validation |
instanceValidantion() |
boolean |
setDataInicio(Date d) |
boolean |
setDataPrevisaoTermino(Date d) |
boolean |
setNumeroParcelas(String n) |
boolean |
setNumeroParcelaspagas(String n) |
boolean |
setTaxaJuros(String n) |
protected Date dataInicio
protected Date dataPrevisaoTermino
protected float taxaJuros
protected int numeroParcelas
protected int numeroParcelasPagas
public abstract Validation instanceValidantion()
public boolean setDataInicio(Date d)
public boolean setDataPrevisaoTermino(Date d)
public boolean setTaxaJuros(String n) throws ExceptionNumberReal
ExceptionNumberRealpublic boolean setNumeroParcelas(String n) throws ExceptionNumberInt
ExceptionNumberIntpublic boolean setNumeroParcelaspagas(String n) throws ExceptionNumberInt
ExceptionNumberIntpublic Date getDataInicio()
public Date getDataPrevisaoTerinMino()
public float getTaxaJuros()
public int getNumeroParcelas()
public int getNumeroParcelaspagas()
Copyright © 2015. All rights reserved.