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