java.lang.Object
de.hybris.platform.commercefacades.coupon.data.CouponData
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponData
All Implemented Interfaces:
Serializable

public class CustomerCouponData extends CouponData
See Also:
  • Constructor Details

    • CustomerCouponData

      public CustomerCouponData()
  • Method Details

    • setStatus

      public void setStatus(String status)
    • getStatus

      public String getStatus()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setNotificationOn

      public void setNotificationOn(boolean notificationOn)
    • isNotificationOn

      public boolean isNotificationOn()
    • setProductUrl

      public void setProductUrl(String productUrl)
    • getProductUrl

      public String getProductUrl()
    • setSolrFacets

      @Deprecated(forRemoval=true) public void setSolrFacets(String solrFacets)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getSolrFacets

      @Deprecated(forRemoval=true) public String 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()