public class PriceRowsValidProductAttribute extends java.lang.Object implements DynamicAttributeHandler<java.lang.Boolean,ProductModel>, java.io.Serializable
| Constructor and Description |
|---|
PriceRowsValidProductAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
get(ProductModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(ProductModel model,
java.lang.Boolean value)
Holds logic behind setter for dynamic attribute.
|
public java.lang.Boolean get(ProductModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.Boolean,ProductModel>model - model for which dynamic attribute is declared.public void set(ProductModel model, java.lang.Boolean value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.Boolean,ProductModel>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.