public class AccountStatement extends Object
| Constructor and Description |
|---|
AccountStatement() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
Date |
getDateFrom() |
Date |
getDateTo() |
StatementGeneratingFormat |
getFormat() |
Long |
getGoID() |
void |
setCurrency(Currency currency) |
void |
setDateFrom(Date dateFrom) |
void |
setDateTo(Date dateTo) |
void |
setFormat(StatementGeneratingFormat format) |
void |
setGoID(Long goID) |
String |
toString() |
public StatementGeneratingFormat getFormat()
public void setFormat(StatementGeneratingFormat format)
public Date getDateFrom()
public void setDateFrom(Date dateFrom)
public Date getDateTo()
public void setDateTo(Date dateTo)
public Long getGoID()
public void setGoID(Long goID)
public Currency getCurrency()
public void setCurrency(Currency currency)
Copyright © 2017. All rights reserved.