WebAccountInformation
public class SantanderWebAccountInformation extends AbstractWebAccountInformation
konto
Constructor | Description |
---|---|
SantanderWebAccountInformation() |
Standartkonstruktor
|
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) |
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath
public SantanderWebAccountInformation()
public java.lang.Double getInterestRate()
public java.math.BigDecimal getIntersetAmount()
public java.lang.String getKindOfCard()
public 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)