public class Package
extends java.lang.Object
Constructor and Description |
---|
Package() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(ShippingProductInfo info) |
java.util.ArrayList<ShippingProductInfo> |
getItems() |
double |
getMaxItemHeight() |
double |
getMaxItemLength() |
double |
getMaxItemWidth() |
double |
getMaxWeight() |
double |
getPackageWeight() |
double |
getPrice() |
ShippingRuleVariant |
getShippingVariant() |
double |
getWightDiff() |
boolean |
isFull() |
void |
setShippingVariant(ShippingRuleVariant shippingVariant) |
public void addItem(ShippingProductInfo info)
public java.util.ArrayList<ShippingProductInfo> getItems()
public double getPrice()
public ShippingRuleVariant getShippingVariant()
public void setShippingVariant(ShippingRuleVariant shippingVariant)
public double getPackageWeight()
public double getMaxWeight()
public double getWightDiff()
public boolean isFull()
public double getMaxItemLength()
public double getMaxItemWidth()
public double getMaxItemHeight()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.