|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.QuantityUnitMappingBean
This bean provides access to the QTYUNITMAP table.
The following is a description of this table:
Each row of this table maps a QuantityUnit (defined in the QTYUNIT table) to a unit of measurement code defined in an external standard.
Constructor Summary | |
QuantityUnitMappingBean()
|
Method Summary | |
java.lang.String |
getField1()
This method provides access to the QTYUNITMAP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getQuantityUnitId()
This method provides access to the QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.String |
getUomCode()
This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL. |
java.lang.String |
getUomStandard()
This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the QTYUNITMAP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setQuantityUnitId(java.lang.String aQuantityUnitId)
This method provides access to the QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setUomCode(java.lang.String aUomCode)
This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL. |
void |
setUomStandard(java.lang.String aUomStandard)
This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL. |
Constructor Detail |
public QuantityUnitMappingBean()
Method Detail |
public java.lang.String getField1()
This method provides access to the QTYUNITMAP.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 QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The QuantityUnit.
public java.lang.String getUomCode()
This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement code for the external standard.
public java.lang.String getUomStandard()
This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The external standard.
public void setField1(java.lang.String aField1)
This method provides access to the QTYUNITMAP.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 QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The QuantityUnit.
aQuantityUnitId
- java.lang.Stringpublic void setUomCode(java.lang.String aUomCode)
This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement code for the external standard.
aUomCode
- java.lang.Stringpublic void setUomStandard(java.lang.String aUomStandard)
This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The external standard.
aUomStandard
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |