de.fesenmeyer.dbnormalizer.core
Class CandKey

java.lang.Object
  extended by de.fesenmeyer.dbnormalizer.core.AbstractDBItem
      extended by de.fesenmeyer.dbnormalizer.core.Key
          extended by de.fesenmeyer.dbnormalizer.core.CandKey

public class CandKey
extends Key

Class representing a candidate key of a table.

Author:
DF

Constructor Summary
CandKey()
           
 
Method Summary
 
Methods inherited from class de.fesenmeyer.dbnormalizer.core.Key
getAttributes, setAttributes, toString
 
Methods inherited from class de.fesenmeyer.dbnormalizer.core.AbstractDBItem
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CandKey

public CandKey()