Class TargoBankWebAccountInformation

java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.targobank.web.TargoBankWebAccountInformation
All Implemented Interfaces:
WebAccountInformation

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

    • TargoBankWebAccountInformation

      public TargoBankWebAccountInformation()
      Standardkonstruktor
  • Method Details

    • getCardAccount

      public String getCardAccount()
      Returns:
      the cardAccount
    • getCardNumber

      public String getCardNumber()
      Returns:
      the cardNumber
    • getNextPayDay

      public LocalDate getNextPayDay()
      Returns:
      the nextPayDay
    • getVerfuegungsrahmen

      @Deprecated public BigDecimal getVerfuegungsrahmen()
      Deprecated.
      since 2.6.0, verfuegunsrahmen don't exist anymore on the page
      Returns:
      the verfuegungsrahmen
    • setCardAccount

      public void setCardAccount(String cardAccount)
      Parameters:
      cardAccount - the cardAccount to set
    • setCardNumber

      public void setCardNumber(String cardNumber)
      Parameters:
      cardNumber - the cardNumber to set
    • setNextPayDay

      public void setNextPayDay(LocalDate nextPayDay)
      Parameters:
      nextPayDay - the nextPayDay to set
    • setVerfuegungsrahmen

      public void setVerfuegungsrahmen(BigDecimal verfuegungsrahmen)
      Parameters:
      verfuegungsrahmen - the verfuegungsrahmen 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: