|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.ProductSetCeRelBean
This bean provides access to the PRSETCEREL table.
The following is a description of this table:
This table holds the expanded (published) form of a ProductSet.
Constructor Summary | |
ProductSetCeRelBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the PRSETCEREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getProductSetId()
This method provides access to the PRSETCEREL.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the PRSETCEREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the PRSETCEREL.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ProductSetCeRelBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the PRSETCEREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry ID.
public java.lang.Integer getProductSetId()
This method provides access to the PRSETCEREL.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ProductSet ID.
public void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the PRSETCEREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry ID.
aCatalogEntryId
- java.lang.Longpublic void setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the PRSETCEREL.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ProductSet ID.
aProductSetId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |