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