Class PromotionEngineResult
java.lang.Object
de.hybris.platform.promotionengineservices.promotionengine.report.data.PromotionEngineResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()de.hybris.platform.util.DiscountValuegetName()booleanisFired()voidvoidsetDescription(String description) voidsetDiscountValue(de.hybris.platform.util.DiscountValue discountValue) voidsetFired(boolean fired) voidvoidsetPromotionResult(PromotionResultModel promotionResult)
-
Constructor Details
-
PromotionEngineResult
public PromotionEngineResult()
-
-
Method Details
-
setCode
-
getCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setDiscountValue
public void setDiscountValue(de.hybris.platform.util.DiscountValue discountValue) -
getDiscountValue
public de.hybris.platform.util.DiscountValue getDiscountValue() -
setPromotionResult
-
getPromotionResult
-
setFired
public void setFired(boolean fired) -
isFired
public boolean isFired()
-