Uses of Class
de.hybris.platform.europe1.model.DiscountRowModel
-
Packages that use DiscountRowModel Package Description de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package. -
-
Uses of DiscountRowModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type DiscountRowModel Modifier and Type Method Description java.util.Collection<DiscountRowModel>ProductModel. getEurope1Discounts()Generated method - Getter of theProduct.europe1Discountsdynamic attribute defined at extensioneurope1.java.util.Collection<DiscountRowModel>ProductModel. getOwnEurope1Discounts()Generated method - Getter of theProduct.ownEurope1Discountsattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.product with type arguments of type DiscountRowModel Modifier and Type Method Description voidProductModel. setEurope1Discounts(java.util.Collection<DiscountRowModel> value)Generated method - Setter ofProduct.europe1Discountsdynamic attribute defined at extensioneurope1.voidProductModel. setOwnEurope1Discounts(java.util.Collection<DiscountRowModel> value)Generated method - Setter ofProduct.ownEurope1Discountsattribute defined at extensioneurope1.
-