Class BshCreateInfo
java.lang.Object
de.frankmuenster.mahoe.assistant.CreateInfo
de.frankmuenster.mahoe.banks.bsh.assistant.BshCreateInfo
Benötigte Informationen zum Erstellen eines Bsh Kontos
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlzDz()
getBsn()
getVtn()
boolean
boolean
void
setAccount
(Account account) void
setAlwaysAskForPW
(boolean alwaysAskForPW) void
setDebugShowPW
(boolean debugShowPW) void
setKdNummer
(String kdNummer) Methods inherited from class de.frankmuenster.mahoe.assistant.CreateInfo
getAccountType, getComment, getDescription, getOwner, getStatementsMaxDaysBack, setAccountType, setComment, setDescription, setOwner, setStatementsMaxDaysBack
-
Constructor Details
-
BshCreateInfo
public BshCreateInfo()Standardkonstruktor
-
-
Method Details
-
getAccount
- Returns:
- das Account-Object
-
getBlzDz
- Returns:
- the blz
-
getBsn
- Returns:
- the bsn
-
getCoreId
- Returns:
- die Hauptnummer des Vertrages
-
getKdNummer
- Returns:
- the kdNummer
-
getLetterNumber
- Returns:
- coreId+Buchstabe+Nummer
-
getVtn
- Returns:
- the vtn
-
isAlwaysAskForPW
public boolean isAlwaysAskForPW()- Returns:
- the alwaysAskForPW
-
isDebugShowPW
public boolean isDebugShowPW()- Returns:
- the debugShowPW
-
setAccount
- Parameters:
account
- the account to set
-
setAlwaysAskForPW
public void setAlwaysAskForPW(boolean alwaysAskForPW) - Parameters:
alwaysAskForPW
- the alwaysAskForPW to set
-
setDebugShowPW
public void setDebugShowPW(boolean debugShowPW) - Parameters:
debugShowPW
- the debugShowPW to set
-
setKdNummer
- Parameters:
kdNummer
- the kdNummer to set
-