|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupProductSetRelBean
This bean provides access to the CATGRPPS table.
The following is a description of this table:
This table relates CatalogGroups to ProductSets. Every CatalogEntry under the Catalog sub-tree for this CatalogGroup is a member of the specified ProductSet.
Constructor Summary | |
CatalogGroupProductSetRelBean()
|
Method Summary | |
java.lang.Long |
getCatalogGroupId()
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogId()
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getProductSetId()
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CatalogGroupProductSetRelBean()
Method Detail |
public java.lang.Long getCatalogGroupId()
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogGroup.
public java.lang.Long getCatalogId()
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog.
public java.lang.Integer getProductSetId()
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
public void setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogGroup.
aCatalogGroupId
- java.lang.Longpublic void setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog.
aCatalogId
- java.lang.Longpublic void setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
aProductSetId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |