Class CreateInfo

java.lang.Object
de.frankmuenster.mahoe.assistant.CreateInfo
Direct Known Subclasses:
AktienCreateInfo, BosCreateInfo, BshCreateInfo, SantanderCreateInfo, TargoBankCreateInfo

public class CreateInfo extends Object
General info about an account. Can be extended for a specific bank and be used to create new account or update information.
Author:
Frank Münster
  • Constructor Details

    • CreateInfo

      public CreateInfo()
      Default constructor. Sets account type to GIRO
  • Method Details

    • getAccountType

      public de.willuhn.jameica.hbci.rmi.KontoType getAccountType()
      Returns:
      the accountType
    • getComment

      public String getComment()
      Returns:
      the comment
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getOwner

      public String getOwner()
      Returns:
      the owner
    • getStatementsMaxDaysBack

      public int getStatementsMaxDaysBack()
      Returns:
      the statementsMaxDaysBack
    • setAccountType

      public void setAccountType(de.willuhn.jameica.hbci.rmi.KontoType accountType)
      Parameters:
      accountType - the accountType to set
    • setComment

      public void setComment(String comment)
      Parameters:
      comment - the comment to set
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • setOwner

      public void setOwner(String owner)
      Parameters:
      owner - the owner to set
    • setStatementsMaxDaysBack

      public void setStatementsMaxDaysBack(int statementsMaxDaysBack)
      Parameters:
      statementsMaxDaysBack - the statementsMaxDaysBack to set