com.ibm.commerce.utf.objects
Class RFQProdBean

com.ibm.commerce.utf.objects.RFQProdBean

public class RFQProdBean

This bean provides access to the RFQPROD table.

The following is a description of this table:

RFQ Request and Product relationship table. This table stores information about the products requested in an RFQ.


Constructor Summary
RFQProdBean()
           
 
Method Summary
 java.lang.Long getCatentryId()
          This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getCurrency()
          This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.
 java.math.BigDecimal getPrice()
          This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getQtyUnitId()
          This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 java.lang.Double getQuantity()
          This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
 java.lang.Long getRFQReferenceNumber()
          This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
 void setCatentryId(java.lang.Long aCatentryId)
          This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 void setCurrency(java.lang.String aCurrency)
          This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.
 void setPrice(java.math.BigDecimal aPrice)
          This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
 void setQtyUnitId(java.lang.String aQtyUnitId)
          This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 void setQuantity(java.lang.Double aQuantity)
          This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
 void setRFQReferenceNumber(java.lang.Long aRFQReferenceNumber)
          This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

RFQProdBean

public RFQProdBean()
Method Detail

getCatentryId

public java.lang.Long getCatentryId()

This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the CatalogEntry.

Returns:
java.lang.Long

getCurrency

public java.lang.String getCurrency()

This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.

The following is a description of this column:

The type of currency in which the price has been specified. This is a currency code as per ISO 4217 standards.

Returns:
java.lang.String

getPrice

public java.math.BigDecimal getPrice()

This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Requested price for this product.

Returns:
java.math.BigDecimal

getQtyUnitId

public java.lang.String getQtyUnitId()

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

The following is a description of this column:

Unit of measure for the quantity requested. For example, kilos, tons, or millimeters.

Returns:
java.lang.String

getQuantity

public java.lang.Double getQuantity()

This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.

The following is a description of this column:

Quantity requested for this product.

Returns:
java.lang.Double

getRFQReferenceNumber

public java.lang.Long getRFQReferenceNumber()

This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Returns:
java.lang.Long

setCatentryId

public void setCatentryId(java.lang.Long aCatentryId)

This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the CatalogEntry.

Parameters:
aCatentryId - java.lang.Long
Returns:
void

setCurrency

public void setCurrency(java.lang.String aCurrency)

This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.

The following is a description of this column:

The type of currency in which the price has been specified. This is a currency code as per ISO 4217 standards.

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

setPrice

public void setPrice(java.math.BigDecimal aPrice)

This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Requested price for this product.

Parameters:
aPrice - java.math.BigDecimal
Returns:
void

setQtyUnitId

public void setQtyUnitId(java.lang.String aQtyUnitId)

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

The following is a description of this column:

Unit of measure for the quantity requested. For example, kilos, tons, or millimeters.

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

setQuantity

public void setQuantity(java.lang.Double aQuantity)

This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.

The following is a description of this column:

Quantity requested for this product.

Parameters:
aQuantity - java.lang.Double
Returns:
void

setRFQReferenceNumber

public void setRFQReferenceNumber(java.lang.Long aRFQReferenceNumber)

This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Parameters:
aRFQReferenceNumber - java.lang.Long
Returns:
void