com.ibm.commerce.catalog.objects
Class StoreCatalogGroupBean

com.ibm.commerce.catalog.objects.StoreCatalogGroupBean
All Implemented Interfaces:
java.io.Serializable

public class StoreCatalogGroupBean
implements java.io.Serializable

This bean provides access to the STORECGRP table.

The following is a description of this table:

This table holds the relationship between StoreEntities and the CatalogGroups that they can display and process.

See Also:
Serialized Form

Constructor Summary
StoreCatalogGroupBean()
           
 
Method Summary
 java.lang.Long getCatalogGroupReferenceNumber()
          This method provides access to the STORECGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getStoreEntryID()
          This method provides access to the STORECGRP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

StoreCatalogGroupBean

public StoreCatalogGroupBean()
Method Detail

getCatalogGroupReferenceNumber

public java.lang.Long getCatalogGroupReferenceNumber()

This method provides access to the STORECGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the Catalog Group.

Returns:
java.lang.Long

getStoreEntryID

public java.lang.Integer getStoreEntryID()

This method provides access to the STORECGRP.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The reference number of the Store Entity.

Returns:
java.lang.Integer