atg.commerce.pricing.result
Class ShippingPriceSubtotal

java.lang.Object
  extended by atg.commerce.pricing.result.ShippingPriceSubtotal

public class ShippingPriceSubtotal
extends java.lang.Object

Contains the following information about the shipping costs of a ShippingGroup:


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ShippingPriceSubtotal()
           
 
Method Summary
 double getAmount()
          the cost to ship all items in this group
 double getRawSubtotal()
          the total of the items in this group before discounts
 void setAmount(double pAmount)
          the cost to ship all items in this group
 void setRawSubtotal(double pRawSubtotal)
          the total of the items in this group before discounts
 java.lang.String toString()
          Returns a string form of this price information
 
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

ShippingPriceSubtotal

public ShippingPriceSubtotal()
Method Detail

setRawSubtotal

public void setRawSubtotal(double pRawSubtotal)
the total of the items in this group before discounts

Parameters:
pRawSubtotal - new value to set

getRawSubtotal

public double getRawSubtotal()
the total of the items in this group before discounts

Returns:
property RawSubtotal

setAmount

public void setAmount(double pAmount)
the cost to ship all items in this group

Parameters:
pAmount - new value to set

getAmount

public double getAmount()
the cost to ship all items in this group

Returns:
property Amount

toString

public java.lang.String toString()
Returns a string form of this price information

Overrides:
toString in class java.lang.Object