Package org.openwms.wms.inventory
Class PhysicalDistribution
java.lang.Object
org.openwms.wms.inventory.PhysicalDistribution
A PhysicalDistribution defines how a 
Product or PackagingUnit can be packed on a carrier, like a
 TransportUnit or a LoadUnit.- Author:
 - Heiko Scherrer
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionPhysicalDistribution(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
- 
PhysicalDistribution
public PhysicalDistribution() - 
PhysicalDistribution
 
 - 
 - 
Method Details
- 
getPiecesPerLayer
 - 
setPiecesPerLayer
 - 
getNumberOfLayers
 - 
setNumberOfLayers
 - 
getCarrierType
 - 
setCarrierType
 
 -