Uses of Class
de.hybris.platform.variants.model.VariantProductModel
-
Packages that use VariantProductModel Package Description de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.variants.model Contains generated models for each type of de.hybris.platform.variants.jalo package. -
-
Uses of VariantProductModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type VariantProductModel Modifier and Type Method Description java.util.Collection<VariantProductModel>ProductModel. getVariants()Generated method - Getter of theProduct.variantsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.product with type arguments of type VariantProductModel Modifier and Type Method Description voidProductModel. setVariants(java.util.Collection<VariantProductModel> value)Generated method - Setter ofProduct.variantsattribute defined at extensioncatalog. -
Uses of VariantProductModel in de.hybris.platform.variants.model
Subclasses of VariantProductModel in de.hybris.platform.variants.model Modifier and Type Class Description classGenericVariantProductModelGenerated model class for type GenericVariantProduct first defined at extension basecommerce.
-