java.lang.Objectcom.ibm.commerce.price.commands.QualifyingOfferInfo
Qualified Offer info stored for input catalog entries.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Constructor Summary | |
QualifyingOfferInfo() GetOpt constructor comment. |
Method Summary | |
protected MonetaryAmount | getLowestBasePrice() Get the lowest base price |
protected java.math.BigDecimal | getLowestPriceValue() Item constructor comment. |
protected OfferAccessBean | getOffer() Item constructor comment. |
protected java.lang.Long | getTcId() Item constructor comment. |
protected java.lang.Long | getTradingId() Item constructor comment. |
protected void | reset() Reset the variables |
protected void | setInfo(OfferAccessBean anOffer, java.math.BigDecimal aLowestPriceValue, MonetaryAmount aLowestBasePrice) Item constructor comment. |
protected void | setLowestPrices(java.math.BigDecimal aLowestPriceValue, MonetaryAmount aLowestBasePrice) Item constructor comment. |
protected void | setOffer(OfferAccessBean aOfferAB) Item constructor comment. |
protected void | setTcId(java.lang.Long aTcId) Item constructor comment. |
protected void | setTradingId(java.lang.Long aTradingId) Item constructor comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public QualifyingOfferInfo()
Method Detail |
protected MonetaryAmount getLowestBasePrice()
protected java.math.BigDecimal getLowestPriceValue()
protected OfferAccessBean getOffer()
protected java.lang.Long getTcId()
protected java.lang.Long getTradingId()
protected void reset()
protected void setInfo(OfferAccessBean anOffer, java.math.BigDecimal aLowestPriceValue, MonetaryAmount aLowestBasePrice)
protected void setLowestPrices(java.math.BigDecimal aLowestPriceValue, MonetaryAmount aLowestBasePrice)
protected void setOffer(OfferAccessBean aOfferAB)
protected void setTcId(java.lang.Long aTcId)
protected void setTradingId(java.lang.Long aTradingId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.