Package org.adempiere.model
Class ShippingPackage
java.lang.Object
org.adempiere.model.ShippingPackage
Shipping package value object
- Author:
- Elaine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWidth()voidsetDescription(String description) voidsetHeight(BigDecimal height) Set package heightvoidsetLength(BigDecimal length) Set package lengthvoidsetWeight(BigDecimal weight) Set package weightvoidsetWidth(BigDecimal width) Set package width
-
Constructor Details
-
ShippingPackage
public ShippingPackage()
-
-
Method Details
-
getWeight
- Returns:
- package weight
-
setWeight
Set package weight- Parameters:
weight-
-
getHeight
- Returns:
- package height
-
setHeight
Set package height- Parameters:
height-
-
getLength
- Returns:
- package length
-
setLength
Set package length- Parameters:
length-
-
getWidth
- Returns:
- package width
-
setWidth
Set package width- Parameters:
width-
-
getDescription
- Returns:
- description
-
setDescription
- Parameters:
description-
-