|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OfferPriceBean
This bean provides access to the OFFERPRICE table.
The following is a description of this table:
Each row of this table represents a price in a currency for an Offer.
Constructor Summary | |
OfferPriceBean()
|
Method Summary | |
java.math.BigDecimal |
getComparePrice()
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getCurrency()
This method provides access to the OFFERPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
java.lang.Long |
getOfferId()
This method provides access to the OFFERPRICE.OFFER_ID column of DB2 type BIGINT NOT NULL. |
java.math.BigDecimal |
getPrice()
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setComparePrice(java.math.BigDecimal aComparePrice)
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setPrice(java.math.BigDecimal aPrice)
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL. |
Constructor Detail |
public OfferPriceBean()
Method Detail |
public java.math.BigDecimal getComparePrice()
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getCurrency()
This method provides access to the OFFERPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The currency of the price. This is a currency code as per ISO 4217 standards.
public java.lang.Long getOfferId()
This method provides access to the OFFERPRICE.OFFER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Offer.
public java.math.BigDecimal getPrice()
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setComparePrice(java.math.BigDecimal aComparePrice)
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aComparePrice
- java.math.BigDecimalpublic void setPrice(java.math.BigDecimal aPrice)
This method provides access to the OFFERPRICE.COMPAREPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aPrice
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |