public class TotalTaxValuesAttributeHandler extends Object implements DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderModel>
| Constructor and Description |
|---|
TotalTaxValuesAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxValue> |
get(AbstractOrderModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(AbstractOrderModel model,
Collection<TaxValue> discountValues)
Holds logic behind setter for dynamic attribute.
|
public Collection<TaxValue> get(AbstractOrderModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderModel>model - model for which dynamic attribute is declared.public void set(AbstractOrderModel model, Collection<TaxValue> discountValues)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderModel>model - model for which dynamic attribute is declared.discountValues - the value which will be used by setter logic.Copyright © 2017 SAP SE. All Rights Reserved.