Class SantanderWebAccountInformation

java.lang.Object
de.frankmuenster.mahoe.web.AbstractWebAccountInformation
de.frankmuenster.mahoe.banks.santander.web.SantanderWebAccountInformation
All Implemented Interfaces:
WebAccountInformation

public class SantanderWebAccountInformation extends AbstractWebAccountInformation
Zusätzliche KOntoinfomrationen der BOS
Author:
Frank Münster
  • Constructor Details

    • SantanderWebAccountInformation

      public SantanderWebAccountInformation()
      Standartkonstruktor
  • Method Details

    • getInterestRate

      public Double getInterestRate()
      Returns:
      the interestRate
    • getIntersetAmount

      public BigDecimal getIntersetAmount()
      Returns:
      the intersetAmount
    • getKindOfCard

      public String getKindOfCard()
      Returns:
      the kindOfCard
    • setInterestRate

      public void setInterestRate(Double interestRate)
      Parameters:
      interestRate - the interestRate to set
    • setIntersetAmount

      public void setIntersetAmount(BigDecimal intersetAmount)
      Parameters:
      intersetAmount - the intersetAmount to set
    • setKindOfCard

      public void setKindOfCard(String kindOfCard)
      Parameters:
      kindOfCard - the kindOfCard 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: