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