Class BshCreateInfo

java.lang.Object
de.frankmuenster.mahoe.assistant.CreateInfo
de.frankmuenster.mahoe.banks.bsh.assistant.BshCreateInfo

public class BshCreateInfo extends CreateInfo
Benötigte Informationen zum Erstellen eines Bsh Kontos
Author:
Frank Münster
  • Constructor Details

    • BshCreateInfo

      public BshCreateInfo()
      Standardkonstruktor
  • Method Details

    • getAccount

      public Account getAccount()
      Returns:
      das Account-Object
    • getBlzDz

      public String getBlzDz()
      Returns:
      the blz
    • getBsn

      public String getBsn()
      Returns:
      the bsn
    • getCoreId

      public String getCoreId()
      Returns:
      die Hauptnummer des Vertrages
    • getKdNummer

      public String getKdNummer()
      Returns:
      the kdNummer
    • getLetterNumber

      public String getLetterNumber()
      Returns:
      coreId+Buchstabe+Nummer
    • getVtn

      public String getVtn()
      Returns:
      the vtn
    • isAlwaysAskForPW

      public boolean isAlwaysAskForPW()
      Returns:
      the alwaysAskForPW
    • isDebugShowPW

      public boolean isDebugShowPW()
      Returns:
      the debugShowPW
    • setAccount

      public void setAccount(Account account)
      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

      public void setKdNummer(String kdNummer)
      Parameters:
      kdNummer - the kdNummer to set