atg.commerce.pricing.result
Class ShippingPriceSummary

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

public class ShippingPriceSummary
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
ShippingPriceSummary()
           
 
Method Summary
 double getAmount()
          the cost to ship all items in this group
 java.lang.String getShippingGroupId()
          the shipping group id
 void setAmount(double pAmount)
          the cost to ship all items in this group
 void setShippingGroupId(java.lang.String pShippingGroupId)
          the shipping group id
 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

ShippingPriceSummary

public ShippingPriceSummary()
Method Detail

setShippingGroupId

public void setShippingGroupId(java.lang.String pShippingGroupId)
the shipping group id

Parameters:
pShippingGroupId - new value to set

getShippingGroupId

public java.lang.String getShippingGroupId()
the shipping group id

Returns:
property ShippingGroupId

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