public interface WebAccountInformation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
de.willuhn.jameica.hbci.rmi.Konto |
getKonto() |
java.util.Date |
getLastTransactionDate() |
java.lang.String |
getLastTransactionDateAsString() |
java.lang.Double |
getSaldo() |
java.lang.Double |
getSaldoAvailable() |
void |
saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor)
Speichert die Web-Kontoinformationen in das Konto.
|
void |
setComment(java.lang.String comment) |
void |
setKonto(de.willuhn.jameica.hbci.rmi.Konto konto) |
void |
setLastTransactionDate(java.util.Date lastTransactionDate) |
void |
setSaldo(java.lang.Double saldo) |
void |
setSaldoAvailable(java.lang.Double saldoAvailable) |
void setSaldoAvailable(java.lang.Double saldoAvailable)
saldoAvailable
- void setSaldo(java.lang.Double saldo)
saldo
- void setLastTransactionDate(java.util.Date lastTransactionDate)
lastTransactionDate
- void setKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
konto
- void setComment(java.lang.String comment)
comment
- java.lang.Double getSaldoAvailable()
java.lang.Double getSaldo()
java.lang.String getLastTransactionDateAsString()
java.util.Date getLastTransactionDate()
de.willuhn.jameica.hbci.rmi.Konto getKonto()
java.lang.String getComment()
void saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException
monitor
- der ProgressMonitorde.willuhn.util.ApplicationException