public class CreateInfo
extends java.lang.Object
Constructor and Description |
---|
CreateInfo()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
de.willuhn.jameica.hbci.rmi.KontoType |
getAccountType() |
java.lang.String |
getComment() |
java.lang.String |
getDescription() |
java.lang.String |
getOwner() |
int |
getStatementsMaxDaysBack() |
void |
setAccountType(de.willuhn.jameica.hbci.rmi.KontoType accountType) |
void |
setComment(java.lang.String comment) |
void |
setDescription(java.lang.String description) |
void |
setOwner(java.lang.String owner) |
void |
setStatementsMaxDaysBack(int statementsMaxDaysBack) |
public de.willuhn.jameica.hbci.rmi.KontoType getAccountType()
public java.lang.String getComment()
public java.lang.String getDescription()
public java.lang.String getOwner()
public int getStatementsMaxDaysBack()
public void setAccountType(de.willuhn.jameica.hbci.rmi.KontoType accountType)
accountType
- the accountType to setpublic void setComment(java.lang.String comment)
comment
- the comment to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic void setOwner(java.lang.String owner)
owner
- the owner to setpublic void setStatementsMaxDaysBack(int statementsMaxDaysBack)
statementsMaxDaysBack
- the statementsMaxDaysBack to set