Class SingleCodeCouponWsDTO
java.lang.Object
de.hybris.platform.couponwebservices.dto.CouponStatusWsDTO
de.hybris.platform.couponwebservices.dto.AbstractCouponWsDTO
de.hybris.platform.couponwebservices.dto.SingleCodeCouponWsDTO
- All Implemented Interfaces:
Serializable
Single code coupon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxRedemptionsPerCustomer(Integer maxRedemptionsPerCustomer) voidsetMaxTotalRedemptions(Integer maxTotalRedemptions) Methods inherited from class de.hybris.platform.couponwebservices.dto.AbstractCouponWsDTO
getEndDate, getName, getStartDate, setEndDate, setName, setStartDateMethods inherited from class de.hybris.platform.couponwebservices.dto.CouponStatusWsDTO
equals, getActive, getCouponId, hashCode, setActive, setCouponId
-
Constructor Details
-
SingleCodeCouponWsDTO
public SingleCodeCouponWsDTO()
-
-
Method Details
-
setMaxRedemptionsPerCustomer
-
getMaxRedemptionsPerCustomer
-
setMaxTotalRedemptions
-
getMaxTotalRedemptions
-