public class ShippingProductInfo
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
ShippingProductInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
double |
getHeight() |
double |
getLength() |
Product |
getProduct() |
ProductVariant |
getVariant() |
double |
getWeight() |
double |
getWidth() |
boolean |
isReal() |
void |
setHeight(double height) |
void |
setLength(double length) |
void |
setProduct(Product product) |
void |
setVariant(ProductVariant variant) |
void |
setWeight(double weight) |
void |
setWidth(double width) |
java.lang.String |
toString() |
public boolean isReal()
public double getWeight()
public void setWeight(double weight)
public double getHeight()
public void setHeight(double height)
public double getWidth()
public void setWidth(double width)
public double getLength()
public void setLength(double length)
public Product getProduct()
public void setProduct(Product product)
public ProductVariant getVariant()
public void setVariant(ProductVariant variant)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable@CheckReturnValue @Nonnull public java.lang.String toString()
toString in class java.lang.ObjectstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.