Interface Table

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableImpl

public interface Table extends Serializable
The Interface Table.
  • Method Details

    • getId

      int getId()
      Gets the id.
      Returns:
      the id
    • setId

      void setId(int id)
      Sets the id.
      Parameters:
      id - the new id
    • getTitle

      String getTitle()
      Gets the title.
      Returns:
      the title
    • setTitle

      void setTitle(String title)
      Sets the title.
      Parameters:
      title - the new title
    • getStyle

      String getStyle()
      Gets the style.
      Returns:
      the style
    • setStyle

      void setStyle(String style)
      Sets the style.
      Parameters:
      style - the new style
    • getTbody

      TableBody getTbody()
      TableBody Gets the tbody.
      Returns:
      the tbody
      See Also:
    • setTbody

      void setTbody(TableBody tbody)
      TableBody Sets the tbody.
      Parameters:
      tbody - the new tbody
      See Also: