Uses of Class
de.hybris.platform.warehousing.model.PackagingInfoModel
Packages that use PackagingInfoModel
Package
Description
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of PackagingInfoModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return PackagingInfoModelModifier and TypeMethodDescriptionConsignmentModel.getPackagingInfo()Generated method - Getter of theConsignment.packagingInfoattribute defined at extensionwarehousing.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type PackagingInfoModelModifier and TypeMethodDescriptionConsignmentModel.getPackaginginfos()Generated method - Getter of theConsignment.packaginginfosattribute defined at extensionwarehousing.Methods in de.hybris.platform.ordersplitting.model with parameters of type PackagingInfoModelModifier and TypeMethodDescriptionvoidConsignmentModel.setPackagingInfo(PackagingInfoModel value) Generated method - Setter ofConsignment.packagingInfoattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type PackagingInfoModelModifier and TypeMethodDescriptionvoidConsignmentModel.setPackaginginfos(List<PackagingInfoModel> value) Generated method - Setter ofConsignment.packaginginfosattribute defined at extensionwarehousing.