Class AmountCouponSetExtendedResponse
- java.lang.Object
-
- com.inteliqua.rest.couponset.controller.search.response.CouponSetResponseData
-
- com.inteliqua.rest.couponset.controller.search.response.CouponSetExtendedResponseData
-
- com.inteliqua.rest.couponset.controller.search.response.extended.AmountCouponSetExtendedResponse
-
- All Implemented Interfaces:
com.qivos.util.rest.mappers.APIResponseDTO
public class AmountCouponSetExtendedResponse extends CouponSetExtendedResponseData
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description AmountCouponSetExtendedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAmount()StringgetCouponSetType()Abstract method to return the type of coupon set.StringgetCurrencyCode()StringgetCurrencySymbol()voidsetAmount(Integer amount)voidsetCurrencyCode(String currencyCode)voidsetCurrencySymbol(String currencySymbol)-
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)
-
getCurrencyCode
public String getCurrencyCode()
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
-
getCurrencySymbol
public String getCurrencySymbol()
-
setCurrencySymbol
public void setCurrencySymbol(String currencySymbol)
-
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
-
-