com.ibm.commerce.common.objects
Class QuantityUnitMappingBean

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

public class QuantityUnitMappingBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

QuantityUnitMappingBean

public QuantityUnitMappingBean()
Method Detail

getField1

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.

Returns:
java.lang.String

getQuantityUnitId

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.

Returns:
java.lang.String

getUomCode

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.

Returns:
java.lang.String

getUomStandard

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.

Returns:
java.lang.String

setField1

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.

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

setQuantityUnitId

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

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

setUomCode

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

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

setUomStandard

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

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