de.fesenmeyer.dbnormalizer.core.configuration
Class AttributeSetConfig
java.lang.Object
de.fesenmeyer.dbnormalizer.core.configuration.AttributeSetConfig
public class AttributeSetConfig
- extends Object
Configuration class for attributes. Contains just
the names of the attributes.
- Author:
- DF
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
private Set<String> attributes
- The attributes.
AttributeSetConfig
public AttributeSetConfig()
getAttributes
public Set<String> getAttributes()
- Gets the attributes.
- Returns:
- the attributes
setAttributes
public void setAttributes(Set<String> attributes)
- Sets the attributes.
- Parameters:
attributes
- the attributes