public class BceeWebAccountInformation extends AbstractWebAccountInformation
konto
Constructor and Description |
---|
BceeWebAccountInformation()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getCreditLimit() |
java.lang.String |
getCurrency() |
java.lang.Double |
getInterestRate() |
protected void |
saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor)
Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.
|
void |
setCreditLimit(java.lang.Double creditLimit) |
void |
setCurrency(java.lang.String currency) |
void |
setInterestRate(double interestRate) |
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath
public java.lang.Double getCreditLimit()
public java.lang.String getCurrency()
public java.lang.Double getInterestRate()
public void setCreditLimit(java.lang.Double creditLimit)
creditLimit
- the creditLimit to setpublic void setCurrency(java.lang.String currency)
currency
- the currency to setpublic void setInterestRate(double interestRate)
interestRate
- the interestRate to setprotected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException
AbstractWebAccountInformation
saveBankSpecificInfo
in class AbstractWebAccountInformation
de.willuhn.util.ApplicationException
AbstractWebAccountInformation.saveInformationInAccount(ProgressMonitor)