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