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