com.ibm.commerce.catalog.objects
Class ClassificationCodeDescriptionBean

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

public class ClassificationCodeDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ClassificationCodeDescriptionBean

public ClassificationCodeDescriptionBean()
Method Detail

getClassificationCodeId

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.

Returns:
java.lang.Long

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

setClassificationCodeId

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.

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

setDescription

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

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

setLanguageId

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

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