com.ibm.commerce.search.catalog
Class AttributeNameAttributeInfo

java.lang.Object
  |
  +--AttributeInfo
        |
        +--com.ibm.commerce.search.catalog.AttributeNameAttributeInfo

public final class AttributeNameAttributeInfo
extends AttributeInfo

Class maps to Attribute.Name column.

See Also:
Serialized Form

Constructor Summary
AttributeNameAttributeInfo(TableInfo info)
          Constructor initializes the column name (and data type) represented by this class.
 
Method Summary
static  AttributeNameAttributeInfo getSingleton()
          Singleton method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeNameAttributeInfo

public AttributeNameAttributeInfo(TableInfo info)
Constructor initializes the column name (and data type) represented by this class. Creation date: (08/10/00 4:55:14 PM)
Parameters:
info - The TableInfo class that represent the table to which the column (defined by this class) belong to.
Method Detail

getSingleton

public static AttributeNameAttributeInfo getSingleton()
Singleton method. Creation date: (8/8/00 11:32:48 AM)
Returns:
An instance of this class.