|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.objects.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 |
public RFQProdBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
aCatentryId
- java.lang.Longpublic 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.
aCurrency
- java.lang.Stringpublic 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.
aPrice
- java.math.BigDecimalpublic 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.
aQtyUnitId
- java.lang.Stringpublic 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.
aQuantity
- java.lang.Doublepublic 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.
aRFQReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |