Class 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 Detail

      • TableImpl

        public TableImpl()
    • Method Detail

      • 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 java.lang.String getTitle()
        Description copied from interface: Table
        Gets the title.
        Specified by:
        getTitle in interface Table
        Returns:
        the title
      • setTitle

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

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

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