Class CustomerCouponWsDTO

java.lang.Object
de.hybris.platform.customercouponocc.dto.CustomerCouponWsDTO
All Implemented Interfaces:
Serializable

public class CustomerCouponWsDTO extends Object implements Serializable
Customer coupon
See Also:
  • Constructor Details

    • CustomerCouponWsDTO

      public CustomerCouponWsDTO()
  • Method Details

    • setCouponId

      public void setCouponId(String couponId)
    • getCouponId

      public String getCouponId()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setStartDate

      public void setStartDate(Date startDate)
    • getStartDate

      public Date getStartDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getEndDate

      public Date getEndDate()
    • 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)
    • getNotificationOn

      public Boolean getNotificationOn()
    • setAllProductsApplicable

      public void setAllProductsApplicable(Boolean allProductsApplicable)
    • getAllProductsApplicable

      public Boolean getAllProductsApplicable()