Class AmountCouponSetResponseData
- java.lang.Object
-
- com.inteliqua.rest.couponset.controller.search.response.CouponSetResponseData
-
- com.inteliqua.rest.couponset.controller.search.response.AmountCouponSetResponseData
-
- All Implemented Interfaces:
com.qivos.util.rest.mappers.APIResponseDTO
public class AmountCouponSetResponseData extends CouponSetResponseData
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description AmountCouponSetResponseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAmount()StringgetCouponSetType()Abstract method to return the type of coupon set.voidsetAmount(Integer amount)-
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
-
getAmount
public Integer getAmount()
-
setAmount
public void setAmount(Integer amount)
-
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
-
-