com.ibm.commerce.catalog.objects
Class ProductSetCeRelBean

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

public class ProductSetCeRelBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ProductSetCeRelBean

public ProductSetCeRelBean()
Method Detail

getCatalogEntryId

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.

Returns:
java.lang.Long

getProductSetId

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.

Returns:
java.lang.Integer

setCatalogEntryId

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.

Parameters:
aCatalogEntryId - java.lang.Long
Returns:
void

setProductSetId

public 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.

Parameters:
aProductSetId - java.lang.Integer
Returns:
void