com.ibm.commerce.catalog.objects
Class ProductSetDescriptionBean

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

public class ProductSetDescriptionBean
implements java.io.Serializable

This bean provides access to the PRODSETDSC table.

The following is a description of this table:

This table holds the language-dependent information related to ProductSets.

See Also:
Serialized Form

Constructor Summary
ProductSetDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguage_id()
          This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getProductSetId()
          This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguage_id(java.lang.Integer aLanguage_id)
          This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setProductSetId(java.lang.Integer aProductSetId)
          This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ProductSetDescriptionBean

public ProductSetDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The language specific description of the ProductSet.

Returns:
java.lang.String

getLanguage_id

public java.lang.Integer getLanguage_id()

This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language ID. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getProductSetId

public java.lang.Integer getProductSetId()

This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ProductSet ID.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The language specific description of the ProductSet.

Parameters:
aDescription - java.lang.String
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer aLanguage_id)

This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language ID. For a list of language components, see the LANGUAGE table.

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

setProductSetId

public void setProductSetId(java.lang.Integer aProductSetId)

This method provides access to the PRODSETDSC.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