Class TableImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.TableImpl
-
- All Implemented Interfaces:
Table,java.io.Serializable
public class TableImpl extends java.lang.Object implements java.io.Serializable, Table
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Gets the id.java.lang.StringgetStyle()Gets the style.TableBodygetTbody()TableBodyGets the tbody.java.lang.StringgetTitle()Gets the title.voidsetId(int id)Sets the id.voidsetStyle(java.lang.String style)Sets the style.voidsetTbody(TableBody tbody)TableBodySets the tbody.voidsetTitle(java.lang.String title)Sets the title.
-
-
-
Method Detail
-
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
public java.lang.String getTitle()
Description copied from interface:TableGets the title.
-
setTitle
public void setTitle(java.lang.String title)
Description copied from interface:TableSets the title.
-
getStyle
public java.lang.String getStyle()
Description copied from interface:TableGets the style.
-
setStyle
public void setStyle(java.lang.String style)
Description copied from interface:TableSets the style.
-
getTbody
public TableBody getTbody()
Description copied from interface:TableTableBodyGets the tbody.
-
-