com.ibm.commerce.catalog.objects
Class CatalogGroupProductSetRelBean

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

public class CatalogGroupProductSetRelBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogGroupProductSetRelBean

public CatalogGroupProductSetRelBean()
Method Detail

getCatalogGroupId

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.

Returns:
java.lang.Long

getCatalogId

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.

Returns:
java.lang.Long

getProductSetId

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.

Returns:
java.lang.Integer

setCatalogGroupId

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.

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

setCatalogId

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

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

setProductSetId

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

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