WebAccountInformation
public class TargoBankWebAccountInformation extends AbstractWebAccountInformation
konto
Constructor | Description |
---|---|
TargoBankWebAccountInformation() |
Standardkonstruktor
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCardAccount() |
|
java.lang.String |
getCardCompany() |
|
java.lang.String |
getCardNumber() |
|
java.util.Date |
getNextPayDay() |
|
java.lang.Double |
getVerfuegungsrahmen() |
|
protected void |
saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) |
Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.
|
void |
setCardAccount(java.lang.String cardAccount) |
|
void |
setCardCompany(java.lang.String cardCompany) |
|
void |
setCardNumber(java.lang.String cardNumber) |
|
void |
setNextPayDay(java.util.Date nextPayDay) |
|
void |
setVerfuegungsrahmen(java.lang.Double verfuegungsrahmen) |
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath
public TargoBankWebAccountInformation()
public java.lang.String getCardAccount()
public java.lang.String getCardCompany()
public java.lang.String getCardNumber()
public java.util.Date getNextPayDay()
public java.lang.Double getVerfuegungsrahmen()
public void setCardAccount(java.lang.String cardAccount)
cardAccount
- the cardAccount to setpublic void setCardCompany(java.lang.String cardCompany)
cardCompany
- the cardCompany to setpublic void setCardNumber(java.lang.String cardNumber)
cardNumber
- the cardNumber to setpublic void setNextPayDay(java.util.Date nextPayDay)
nextPayDay
- the nextPayDay to setpublic void setVerfuegungsrahmen(java.lang.Double verfuegungsrahmen)
verfuegungsrahmen
- the verfuegungsrahmen 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)