Package de.hybris.platform.jalo.order
Class AbstractOrderEntryDiscountValuesAttributeHandler
java.lang.Object
de.hybris.platform.jalo.order.AbstractOrderEntryDiscountValuesAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<List<DiscountValue>,AbstractOrderEntryModel>
public class AbstractOrderEntryDiscountValuesAttributeHandler
extends Object
implements DynamicAttributeHandler<List<DiscountValue>,AbstractOrderEntryModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(AbstractOrderEntryModel model) Holds logic behind getter for dynamic attribute.voidset(AbstractOrderEntryModel model, List<DiscountValue> discountValues) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
AbstractOrderEntryDiscountValuesAttributeHandler
public AbstractOrderEntryDiscountValuesAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<List<DiscountValue>,AbstractOrderEntryModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<List<DiscountValue>,AbstractOrderEntryModel> - Parameters:
model- model for which dynamic attribute is declared.discountValues- the value which will be used by setter logic.
-