|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fesenmeyer.dbnormalizer.core.configuration.TableContainerConfig
public class TableContainerConfig
Configuration class for table containers.
TableContainer
Field Summary | |
---|---|
private Collection<TableConfig> |
tableConfigs
The table configuration objects. |
private TableContainer |
tableContainer
The table container. |
Constructor Summary | |
---|---|
TableContainerConfig(TableContainer tableContainer)
Class Constructor specifying the table container to create a configuration for. |
Method Summary | |
---|---|
Collection<TableConfig> |
getTableConfigs()
Gets the table configuration objects. |
TableContainer |
getTableContainer()
Gets the table container. |
void |
setTableConfigs(Collection<TableConfig> tableConfigs)
Sets the table configuration objects. |
void |
setTableContainer(TableContainer tableContainer)
Sets the table container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private TableContainer tableContainer
private Collection<TableConfig> tableConfigs
Constructor Detail |
---|
public TableContainerConfig(TableContainer tableContainer)
tableContainer
- the table containerMethod Detail |
---|
public Collection<TableConfig> getTableConfigs()
public void setTableConfigs(Collection<TableConfig> tableConfigs)
tableConfigs
- the table configuration objectspublic TableContainer getTableContainer()
public void setTableContainer(TableContainer tableContainer)
tableContainer
- the table container
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |