Class AbstractTable

    • Constructor Detail

      • AbstractTable

        public AbstractTable​(String name,
                             String desc,
                             String identifier)
        Creates a new AbstractTable with the supplied settings.
        Parameters:
        name - the name of the Table
        desc - the description of the Table
        identifier - the Table identifier
      • AbstractTable

        public AbstractTable​(String name,
                             String desc)
        Creates a new AbstractTable with the supplied settings.
        Parameters:
        name - the name of the Table
        desc - the description of the Table
      • AbstractTable

        public AbstractTable​(String name)
        Creates a new AbstractTable with the supplied settings.
        Parameters:
        name - the name of the Table