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