Class CouponAttributeCriteria
- java.lang.Object
-
- com.inteliqua.rest.common.criteria.AttributeCriteria
-
- com.inteliqua.rest.customer.controller.search.criteria.coupon.CouponAttributeCriteria
-
- All Implemented Interfaces:
SearchCriteria,CouponCriteria
public class CouponAttributeCriteria extends AttributeCriteria implements CouponCriteria
- Author:
- sl
-
-
Constructor Summary
Constructors Constructor Description CouponAttributeCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCriteriaType()Gets the type of criteria for the search.StringtoString()-
Methods inherited from class com.inteliqua.rest.common.criteria.AttributeCriteria
getAttribute, setAttribute
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCriteriaType
public String getCriteriaType()
Description copied from interface:SearchCriteriaGets the type of criteria for the search.This method returns a string identifier for the type of search criteria, which is used during serialization to determine the specific criteria type.
- Specified by:
getCriteriaTypein interfaceSearchCriteria- Returns:
- the criteria type as a
String.
-
-