public class ProductFilter
extends java.lang.Object
| Constructor and Description |
|---|
ProductFilter()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoryId()
Filter by category id when set to a positive number.
|
int |
getManufacturerId()
Filter by manufacturer id when set to a positive number.
|
java.math.BigDecimal |
getPriceFrom() |
java.math.BigDecimal |
getPriceTo() |
int |
getTagId()
Filter by tag id when set to a positive number.
|
boolean |
isRemoveAllTags()
Remove all tag filters when set.
|
void |
setCategoryId(int categoryId)
Filter by category id when set to a positive number.
|
void |
setManufacturerId(int manufacturerId)
Filter by manufacturer id when set to a positive number.
|
void |
setPriceFrom(java.math.BigDecimal priceFrom) |
void |
setPriceTo(java.math.BigDecimal priceTo) |
void |
setRemoveAllTags(boolean removeAllTags)
Remove all tag filters when set.
|
void |
setTagId(int tagId)
Filter by tag id when set to a positive number.
|
public int getCategoryId()
public void setCategoryId(int categoryId)
categoryId - the categoryId to setpublic int getTagId()
public void setTagId(int tagId)
tagId - the tagId to setpublic int getManufacturerId()
public void setManufacturerId(int manufacturerId)
manufacturerId - the manufacturerId to setpublic boolean isRemoveAllTags()
public void setRemoveAllTags(boolean removeAllTags)
removeAllTags - the removeAllTags to setpublic java.math.BigDecimal getPriceFrom()
public void setPriceFrom(java.math.BigDecimal priceFrom)
priceFrom - the priceFrom to setpublic java.math.BigDecimal getPriceTo()
public void setPriceTo(java.math.BigDecimal priceTo)
priceTo - the priceTo to setCopyright © 2018 DS Data Systems UK Ltd.