Package org.openwms.wms.inventory.api
Class DimensionVO
java.lang.Object
org.openwms.wms.inventory.api.DimensionVO
- All Implemented Interfaces:
Serializable
A DimensionVO encapsulates the capacity.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
height
The height. -
length
The length. -
width
The width. -
uom
The Unit of Measure (UOM) of each dimension value.
-
-
Constructor Details
-
DimensionVO
public DimensionVO() -
DimensionVO
@ConstructorProperties({"height","length","width","uom"}) public DimensionVO(Integer height, Integer length, Integer width, String uom)
-
-
Method Details