Class BosWebAccountInformation
java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.bos.web.BosWebAccountInformation
- All Implemented Interfaces:
WebAccountInformation
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.AbstractWebAccountInformation
konto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the interest collect this yearprotected void
saveBankSpecificInfo
(de.willuhn.util.ProgressMonitor monitor) Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.void
setInteresTillToday
(BigDecimal interestTillToday) Sets the interest collect this yearMethods inherited from class de.frankmuenster.mahoe.web.AbstractWebAccountInformation
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, isStayLoggedIn, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath, setStayLoggedIn
-
Constructor Details
-
BosWebAccountInformation
public BosWebAccountInformation()Standardkonstruktor
-
-
Method Details
-
getInteresTillToday
Gets the interest collect this year- Parameters:
interestTillToday
-
-
setInteresTillToday
Sets the interest collect this year- Parameters:
interestTillToday
-
-
saveBankSpecificInfo
protected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException Description copied from class:AbstractWebAccountInformation
Hier werden die webseitenspezifischen Kontoinformationen verarbeitet. Muss von der Child-Klasse implementiert werden.
Ein speichern des Kontos ist nicht erforderlich. das macht die Super-Klasse.- Specified by:
saveBankSpecificInfo
in classAbstractWebAccountInformation
- Throws:
de.willuhn.util.ApplicationException
- See Also:
-