Class DiscountCouponSetResponseData
- java.lang.Object
-
- com.inteliqua.rest.couponset.controller.search.response.CouponSetResponseData
-
- com.inteliqua.rest.couponset.controller.search.response.DiscountCouponSetResponseData
-
- All Implemented Interfaces:
com.qivos.util.rest.mappers.APIResponseDTO
public class DiscountCouponSetResponseData extends CouponSetResponseData
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description DiscountCouponSetResponseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCouponSetType()Abstract method to return the type of coupon set.BigDecimalgetDiscount()voidsetDiscount(BigDecimal discount)-
Methods inherited from class com.inteliqua.rest.couponset.controller.search.response.CouponSetResponseData
addAttribute, getLastModificationDate, setLastModificationDate
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDiscount
public BigDecimal getDiscount()
-
setDiscount
public void setDiscount(BigDecimal discount)
-
getCouponSetType
public String getCouponSetType()
Description copied from class:CouponSetResponseDataAbstract method to return the type of coupon set.- Specified by:
getCouponSetTypein classCouponSetResponseData- Returns:
- the string representation of the coupon set type
-
-