Class TableBodyImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.TableBodyImpl
-
- All Implemented Interfaces:
TableBody,java.io.Serializable
public class TableBodyImpl extends java.lang.Object implements java.io.Serializable, TableBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableBodyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TableRow>getRows()TableRowGets the rows.voidsetRows(java.util.List<TableRow> rows)TableRowSets the rows.
-