Uses of Class
com.broadleafcommerce.catalog.domain.asset.IncludedProductAsset
Packages that use IncludedProductAsset
Package
Description
-
Uses of IncludedProductAsset in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return IncludedProductAssetModifier and TypeMethodDescriptionIncludedProduct.getAsset()
The asset for this included product.Methods in com.broadleafcommerce.catalog.domain.product with parameters of type IncludedProductAssetModifier and TypeMethodDescriptionvoid
IncludedProduct.setAsset
(IncludedProductAsset asset) The asset for this included product.Constructors in com.broadleafcommerce.catalog.domain.product with parameters of type IncludedProductAssetModifierConstructorDescriptionIncludedProduct
(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
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return IncludedProductAssetMethods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type IncludedProductAssetModifier and TypeMethodDescriptionvoid
IncludedProductDetail.setAsset
(IncludedProductAsset asset)