java.lang.Object
com.priint.pubserver.metadata.xml.element.TableImpl
All Implemented Interfaces:
Table, Serializable

public class TableImpl extends Object implements Serializable, Table
See Also:
  • Constructor Details

    • TableImpl

      public TableImpl()
  • Method Details

    • getId

      public int getId()
      Description copied from interface: Table
      Gets the id.
      Specified by:
      getId in interface Table
      Returns:
      the id
    • setId

      public void setId(int id)
      Description copied from interface: Table
      Sets the id.
      Specified by:
      setId in interface Table
      Parameters:
      id - the new id
    • getTitle

      public String getTitle()
      Description copied from interface: Table
      Gets the title.
      Specified by:
      getTitle in interface Table
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Description copied from interface: Table
      Sets the title.
      Specified by:
      setTitle in interface Table
      Parameters:
      title - the new title
    • getStyle

      public String getStyle()
      Description copied from interface: Table
      Gets the style.
      Specified by:
      getStyle in interface Table
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Description copied from interface: Table
      Sets the style.
      Specified by:
      setStyle in interface Table
      Parameters:
      style - the new style
    • getTbody

      public TableBody getTbody()
      Description copied from interface: Table
      TableBody Gets the tbody.
      Specified by:
      getTbody in interface Table
      Returns:
      the tbody
      See Also:
    • setTbody

      public void setTbody(TableBody tbody)
      Description copied from interface: Table
      TableBody Sets the tbody.
      Specified by:
      setTbody in interface Table
      Parameters:
      tbody - the new tbody
      See Also: