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