de.fesenmeyer.dbnormalizer.core.configuration
Class AttributeSetConfig

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

public class AttributeSetConfig
extends Object

Configuration class for attributes. Contains just the names of the attributes.

Author:
DF

Field Summary
private  Set<String> attributes
          The attributes.
 
Constructor Summary
AttributeSetConfig()
           
 
Method Summary
 Set<String> getAttributes()
          Gets the attributes.
 void setAttributes(Set<String> attributes)
          Sets the attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

private Set<String> attributes
The attributes.

Constructor Detail

AttributeSetConfig

public AttributeSetConfig()
Method Detail

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