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:
java.io.Serializable
public class SingleCodeCouponWsDTO extends AbstractCouponWsDTO
Single code coupon- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingleCodeCouponWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaxRedemptionsPerCustomer()java.lang.IntegergetMaxTotalRedemptions()voidsetMaxRedemptionsPerCustomer(java.lang.Integer maxRedemptionsPerCustomer)voidsetMaxTotalRedemptions(java.lang.Integer maxTotalRedemptions)-
Methods inherited from class de.hybris.platform.couponwebservices.dto.AbstractCouponWsDTO
getEndDate, getName, getStartDate, setEndDate, setName, setStartDate
-
Methods inherited from class de.hybris.platform.couponwebservices.dto.CouponStatusWsDTO
equals, getActive, getCouponId, hashCode, setActive, setCouponId
-
-
-
-
Method Detail
-
setMaxRedemptionsPerCustomer
public void setMaxRedemptionsPerCustomer(java.lang.Integer maxRedemptionsPerCustomer)
-
getMaxRedemptionsPerCustomer
public java.lang.Integer getMaxRedemptionsPerCustomer()
-
setMaxTotalRedemptions
public void setMaxTotalRedemptions(java.lang.Integer maxTotalRedemptions)
-
getMaxTotalRedemptions
public java.lang.Integer getMaxTotalRedemptions()
-
-