Class CouponSetIntegerAttributeDTO
- java.lang.Object
-
- com.inteliqua.rest.couponset.dto.attribute.CouponSetAttributeDTO<Integer>
-
- com.inteliqua.rest.couponset.dto.attribute.CouponSetIntegerAttributeDTO
-
public class CouponSetIntegerAttributeDTO extends CouponSetAttributeDTO<Integer>
Data Transfer Object (DTO) for representing an integer attribute associated with a Coupon Set.This class extends the generic
CouponSetAttributeDTOwithIntegeras the attribute value type and specifies its attribute type asCouponSetAttributeType.INTEGER.
-
-
Constructor Summary
Constructors Constructor Description CouponSetIntegerAttributeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CouponSetAttributeTypegetAttributeType()Returns the attribute type for this DTO, which isINTEGER.
-
-
-
Method Detail
-
getAttributeType
public CouponSetAttributeType getAttributeType()
Returns the attribute type for this DTO, which isINTEGER.- Specified by:
getAttributeTypein classCouponSetAttributeDTO<Integer>- Returns:
- the attribute type as
CouponSetAttributeType.INTEGER
-
-