atg.projects.store.pricing
Class StoreShippingPriceInfo

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

public class StoreShippingPriceInfo
extends atg.commerce.pricing.ShippingPriceInfo

Extends the 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.AmountInfo
FINAL_PRICE_MANUAL_ADJUSTMENT, mFinalReasonCode
 
Constructor Summary
StoreShippingPriceInfo()
           
 
Method Summary
 atg.commerce.pricing.TaxPriceInfo getTaxPriceInfo()
           
 void setTaxPriceInfo(atg.commerce.pricing.TaxPriceInfo pTaxPriceInfo)
           
 java.lang.String toString()
          Overrides base method to include taxPriceInfo.
 
Methods inherited from class atg.commerce.pricing.ShippingPriceInfo
getRawShipping, setRawShipping
 
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

StoreShippingPriceInfo

public StoreShippingPriceInfo()
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.

toString

public java.lang.String toString()
Overrides base method to include taxPriceInfo.

Overrides:
toString in class atg.commerce.pricing.ShippingPriceInfo