atg.projects.store.pricing
Class StoreItemPriceInfo

java.lang.Object
  extended by atg.commerce.pricing.AmountInfo
      extended by atg.commerce.pricing.ItemPriceInfo
          extended by atg.projects.store.pricing.StoreItemPriceInfo
All Implemented Interfaces:
java.io.Serializable

public class StoreItemPriceInfo
extends atg.commerce.pricing.ItemPriceInfo

Extended the ATG base class to include a taxPriceInfo property.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Fields inherited from class atg.commerce.pricing.ItemPriceInfo
RANGE_PROPERTY
 
Fields inherited from class atg.commerce.pricing.AmountInfo
FINAL_PRICE_MANUAL_ADJUSTMENT, mFinalReasonCode
 
Constructor Summary
StoreItemPriceInfo()
           
 
Method Summary
 atg.commerce.pricing.TaxPriceInfo getTaxPriceInfo()
           
 void setTaxPriceInfo(atg.commerce.pricing.TaxPriceInfo pTaxPriceInfo)
           
 
Methods inherited from class atg.commerce.pricing.ItemPriceInfo
getCurrentPriceDetails, getCurrentPriceDetailsForRange, getCurrentPriceDetailsSorted, 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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string.

Constructor Detail

StoreItemPriceInfo

public StoreItemPriceInfo()
Method Detail

getTaxPriceInfo

public atg.commerce.pricing.TaxPriceInfo getTaxPriceInfo()
Returns:
tax price information.

setTaxPriceInfo

public void setTaxPriceInfo(atg.commerce.pricing.TaxPriceInfo pTaxPriceInfo)
Parameters:
pTaxPriceInfo - - tax price information.