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