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.


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
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

QualifyingOfferInfo

public QualifyingOfferInfo()
GetOpt constructor comment.
Method Detail

getLowestBasePrice

protected MonetaryAmount getLowestBasePrice()
Get the lowest base price
Returns:
price monetary amount

getLowestPriceValue

protected java.math.BigDecimal getLowestPriceValue()
Item constructor comment.
Returns:
BigDecimal the lowest price value

getOffer

protected OfferAccessBean getOffer()
Item constructor comment.
Returns:
OfferAccessBean the offer access bean

getTcId

protected java.lang.Long getTcId()
Item constructor comment.
Returns:
Long the term condition ID

getTradingId

protected java.lang.Long getTradingId()
Item constructor comment.
Returns:
Long the trading ID

reset

protected void reset()
Reset the variables

setInfo

protected void setInfo(OfferAccessBean anOffer,
                       java.math.BigDecimal aLowestPriceValue,
                       MonetaryAmount aLowestBasePrice)
Item constructor comment.
Parameters:
anOffer - offer access bean
aLowestPriceValue - the price value
aLowestBasePrice - the MonetaryAmount of the price

setLowestPrices

protected void setLowestPrices(java.math.BigDecimal aLowestPriceValue,
                               MonetaryAmount aLowestBasePrice)
Item constructor comment.
Parameters:
aLowestPriceValue - the price value
aLowestBasePrice - the MonetaryAmount of the price

setOffer

protected void setOffer(OfferAccessBean aOfferAB)
Item constructor comment.

setTcId

protected void setTcId(java.lang.Long aTcId)
Item constructor comment.
Parameters:
aTcId - the term condition ID

setTradingId

protected void setTradingId(java.lang.Long aTradingId)
Item constructor comment.
Parameters:
aTradingId - the trading ID