Class BshWebAccountInformation
java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.bsh.web.BshWebAccountInformation
- All Implemented Interfaces:
WebAccountInformation
Bean mit Kontoinformationen von der Webseite
- Version:
- 1.0
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.AbstractWebAccountInformation
konto -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBsn()getType()getVtn()booleanprotected voidsaveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.voidvoidsetContractLetter(String contractLetter) voidsetContractNumber(String contractNumber) voidsetShowPassword(boolean showPassword) voidvoidMethods inherited from class de.frankmuenster.mahoe.web.AbstractWebAccountInformation
getBic, getComment, getIban, getKonto, getLastTransactionDate, getLastTransactionDateAsString, getSaldo, getSaldoAvailable, getSavePath, isStayLoggedIn, saveInformationInAccount, setBic, setComment, setIban, setKonto, setLastTransactionDate, setSaldo, setSaldoAvailable, setSavePath, setStayLoggedIn
-
Constructor Details
-
BshWebAccountInformation
public BshWebAccountInformation()Standardkonstruktor
-
-
Method Details
-
getBsn
- Returns:
- the bsn
-
getContractLetter
- Returns:
- the contractLetter
-
getContractNumber
- Returns:
- the contractNumber
-
getType
- Returns:
- the type
-
getVtn
- Returns:
- the vtn
-
isShowPassword
public boolean isShowPassword()- Returns:
- the showPassword
-
setBsn
- Parameters:
bsn- the bsn to set
-
setContractLetter
- Parameters:
contractLetter- the contractLetter to set
-
setContractNumber
- Parameters:
contractNumber- the contractNumber to set
-
setShowPassword
public void setShowPassword(boolean showPassword) - Parameters:
showPassword- the showPassword to set
-
setType
- Parameters:
type- the type to set
-
setVtn
- Parameters:
vtn- the vtn to set
-
saveBankSpecificInfo
protected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException Description copied from class:AbstractWebAccountInformationHier werden die webseitenspezifischen Kontoinformationen verarbeitet. Muss von der Child-Klasse implementiert werden.
Ein speichern des Kontos ist nicht erforderlich. das macht die Super-Klasse.- Specified by:
saveBankSpecificInfoin classAbstractWebAccountInformation- Throws:
de.willuhn.util.ApplicationException- See Also:
-