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