|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.ClassificationCodeDescriptionBean
This bean provides access to the CLSFCODEDS table.
The following is a description of this table:
This table contains the language specific information of product classification code.
Constructor Summary | |
ClassificationCodeDescriptionBean()
|
Method Summary | |
java.lang.Long |
getClassificationCodeId()
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setClassificationCodeId(java.lang.Long aClassificationCodeId)
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ClassificationCodeDescriptionBean()
Method Detail |
public java.lang.Long getClassificationCodeId()
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
public java.lang.String getDescription()
This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Description of the product classification code.
public java.lang.Integer getLanguageId()
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
public void setClassificationCodeId(java.lang.Long aClassificationCodeId)
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
aClassificationCodeId
- java.lang.Longpublic void setDescription(java.lang.String aDescription)
This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Description of the product classification code.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |