atg.commerce.pricing
Class ShippingPriceInfo

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

public class ShippingPriceInfo
extends AmountInfo

Contains information about the price of shipping the input ShippingGroup.

Properties:

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
ShippingPriceInfo()
           
 
Method Summary
 double getRawShipping()
          gets the raw shipping price
 void setRawShipping(double pRawShipping)
          sets the raw shipping price
 java.lang.String toString()
          Produces a String representation for this AmountInfo
 
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

ShippingPriceInfo

public ShippingPriceInfo()
Method Detail

setRawShipping

public void setRawShipping(double pRawShipping)
sets the raw shipping price


getRawShipping

public double getRawShipping()
gets the raw shipping price


toString

public java.lang.String toString()
Description copied from class: AmountInfo
Produces a String representation for this AmountInfo

Overrides:
toString in class AmountInfo
Returns:
a String representation for this AmountInfo