public class ReportRows extends Object
| Constructor and Description |
|---|
ReportRows() |
| Modifier and Type | Method and Description |
|---|---|
ReportRows |
addCellsItem(ReportCell cellsItem) |
ReportRows |
addRowsItem(ReportRow rowsItem) |
ReportRows |
cells(List<ReportCell> cells) |
boolean |
equals(Object o) |
List<ReportCell> |
getCells()
Get cells
|
List<ReportRow> |
getRows()
Get rows
|
RowType |
getRowType()
Get rowType
|
String |
getTitle()
Get title
|
int |
hashCode() |
ReportRows |
rows(List<ReportRow> rows) |
ReportRows |
rowType(RowType rowType) |
void |
setCells(List<ReportCell> cells) |
void |
setRows(List<ReportRow> rows) |
void |
setRowType(RowType rowType) |
void |
setTitle(String title) |
ReportRows |
title(String title) |
String |
toString() |
public ReportRows rowType(RowType rowType)
public RowType getRowType()
public void setRowType(RowType rowType)
public ReportRows title(String title)
public String getTitle()
public void setTitle(String title)
public ReportRows cells(List<ReportCell> cells)
public ReportRows addCellsItem(ReportCell cellsItem)
public List<ReportCell> getCells()
public void setCells(List<ReportCell> cells)
public ReportRows rows(List<ReportRow> rows)
public ReportRows addRowsItem(ReportRow rowsItem)
Copyright © 2020. All rights reserved.