public class ReportRow extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportRow.RowTypeEnum
Gets or Sets rowType
|
| 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
|
ReportRow.RowTypeEnum |
getRowType()
Get rowType
|
String |
getTitle()
Get title
|
int |
hashCode() |
ReportRow |
rowType(ReportRow.RowTypeEnum rowType) |
void |
setCells(List<ReportCell> cells) |
void |
setRowType(ReportRow.RowTypeEnum rowType) |
void |
setTitle(String title) |
ReportRow |
title(String title) |
String |
toString() |
public ReportRow rowType(ReportRow.RowTypeEnum rowType)
public ReportRow.RowTypeEnum getRowType()
public void setRowType(ReportRow.RowTypeEnum 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.