Class FlashBuyCouponData
- java.lang.Object
-
- de.hybris.platform.commercefacades.coupon.data.CouponData
-
- de.hybris.platform.timedaccesspromotionenginefacades.flashbuycoupon.data.FlashBuyCouponData
-
- All Implemented Interfaces:
java.io.Serializable
public class FlashBuyCouponData extends CouponData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlashBuyCouponData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaxProductQuantityPerOrder()java.lang.StringgetRule()voidsetMaxProductQuantityPerOrder(java.lang.Integer maxProductQuantityPerOrder)voidsetRule(java.lang.String rule)-
Methods inherited from class de.hybris.platform.commercefacades.coupon.data.CouponData
getCouponCode, getCouponId, getEndDate, getName, getStartDate, isActive, setActive, setCouponCode, setCouponId, setEndDate, setName, setStartDate
-
-
-
-
Method Detail
-
setRule
public void setRule(java.lang.String rule)
-
getRule
public java.lang.String getRule()
-
setMaxProductQuantityPerOrder
public void setMaxProductQuantityPerOrder(java.lang.Integer maxProductQuantityPerOrder)
-
getMaxProductQuantityPerOrder
public java.lang.Integer getMaxProductQuantityPerOrder()
-
-