Class CreateInfo

    • Constructor Detail

      • CreateInfo

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

      • getAccountType

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

        public java.lang.String getComment()
        Returns:
        the comment
      • getDescription

        public java.lang.String getDescription()
        Returns:
        the description
      • getOwner

        public java.lang.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​(java.lang.String comment)
        Parameters:
        comment - the comment to set
      • setDescription

        public void setDescription​(java.lang.String description)
        Parameters:
        description - the description to set
      • setOwner

        public void setOwner​(java.lang.String owner)
        Parameters:
        owner - the owner to set
      • setStatementsMaxDaysBack

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