Class ProductBarcodeSearchCriteria
- java.lang.Object
-
- com.inteliqua.rest.product.controller.search.criteria.ProductBarcodeSearchCriteria
-
- All Implemented Interfaces:
SearchCriteria,ProductSearchCriteria
public class ProductBarcodeSearchCriteria extends Object implements ProductSearchCriteria
- Author:
- dimit
-
-
Constructor Summary
Constructors Constructor Description ProductBarcodeSearchCriteria()ProductBarcodeSearchCriteria(String barcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBarcode()StringgetCriteriaType()Gets the type of criteria for the search.voidsetBarcode(String barcode)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProductBarcodeSearchCriteria
public ProductBarcodeSearchCriteria()
-
ProductBarcodeSearchCriteria
public ProductBarcodeSearchCriteria(String barcode)
-
-
Method Detail
-
getBarcode
public String getBarcode()
-
setBarcode
public void setBarcode(String barcode)
-
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.
-
-