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