|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.StoreCatalogEntryBean
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.
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 |
public StoreCatalogEntryBean()
Method Detail |
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.
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |