Class TableRowImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.TableRowImpl
-
- All Implemented Interfaces:
TableRow,java.io.Serializable
public class TableRowImpl extends java.lang.Object implements java.io.Serializable, TableRow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableRowImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TableData>getCells()TableDataGets the cells.voidsetCells(java.util.List<TableData> cells)TableDataSets the cells.
-