public class ShippingPriceSummary
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ShippingPriceSummary() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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