public class ItemFilter extends Object implements EntityFilter
| Constructor and Description |
|---|
ItemFilter() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets category
|
Long |
getEan()
Gets ean
|
Boolean |
getFetchItemsBelowThreshold()
Items with count below specified threshold will be selected
|
Long |
getId()
Gets id
|
String |
getName()
Gets name
|
void |
setCategory(Category category)
Sets category
|
void |
setEan(Long ean)
Sets ean
|
void |
setFetchItemsBelowThreshold(Boolean fetchItemsBelowThreshold)
Items with count below specified threshold will be selected
|
void |
setId(Long id)
Sets id
|
void |
setName(String name)
Sets name
|
public Boolean getFetchItemsBelowThreshold()
public void setFetchItemsBelowThreshold(Boolean fetchItemsBelowThreshold)
fetchItemsBelowThreshold - true to return below threshold onlypublic Long getId()
public void setId(Long id)
id - idpublic Category getCategory()
public void setCategory(Category category)
category - categorypublic String getName()
public void setName(String name)
name - namepublic Long getEan()
public void setEan(Long ean)
ean - eanCopyright © 2017 Pivotal Software, Inc.. All rights reserved.