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