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