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