Class MerchantDeleteFlagCriteria
- java.lang.Object
-
- com.inteliqua.rest.merchant.controller.search.criteria.MerchantDeleteFlagCriteria
-
- All Implemented Interfaces:
SearchCriteria,MerchantCriteria
public class MerchantDeleteFlagCriteria extends Object implements MerchantCriteria
-
-
Constructor Summary
Constructors Constructor Description MerchantDeleteFlagCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCriteriaType()Gets the type of criteria for the search.BooleangetDeleteFlag()voidsetDeleteFlag(Boolean deleteFlag)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeleteFlag
public Boolean getDeleteFlag()
-
setDeleteFlag
public void setDeleteFlag(Boolean deleteFlag)
-
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.
-
-