public class Index extends Object
Modifier and Type | Method and Description |
---|---|
void |
addColumn(Column column) |
void |
addSpec(String spec) |
List<Column> |
getColumns() |
String |
getName() |
Properties |
getProperties() |
List<String> |
getSpecs() |
String |
getType() |
boolean |
hasColumns() |
boolean |
hasSpecs() |
void |
setColumns(List<Column> columns) |
void |
setName(String name) |
void |
setSpecs(List<String> specs) |
void |
setType(String type) |
public Index()
public Index(String name)
public String getName()
public void setName(String name)
name
- the name to setpublic String getType()
null
public void setType(String type)
type
- the type to setpublic void addSpec(String spec)
public boolean hasColumns()
public void addColumn(Column column)
public boolean hasSpecs()
public Properties getProperties()
null
Copyright © 2018. All rights reserved.