Class PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<Integer,PromotionOrderEntryConsumedModel>
de.hybris.platform.promotions.attributehandlers.PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Integer,PromotionOrderEntryConsumedModel>
public class PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler
extends AbstractDynamicAttributeHandler<Integer,PromotionOrderEntryConsumedModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHolds logic behind getter for dynamic attribute.Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler
public PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Integer,PromotionOrderEntryConsumedModel> - Overrides:
getin classAbstractDynamicAttributeHandler<Integer,PromotionOrderEntryConsumedModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-