|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.QuantityUnitBean
This bean provides access to the QTYUNIT table.
The following is a description of this table:
Each row of this table represents a QuantityUnit. A QuantityUnit is a unit of measurement, such as kilogram, meter, liter, pound, foot, quart, and so on.
Note: Do not remove the row for the default QTYUNIT_ID C62 (the unitless unit).
Constructor Summary | |
QuantityUnitBean()
|
Method Summary | |
java.lang.String |
getField1()
This method provides access to the QTYUNIT.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getQuantityUnitId()
This method provides access to the QTYUNIT.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the QTYUNIT.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setQuantityUnitId(java.lang.String aQuantityUnitId)
This method provides access to the QTYUNIT.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL. |
Constructor Detail |
public QuantityUnitBean()
Method Detail |
public java.lang.String getField1()
This method provides access to the QTYUNIT.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getQuantityUnitId()
This method provides access to the QTYUNIT.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
A uniquely assigned identifier. Several identifiers are defined, as specified in the UN/CEFACT Working Party on Facilitation of International Trade Procedures (WP.4), Recommendation No. 20, Codes for Units of Measure Used in International Trade.
public void setField1(java.lang.String aField1)
This method provides access to the QTYUNIT.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setQuantityUnitId(java.lang.String aQuantityUnitId)
This method provides access to the QTYUNIT.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
A uniquely assigned identifier. Several identifiers are defined, as specified in the UN/CEFACT Working Party on Facilitation of International Trade Procedures (WP.4), Recommendation No. 20, Codes for Units of Measure Used in International Trade.
aQuantityUnitId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |