Uses of Class
org.openwms.wms.inventory.Dimension
Packages that use Dimension
-
Uses of Dimension in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory declared as DimensionModifier and TypeFieldDescriptionprivate Dimension
LoadUnit.dimension
The current dimension of theLoadUnit
.private Dimension
PackagingUnit.dimension
The current dimension of thePackagingUnit
.private Dimension
Product.dimension
The defined dimension of theProduct
in it's baseUnit.private Dimension
UomRelation.dimension
The defined dimension of theUomRelation
.Methods in org.openwms.wms.inventory that return DimensionModifier and TypeMethodDescriptionDimensionMapper.convertVO
(DimensionVO vo) DimensionMapperImpl.convertVO
(DimensionVO vo) LoadUnit.getDimension()
PackagingUnit.getDimension()
Get the current dimension.Product.getDimension()
UomRelation.getDimension()
Methods in org.openwms.wms.inventory with parameters of type DimensionModifier and TypeMethodDescriptionvoid
PackagingUnit.setDimension
(Dimension dimension) Set or override the dimension.void
Product.setDimension
(Dimension dimension) void
UomRelation.setDimension
(Dimension dimension) Constructor parameters in org.openwms.wms.inventory with type arguments of type Dimension