Class BshWebAccountInformation

java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.bsh.web.BshWebAccountInformation
All Implemented Interfaces:
WebAccountInformation

public class BshWebAccountInformation extends AbstractWebAccountInformation
Bean mit Kontoinformationen von der Webseite
Version:
1.0
Author:
Frank Münster
  • Constructor Details

    • BshWebAccountInformation

      public BshWebAccountInformation()
      Standardkonstruktor
  • Method Details

    • getBsn

      public String getBsn()
      Returns:
      the bsn
    • getContractLetter

      public String getContractLetter()
      Returns:
      the contractLetter
    • getContractNumber

      public String getContractNumber()
      Returns:
      the contractNumber
    • getType

      public String getType()
      Returns:
      the type
    • getVtn

      public String getVtn()
      Returns:
      the vtn
    • isShowPassword

      public boolean isShowPassword()
      Returns:
      the showPassword
    • setBsn

      public void setBsn(String bsn)
      Parameters:
      bsn - the bsn to set
    • setContractLetter

      public void setContractLetter(String contractLetter)
      Parameters:
      contractLetter - the contractLetter to set
    • setContractNumber

      public void setContractNumber(String contractNumber)
      Parameters:
      contractNumber - the contractNumber to set
    • setShowPassword

      public void setShowPassword(boolean showPassword)
      Parameters:
      showPassword - the showPassword to set
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set
    • setVtn

      public void setVtn(String vtn)
      Parameters:
      vtn - the vtn to set
    • saveBankSpecificInfo

      protected void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException
      Description copied from class: AbstractWebAccountInformation
      Hier 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:
      saveBankSpecificInfo in class AbstractWebAccountInformation
      Throws:
      de.willuhn.util.ApplicationException
      See Also: