com.ibm.commerce.search.catalog
Class CatGrpRelChildCatalogIdAttributeInfo

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

public final class CatGrpRelChildCatalogIdAttributeInfo
extends AttributeInfo

Maps to column CATGRPREL.CATALOG_ID_CHILD

See Also:
Serialized Form

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

Constructor Detail

CatGrpRelChildCatalogIdAttributeInfo

public CatGrpRelChildCatalogIdAttributeInfo(TableInfo info)
Constructor initializes the column name (and data type) represented by this class.
Parameters:
info - The TableInfo class that represent the table to which the column (defined by this class) belong to.
Method Detail

getSingleton

public static CatGrpRelChildCatalogIdAttributeInfo getSingleton()
Singleton method.
Returns:
An instance of this class.