public class AbstractOrderTaxValuesAttributeHandler extends Object implements DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderEntryModel>
| Constructor and Description |
|---|
AbstractOrderTaxValuesAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxValue> |
get(AbstractOrderEntryModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(AbstractOrderEntryModel model,
Collection<TaxValue> discountValues)
Holds logic behind setter for dynamic attribute.
|
public AbstractOrderTaxValuesAttributeHandler()
public Collection<TaxValue> get(AbstractOrderEntryModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderEntryModel>model - model for which dynamic attribute is declared.public void set(AbstractOrderEntryModel model, Collection<TaxValue> discountValues)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Collection<TaxValue>,AbstractOrderEntryModel>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.