Package highfive.model
Class Table
- java.lang.Object
-
- highfive.model.Table
-
public class Table extends Object
-
-
Constructor Summary
Constructors Constructor Description Table(Identifier identifier, List<Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Column>getColumns()IdentifiergetIdentifier()
-
-
-
Constructor Detail
-
Table
public Table(Identifier identifier, List<Column> columns)
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
-
-