public interface WebAccountInformation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the comment.
|
de.willuhn.jameica.hbci.rmi.Konto |
getKonto()
Gets the konto.
|
java.util.Date |
getLastTransactionDate()
Gets the last transaction date.
|
java.lang.String |
getLastTransactionDateAsString()
Gets the last transaction date as string.
|
java.lang.Double |
getSaldo()
Gets the saldo.
|
java.lang.Double |
getSaldoAvailable()
Gets the saldo available.
|
java.lang.String |
getSavePath()
Gets the save path.
|
void |
saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor)
Speichert die Web-Kontoinformationen in das Konto.
|
void |
setComment(java.lang.String comment)
Sets the comment.
|
void |
setKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
Sets the konto.
|
void |
setLastTransactionDate(java.util.Date lastTransactionDate)
Sets the last transaction date.
|
void |
setSaldo(java.lang.Double saldo)
Sets the saldo.
|
void |
setSaldoAvailable(java.lang.Double saldoAvailable)
Sets the saldo available.
|
void |
setSavePath(java.lang.String savePath)
Sets the save path.
|
void setSaldoAvailable(java.lang.Double saldoAvailable)
saldoAvailable
- the new saldo availablevoid setSaldo(java.lang.Double saldo)
saldo
- the new saldovoid setLastTransactionDate(java.util.Date lastTransactionDate)
lastTransactionDate
- the new last transaction datevoid setKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
konto
- the new kontovoid setComment(java.lang.String comment)
comment
- the new commentjava.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
- the application exceptionvoid setSavePath(java.lang.String savePath)
savePath
- the new save pathjava.lang.String getSavePath()