Package de.frankmuenster.mahoe.assistant
Class CreateInfo
java.lang.Object
de.frankmuenster.mahoe.assistant.CreateInfo
- Direct Known Subclasses:
AktienCreateInfo
,BosCreateInfo
,BshCreateInfo
,SantanderCreateInfo
,TargoBankCreateInfo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.hbci.rmi.KontoType
getOwner()
int
void
setAccountType
(de.willuhn.jameica.hbci.rmi.KontoType accountType) void
setComment
(String comment) void
setDescription
(String description) void
void
setStatementsMaxDaysBack
(int statementsMaxDaysBack)
-
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
- Returns:
- the comment
-
getDescription
- Returns:
- the description
-
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
- Parameters:
comment
- the comment to set
-
setDescription
- Parameters:
description
- the description to set
-
setOwner
- Parameters:
owner
- the owner to set
-
setStatementsMaxDaysBack
public void setStatementsMaxDaysBack(int statementsMaxDaysBack) - Parameters:
statementsMaxDaysBack
- the statementsMaxDaysBack to set
-