Package org.openwms.wms.inventory.api
Class PhysicalDistributionVO
java.lang.Object
org.openwms.wms.inventory.api.PhysicalDistributionVO
- All Implemented Interfaces:
 Serializable
A PhysicalDistributionVO represents how a 
Product or PackagingUnit can be packed on a carrier, like a
 TransportUnit or a LoadUnit.- Author:
 - Heiko Scherrer
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionPhysicalDistributionVO(Integer piecesPerLayer, Integer numberOfLayers, String carrierType)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetCarrierType(String carrierType) voidsetNumberOfLayers(Integer numberOfLayers) voidsetPiecesPerLayer(Integer piecesPerLayer)  
- 
Field Details
- 
piecesPerLayer
The number of pieces that fit into one layer. - 
numberOfLayers
The number of layers that fit onto the carrier. - 
carrierType
Either the type ofTransportUnitorLoadUnitused as carrier. 
 - 
 - 
Constructor Details
- 
PhysicalDistributionVO
public PhysicalDistributionVO() - 
PhysicalDistributionVO
@ConstructorProperties({"piecesPerLayer","numberOfLayers","carrierType"}) public PhysicalDistributionVO(Integer piecesPerLayer, Integer numberOfLayers, String carrierType)  
 - 
 - 
Method Details
- 
getPiecesPerLayer
 - 
setPiecesPerLayer
 - 
getNumberOfLayers
 - 
setNumberOfLayers
 - 
getCarrierType
 - 
setCarrierType
 
 -