|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fesenmeyer.dbnormalizer.core.configuration.TableConfig
public class TableConfig
Configuration class for tables.
Field Summary | |
---|---|
private AttributeSetConfig |
attributeSetConfig
The attributes. |
private Collection<FDConfig> |
fdConfigs
The FDs. |
private String |
name
The table's name. |
Constructor Summary | |
---|---|
TableConfig()
|
Method Summary | |
---|---|
AttributeSetConfig |
getAttributeSetConfig()
Gets the attributes. |
Collection<FDConfig> |
getFdConfigs()
Gets the FDs. |
String |
getName()
Gets the table's name. |
void |
setAttributeSetConfig(AttributeSetConfig attributeSetConfig)
Sets the attributes. |
void |
setFdConfigs(Collection<FDConfig> fdConfigs)
Sets the FDs. |
void |
setName(String name)
Sets the table's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String name
private AttributeSetConfig attributeSetConfig
private Collection<FDConfig> fdConfigs
Constructor Detail |
---|
public TableConfig()
Method Detail |
---|
public Collection<FDConfig> getFdConfigs()
public void setFdConfigs(Collection<FDConfig> fdConfigs)
fdConfigs
- the FDspublic String getName()
public void setName(String name)
name
- the table's namepublic AttributeSetConfig getAttributeSetConfig()
public void setAttributeSetConfig(AttributeSetConfig attributeSetConfig)
attributeSetConfig
- the attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |