Class SantanderWebAccountInformation
java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.santander.web.SantanderWebAccountInformation
- All Implemented Interfaces:
WebAccountInformation
Zusätzliche KOntoinfomrationen der BOS
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.AbstractWebAccountInformation
konto -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsaveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.voidsetInterestRate(Double interestRate) voidsetIntersetAmount(BigDecimal intersetAmount) voidsetKindOfCard(String kindOfCard) Methods 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
-
SantanderWebAccountInformation
public SantanderWebAccountInformation()Standartkonstruktor
-
-
Method Details
-
getInterestRate
- Returns:
- the interestRate
-
getIntersetAmount
- Returns:
- the intersetAmount
-
getKindOfCard
- Returns:
- the kindOfCard
-
setInterestRate
- Parameters:
interestRate- the interestRate to set
-
setIntersetAmount
- Parameters:
intersetAmount- the intersetAmount to set
-
setKindOfCard
- Parameters:
kindOfCard- the kindOfCard to set
-
saveBankSpecificInfo
protected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException Description copied from class:AbstractWebAccountInformationHier 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:
saveBankSpecificInfoin classAbstractWebAccountInformation- Throws:
de.willuhn.util.ApplicationException- See Also:
-