Interface Table

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TableImpl

    public interface Table
    extends java.io.Serializable
    The Interface Table.
    • Method Detail

      • getId

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

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

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

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

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

        void setStyle​(java.lang.String style)
        Sets the style.
        Parameters:
        style - the new style