|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.ProductSetDescriptionBean
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.
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 |
public ProductSetDescriptionBean()
Method Detail |
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aLanguage_id
- java.lang.Integerpublic 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.
aProductSetId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |