de.fesenmeyer.dbnormalizer.core.configuration
Class TableContainerConfig

java.lang.Object
  extended by de.fesenmeyer.dbnormalizer.core.configuration.TableContainerConfig

public class TableContainerConfig
extends Object

Configuration class for table containers.

Author:
DF
See Also:
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

tableContainer

private TableContainer tableContainer
The table container.


tableConfigs

private Collection<TableConfig> tableConfigs
The table configuration objects.

Constructor Detail

TableContainerConfig

public TableContainerConfig(TableContainer tableContainer)
Class Constructor specifying the table container to create a configuration for.

Parameters:
tableContainer - the table container
Method Detail

getTableConfigs

public Collection<TableConfig> getTableConfigs()
Gets the table configuration objects.

Returns:
the table configuration objects

setTableConfigs

public void setTableConfigs(Collection<TableConfig> tableConfigs)
Sets the table configuration objects.

Parameters:
tableConfigs - the table configuration objects

getTableContainer

public TableContainer getTableContainer()
Gets the table container.

Returns:
the table container

setTableContainer

public void setTableContainer(TableContainer tableContainer)
Sets the table container.

Parameters:
tableContainer - the table container