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