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