com.ibm.commerce.search.rulequery
Class AttributeInfoDictionary

java.lang.Object
  com.ibm.commerce.search.rulequery.AttributeInfoDictionary

public class AttributeInfoDictionary
extends java.lang.Object

Dictionary of all schema columns containing mappings to AttributeInfo meta data


Constructor Summary
AttributeInfoDictionary()
AttributeInfoDictionary constructor comment.
Method Summary
java.util.Hashtable getDictionary()
Repository of AttributeInfo definitions
static AttributeInfoDictionary getSingleton()
Reference to singleton copy of dictionary
void initialize()
Create initial dictionary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

AttributeInfoDictionary

public AttributeInfoDictionary()
AttributeInfoDictionary constructor comment.
Method Detail

getDictionary

public java.util.Hashtable getDictionary()
Repository of AttributeInfo definitions
Returns:
java.util.Hashtable

getSingleton

public static AttributeInfoDictionary getSingleton()
Reference to singleton copy of dictionary
Returns:
com.ibm.commerce.search.rulequery.AttributeInfoDictionary

initialize

public void initialize()
Create initial dictionary

Feedback