com.ibm.commerce.catalog.objects
Class StoreCatalogEntryBean

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

public class StoreCatalogEntryBean
implements java.io.Serializable

This bean provides access to the STORECENT table.

The following is a description of this table:

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

See Also:
Serialized Form

Constructor Summary
StoreCatalogEntryBean()
           
 
Method Summary
 java.lang.Long getCatalogEntryReferenceNumber()
          This method provides access to the STORECENT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getStoreEntryID()
          This method provides access to the STORECENT.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

StoreCatalogEntryBean

public StoreCatalogEntryBean()
Method Detail

getCatalogEntryReferenceNumber

public java.lang.Long getCatalogEntryReferenceNumber()

This method provides access to the STORECENT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the CatalogEntry.

Returns:
java.lang.Long

getStoreEntryID

public java.lang.Integer getStoreEntryID()

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

The following is a description of this column:

The reference number of the StoreEntity.

Returns:
java.lang.Integer