Class AbstractTable

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractTable​(java.lang.String id, java.lang.String description, java.util.Collection<Column<?>> columns)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ImmutableList<Column<?>> getColumns()
      Returns the list of columns.
      java.lang.String getDescription()
      Returns the description.
      java.lang.String getId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Constructor Detail

      • AbstractTable

        public AbstractTable​(java.lang.String id,
                             java.lang.String description,
                             java.util.Collection<Column<?>> columns)
        Constructor.
        Parameters:
        id - String; id
        description - String; description
        columns - Collection<Column<?>>; columns
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface Identifiable
      • getDescription

        public java.lang.String getDescription()
        Returns the description.
        Specified by:
        getDescription in interface Table
        Returns:
        description