public class ShippingData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Price |
price |
private ShippingMethod |
shippingMethod |
private java.util.List<Tax> |
taxes |
Constructor and Description |
---|
ShippingData() |
Modifier and Type | Method and Description |
---|---|
Price |
getPrice() |
ShippingMethod |
getShippingMethod() |
java.util.List<Tax> |
getTaxes() |
void |
setPrice(Price price) |
void |
setShippingMethod(ShippingMethod shippingMethod) |
void |
setTaxes(java.util.List<Tax> taxes) |
private ShippingMethod shippingMethod
private Price price
private java.util.List<Tax> taxes
public ShippingMethod getShippingMethod()
public void setShippingMethod(ShippingMethod shippingMethod)
public Price getPrice()
public void setPrice(Price price)
public java.util.List<Tax> getTaxes()
public void setTaxes(java.util.List<Tax> taxes)