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