| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.result.ShippingPriceSubtotal
public class ShippingPriceSubtotal
Contains the following information about the shipping costs of a ShippingGroup:
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ShippingPriceSubtotal()
| Method Detail | 
|---|
public void setRawSubtotal(double pRawSubtotal)
pRawSubtotal - new value to setpublic double getRawSubtotal()
public void setAmount(double pAmount)
pAmount - new value to setpublic double getAmount()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||