atg.commerce.pricing
Class PricingEngineService.EmptyItemPriceInfo

java.lang.Object
  extended by atg.commerce.pricing.AmountInfo
      extended by atg.commerce.pricing.ItemPriceInfo
          extended by atg.commerce.pricing.PricingEngineService.EmptyItemPriceInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PricingEngineService

protected class PricingEngineService.EmptyItemPriceInfo
extends ItemPriceInfo

Internal class used to set up as yet unpriced commerce items used outside of item pricing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atg.commerce.pricing.ItemPriceInfo
CLASS_VERSION, RANGE_PROPERTY
 
Fields inherited from class atg.commerce.pricing.AmountInfo
FINAL_PRICE_MANUAL_ADJUSTMENT, mFinalReasonCode
 
Constructor Summary
protected PricingEngineService.EmptyItemPriceInfo()
           
 
Method Summary
 
Methods inherited from class atg.commerce.pricing.ItemPriceInfo
getCurrentPriceDetails, getCurrentPriceDetailsForRange, getCurrentPriceDetailsSorted, getCurrentPriceDetailsSortedByAmount, getListPrice, getOrderDiscountShare, getPriceList, getQuantityAsQualifier, getQuantityDiscounted, getRawTotalPrice, getSalePrice, isOnSale, setCurrentPriceDetails, setListPrice, setOnSale, setOrderDiscountShare, setPriceList, setQuantityAsQualifier, setQuantityDiscounted, setRawTotalPrice, setSalePrice, toString
 
Methods inherited from class atg.commerce.pricing.AmountInfo
getAdjustments, getAmount, getClosenessQualifiers, getCurrencyCode, getFinalReasonCode, isAmountIsFinal, isDiscounted, markAsFinal, markAsFinal, markAsFinal, setAmount, setAmountIsFinal, setClosenessQualifiers, setCurrencyCode, setDiscounted, setFinalReasonCode, unmarkAsFinal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PricingEngineService.EmptyItemPriceInfo

protected PricingEngineService.EmptyItemPriceInfo()