Class CustomerCouponWsDTO
java.lang.Object
de.hybris.platform.customercouponoccaddon.dto.CustomerCouponWsDTO
- All Implemented Interfaces:
Serializable
Customer coupon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAllProductsApplicable(Boolean allProductsApplicable) voidsetCouponId(String couponId) voidsetDescription(String description) voidsetEndDate(Date endDate) voidvoidsetNotificationOn(Boolean notificationOn) voidsetStartDate(Date startDate) void
-
Constructor Details
-
CustomerCouponWsDTO
public CustomerCouponWsDTO()
-
-
Method Details
-
setCouponId
-
getCouponId
-
setName
-
getName
-
setStartDate
-
getStartDate
-
setEndDate
-
getEndDate
-
setStatus
-
getStatus
-
setDescription
-
getDescription
-
setNotificationOn
-
getNotificationOn
-
setAllProductsApplicable
-
getAllProductsApplicable
-