public class ShippingCost
extends java.lang.Object
Constructor and Description |
---|
ShippingCost(ShippingRule shippingRule,
double cost,
PackingMethod packingMethod) |
Modifier and Type | Method and Description |
---|---|
double |
getCost() |
PackingMethod |
getPackingMethod() |
ShippingRule |
getShippingRule() |
void |
setCost(double cost) |
void |
setPackingMethod(PackingMethod packingMethod) |
void |
setShippingRule(ShippingRule shippingRule) |
public ShippingCost(ShippingRule shippingRule, double cost, PackingMethod packingMethod)
public ShippingRule getShippingRule()
public void setShippingRule(ShippingRule shippingRule)
public double getCost()
public void setCost(double cost)
public PackingMethod getPackingMethod()
public void setPackingMethod(PackingMethod packingMethod)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.