atg.commerce.pricing
Class ShippingPriceInfo
java.lang.Object
   atg.commerce.pricing.AmountInfo
atg.commerce.pricing.AmountInfo
       atg.commerce.pricing.ShippingPriceInfo
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:
 
  - rawShipping is the raw shipping price.
 
- See Also:
- Serialized Form
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
ShippingPriceInfo
public ShippingPriceInfo()
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:
- toStringin class- AmountInfo
 
- 
- Returns:
- a String representation for this AmountInfo