public class SantanderWebAccountInformation extends AbstractWebAccountInformation
konto
Constructor and Description |
---|
SantanderWebAccountInformation()
Standartkonstruktor
|
Modifier and Type | Method and Description |
---|---|
SantanderBankEnum |
getBankType() |
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 |
setBankType(SantanderBankEnum bankType) |
void |
setInterestRate(java.lang.Double interestRate) |
void |
setIntersetAmount(java.math.BigDecimal intersetAmount) |
void |
setKindOfCard(java.lang.String kindOfCard) |
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath
public SantanderWebAccountInformation()
public SantanderBankEnum getBankType()
public java.lang.Double getInterestRate()
public java.math.BigDecimal getIntersetAmount()
public java.lang.String getKindOfCard()
public void setBankType(SantanderBankEnum bankType)
bankType
- the bankType to setpublic void setInterestRate(java.lang.Double interestRate)
interestRate
- the interestRate to setpublic void setIntersetAmount(java.math.BigDecimal intersetAmount)
intersetAmount
- the intersetAmount to setpublic void setKindOfCard(java.lang.String kindOfCard)
kindOfCard
- the kindOfCard to setprotected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException
AbstractWebAccountInformation
saveBankSpecificInfo
in class AbstractWebAccountInformation
de.willuhn.util.ApplicationException
AbstractWebAccountInformation.saveBankSpecificInfo(de.willuhn.util.ProgressMonitor)