com.ibm.commerce.search.catalog
Class CatGrpRelTableInfo

java.lang.Object
  TableInfo
      com.ibm.commerce.search.catalog.CatGrpRelTableInfo

public final class CatGrpRelTableInfo
extends TableInfo

Maps to CATGRPREL table.

See Also:
Serialized Form

Constructor Summary
CatGrpRelTableInfo()
Constructor initializes the table name represented by this class.
Method Summary
static CatGrpRelTableInfo getSingleton()
Singleton method.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CatGrpRelTableInfo

public CatGrpRelTableInfo()
Constructor initializes the table name represented by this class.
Method Detail

getSingleton

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

Feedback