public class BshWebAccountInformation extends AbstractWebAccountInformation
konto
Constructor and Description |
---|
BshWebAccountInformation()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBsn() |
java.lang.String |
getContractLetter() |
java.lang.String |
getContractNumber() |
java.lang.String |
getType() |
java.lang.String |
getVtn() |
protected void |
saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor)
Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.
|
void |
setBsn(java.lang.String bsn) |
void |
setContractLetter(java.lang.String contractLetter) |
void |
setContractNumber(java.lang.String contractNumber) |
void |
setType(java.lang.String type) |
void |
setVtn(java.lang.String vtn) |
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath
public java.lang.String getBsn()
public java.lang.String getContractLetter()
public java.lang.String getContractNumber()
public java.lang.String getType()
public java.lang.String getVtn()
public void setBsn(java.lang.String bsn)
bsn
- the bsn to setpublic void setContractLetter(java.lang.String contractLetter)
contractLetter
- the contractLetter to setpublic void setContractNumber(java.lang.String contractNumber)
contractNumber
- the contractNumber to setpublic void setType(java.lang.String type)
type
- the type to setpublic void setVtn(java.lang.String vtn)
vtn
- the vtn 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)