| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.result.ShippingPriceSummary
public class ShippingPriceSummary
Contains the following information about the shipping costs of a ShippingGroup:
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ShippingPriceSummary()
| Method Detail | 
|---|
public void setShippingGroupId(java.lang.String pShippingGroupId)
pShippingGroupId - new value to setpublic java.lang.String getShippingGroupId()
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 | ||||||||