Package org.adempiere.model
Class ShippingPackage
- java.lang.Object
-
- org.adempiere.model.ShippingPackage
-
public class ShippingPackage extends Object
- Author:
- Elaine
-
-
Constructor Summary
Constructors Constructor Description ShippingPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()BigDecimalgetHeight()BigDecimalgetLength()BigDecimalgetWeight()BigDecimalgetWidth()voidsetDescription(String description)voidsetHeight(BigDecimal height)voidsetLength(BigDecimal length)voidsetWeight(BigDecimal weight)voidsetWidth(BigDecimal width)
-
-
-
Method Detail
-
getWeight
public BigDecimal getWeight()
-
setWeight
public void setWeight(BigDecimal weight)
-
getHeight
public BigDecimal getHeight()
-
setHeight
public void setHeight(BigDecimal height)
-
getLength
public BigDecimal getLength()
-
setLength
public void setLength(BigDecimal length)
-
getWidth
public BigDecimal getWidth()
-
setWidth
public void setWidth(BigDecimal width)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-