com.ibm.commerce.price.commands
Class QualifyingOfferInfo

java.lang.Object
  |
  +--com.ibm.commerce.price.commands.QualifyingOfferInfo

public class QualifyingOfferInfo
extends java.lang.Object

Qualified Offer info stored for input catalog entries.


Constructor Summary
QualifyingOfferInfo()
          GetOpt constructor comment.
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualifyingOfferInfo

public QualifyingOfferInfo()
GetOpt constructor comment.
Method Detail

getLowestBasePrice

protected MonetaryAmount getLowestBasePrice()

getLowestPriceValue

protected java.math.BigDecimal getLowestPriceValue()

getOffer

protected OfferAccessBean getOffer()

getTcId

protected java.lang.Long getTcId()

getTradingId

protected java.lang.Long getTradingId()

reset

protected void reset()

setInfo

protected void setInfo(OfferAccessBean anOffer,
                       java.math.BigDecimal aLowestPriceValue,
                       MonetaryAmount aLowestBasePrice)

setLowestPrices

protected void setLowestPrices(java.math.BigDecimal aLowestPriceValue,
                               MonetaryAmount aLowestBasePrice)

setOffer

protected void setOffer(OfferAccessBean aOfferAB)

setTcId

protected void setTcId(java.lang.Long aTcId)

setTradingId

protected void setTradingId(java.lang.Long aTradingId)