Class TaxRowAbsoluteHandler
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.attribute.TaxRowAbsoluteHandler
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.lang.Boolean,TaxRowModel>
public class TaxRowAbsoluteHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.Boolean,TaxRowModel>
-
-
Constructor Summary
Constructors Constructor Description TaxRowAbsoluteHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanget(TaxRowModel model)Holds logic behind getter for dynamic attribute.voidset(TaxRowModel model, java.lang.Boolean aBoolean)Holds logic behind setter for dynamic attribute.
-
-
-
Method Detail
-
get
public java.lang.Boolean get(TaxRowModel model)
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<java.lang.Boolean,TaxRowModel>- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
public void set(TaxRowModel model, java.lang.Boolean aBoolean)
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<java.lang.Boolean,TaxRowModel>- Parameters:
model- model for which dynamic attribute is declared.aBoolean- the value which will be used by setter logic.
-
-