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