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