Class TableImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.TableImpl
- All Implemented Interfaces:
Table,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableImpl
public TableImpl()
-
-
Method Details
-
getId
public int getId()Description copied from interface:TableGets the id. -
setId
public void setId(int id) Description copied from interface:TableSets the id. -
getTitle
Description copied from interface:TableGets the title. -
setTitle
Description copied from interface:TableSets the title. -
getStyle
Description copied from interface:TableGets the style. -
setStyle
Description copied from interface:TableSets the style. -
getTbody
Description copied from interface:TableTableBodyGets the tbody. -
setTbody
Description copied from interface:TableTableBodySets the tbody.
-