Class CustomerCouponData
java.lang.Object
de.hybris.platform.commercefacades.coupon.data.CouponData
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.truebooleanbooleanvoidsetAllProductsApplicable(boolean allProductsApplicable) voidsetDescription(String description) voidsetNotificationOn(boolean notificationOn) voidsetProductUrl(String productUrl) voidsetSolrFacets(String solrFacets) Deprecated, for removal: This API element is subject to removal in a future version.truevoidMethods inherited from class de.hybris.platform.commercefacades.coupon.data.CouponData
getCouponCode, getCouponId, getEndDate, getName, getStartDate, isActive, setActive, setCouponCode, setCouponId, setEndDate, setName, setStartDate
-
Constructor Details
-
CustomerCouponData
public CustomerCouponData()
-
-
Method Details
-
setStatus
-
getStatus
-
setDescription
-
getDescription
-
setNotificationOn
public void setNotificationOn(boolean notificationOn) -
isNotificationOn
public boolean isNotificationOn() -
setProductUrl
-
getProductUrl
-
setSolrFacets
Deprecated, for removal: This API element is subject to removal in a future version.true -
getSolrFacets
Deprecated, for removal: This API element is subject to removal in a future version.true -
setAllProductsApplicable
public void setAllProductsApplicable(boolean allProductsApplicable) -
isAllProductsApplicable
public boolean isAllProductsApplicable()
-