public class SettlementReport extends Object
| Constructor and Description |
|---|
SettlementReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber() |
String |
getClearingNumber() |
Date |
getFirstBookkeepingDate() |
Date |
getFirstTransactionDate() |
Date |
getLastBookkeepingDate() |
Date |
getLastTransactionDate() |
List<SettlementReportRow> |
getRows() |
boolean |
hasRows() |
void |
setAccountNumber(String accountNumber) |
void |
setClearingNumber(String clearingNumber) |
void |
setRows(List<SettlementReportRow> rows) |
public String getClearingNumber()
public void setClearingNumber(String clearingNumber)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public List<SettlementReportRow> getRows()
public void setRows(List<SettlementReportRow> rows)
public boolean hasRows()
public Date getFirstBookkeepingDate()
public Date getLastBookkeepingDate()
public Date getFirstTransactionDate()
public Date getLastTransactionDate()
Copyright © 2024 Ekonomibolaget Notima AB. All rights reserved.