AbstractWebAccountInformation
, AktienWebAccountInformation
, BceeWebAccountInformation
, BosWebAccountInformation
, BshWebAccountInformation
, SantanderWebAccountInformation
, TargoBankWebAccountInformation
public interface WebAccountInformation
Modifier and Type | Method | 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.math.BigDecimal |
getSaldo() |
Gets the saldo.
|
java.math.BigDecimal |
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.math.BigDecimal saldo) |
Sets the saldo.
|
void |
setSaldoAvailable(java.math.BigDecimal saldoAvailable) |
Sets the saldo available.
|
void |
setSavePath(java.lang.String savePath) |
Sets the save path.
|
void setSaldoAvailable(java.math.BigDecimal saldoAvailable)
saldoAvailable
- the new saldo availablevoid setSaldo(java.math.BigDecimal 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.math.BigDecimal getSaldoAvailable()
java.math.BigDecimal 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()