Uses of Class
com.broadleafcommerce.catalog.domain.asset.IncludedProductAsset
Package
Description
-
Uses of IncludedProductAsset in com.broadleafcommerce.catalog.domain.product
Modifier and TypeMethodDescriptionIncludedProduct.getAsset()
The asset for this included product.Modifier and TypeMethodDescriptionvoid
IncludedProduct.setAsset
(IncludedProductAsset asset) The asset for this included product.ModifierConstructorDescriptionIncludedProduct
(String id, String pricingKey, String type, String label, Long displayOrder, Product product, Variant variant, String variantParentProductId, javax.money.MonetaryAmount overridePrice, boolean discountAllowed, int quantity, com.broadleafcommerce.data.tracking.core.EmbeddedContextState contextState, IncludedProductAsset asset) -
Uses of IncludedProductAsset in com.broadleafcommerce.catalog.domain.product.commerce
Modifier and TypeMethodDescriptionvoid
IncludedProductDetail.setAsset
(IncludedProductAsset asset)