public class AccountingDataModel extends Object implements Serializable
| Constructor and Description |
|---|
AccountingDataModel() |
AccountingDataModel(String name,
ArrayList<String> header,
ArrayList<AccountingDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getHeader() |
String |
getName() |
ArrayList<AccountingDataRow> |
getRows() |
void |
setHeader(ArrayList<String> header) |
void |
setName(String name) |
void |
setRows(ArrayList<AccountingDataRow> rows) |
String |
toString() |
public AccountingDataModel()
public AccountingDataModel(String name, ArrayList<String> header, ArrayList<AccountingDataRow> rows)
public String getName()
public void setName(String name)
public ArrayList<AccountingDataRow> getRows()
public void setRows(ArrayList<AccountingDataRow> rows)
Copyright © 2024. All rights reserved.