# Class: com.pnfsoftware.jeb.core.output.table.impl.TableRow

A trivial implementation of a table row of cells.

## Constructor: TableRow
- parameter: `cells`, type: `java.util.List<com.pnfsoftware.jeb.core.output.table.impl.Cell>`

Description: Create a row.
parameter: cells: row cells

## Constructor: TableRow
- parameter: `cells`, type: `com.pnfsoftware.jeb.core.output.table.impl.Cell[]`

Description: Create a row.
parameter: cells: row cells

## Method: getCells
- return type: `java.util.List<com.pnfsoftware.jeb.core.output.table.impl.Cell>`


## Method: setCells
- parameter: `cells`, type: `java.util.List<com.pnfsoftware.jeb.core.output.table.impl.Cell>`


