com.ibm.commerce.common.objects
Class QuantityUnitDescriptionBean

com.ibm.commerce.common.objects.QuantityUnitDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class QuantityUnitDescriptionBean
implements java.io.Serializable

This bean provides access to the QTYUNITDSC table.

The following is a description of this table:

Each row in this table describes a QuantityUnit in a particular language.

See Also:
Serialized Form

Constructor Summary
QuantityUnitDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the QTYUNITDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguage_id()
          This method provides access to the QTYUNITDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getQuantityUnitId()
          This method provides access to the QTYUNITDSC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the QTYUNITDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguage_id(java.lang.Integer aLanguage_id)
          This method provides access to the QTYUNITDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setQuantityUnitId(java.lang.String aQuantityUnitId)
          This method provides access to the QTYUNITDSC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
 

Constructor Detail

QuantityUnitDescriptionBean

public QuantityUnitDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

The description of the QuantityUnit.

Returns:
java.lang.String

getLanguage_id

public java.lang.Integer getLanguage_id()

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

The following is a description of this column:

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

Returns:
java.lang.Integer

getQuantityUnitId

public java.lang.String getQuantityUnitId()

This method provides access to the QTYUNITDSC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

The QuantityUnit.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

The description of the QuantityUnit.

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

setLanguage_id

public void setLanguage_id(java.lang.Integer aLanguage_id)

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

The following is a description of this column:

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

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

setQuantityUnitId

public void setQuantityUnitId(java.lang.String aQuantityUnitId)

This method provides access to the QTYUNITDSC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

The QuantityUnit.

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