Package de.frankmuenster.mahoe.web
Interface WebAccountInformation
- All Known Implementing Classes:
AbstractWebAccountInformation,AktienWebAccountInformation,BosWebAccountInformation,BshWebAccountInformation,SantanderWebAccountInformation,TargoBankWebAccountInformation
public interface WebAccountInformation
Interface für die Kontoinformationen, die von der Webseite gelesen/gesetzt
werden.
- Author:
- Frank Münster
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment.de.willuhn.jameica.hbci.rmi.KontogetKonto()Gets the konto.Gets the last transaction date.Gets the last transaction date as string.getSaldo()Gets the saldo.Gets the saldo available.Gets the save path.booleanvoidsaveInformationInAccount(de.willuhn.util.ProgressMonitor monitor) Speichert die Web-Kontoinformationen in das Konto.voidsetComment(String comment) Sets the comment.voidsetKonto(de.willuhn.jameica.hbci.rmi.Konto konto) Sets the konto.voidsetLastTransactionDate(Date lastTransactionDate) Sets the last transaction date.voidsetSaldo(BigDecimal saldo) Sets the saldo.voidsetSaldoAvailable(BigDecimal saldoAvailable) Sets the saldo available.voidsetSavePath(String savePath) Sets the save path.voidsetStayLoggedIn(boolean stayLoggedIn)
-
Method Details
-
getComment
String getComment()Gets the comment.- Returns:
- comment
-
getKonto
de.willuhn.jameica.hbci.rmi.Konto getKonto()Gets the konto.- Returns:
- konto
-
getLastTransactionDate
Date getLastTransactionDate()Gets the last transaction date.- Returns:
- lastTransactionDate
-
getLastTransactionDateAsString
String getLastTransactionDateAsString()Gets the last transaction date as string.- Returns:
- lastTransactionDate als String
-
getSaldo
BigDecimal getSaldo()Gets the saldo.- Returns:
- saldo
-
getSaldoAvailable
BigDecimal getSaldoAvailable()Gets the saldo available.- Returns:
- saldoAvailable
-
getSavePath
String getSavePath()Gets the save path.- Returns:
- the save path
-
isStayLoggedIn
boolean isStayLoggedIn()- Returns:
- stayLoggedIn
-
saveInformationInAccount
void saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException Speichert die Web-Kontoinformationen in das Konto.- Parameters:
monitor- der ProgressMonitor- Throws:
de.willuhn.util.ApplicationException- the application exception
-
setComment
Sets the comment.- Parameters:
comment- the new comment
-
setKonto
void setKonto(de.willuhn.jameica.hbci.rmi.Konto konto) Sets the konto.- Parameters:
konto- the new konto
-
setLastTransactionDate
Sets the last transaction date.- Parameters:
lastTransactionDate- the new last transaction date
-
setSaldo
Sets the saldo.- Parameters:
saldo- the new saldo
-
setSaldoAvailable
Sets the saldo available.- Parameters:
saldoAvailable- the new saldo available
-
setSavePath
Sets the save path.- Parameters:
savePath- the new save path
-
setStayLoggedIn
void setStayLoggedIn(boolean stayLoggedIn) - Parameters:
stayLoggedIn-
-