Package modules.commons.search.request
Class SearchItem
- java.lang.Object
-
- modules.commons.search.request.IndexItem
-
- modules.commons.search.request.SearchItem
-
- All Implemented Interfaces:
Serializable
public class SearchItem extends IndexItem
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSuggestions()voidsetSuggestions(String suggestions)-
Methods inherited from class modules.commons.search.request.IndexItem
getAttributes, getBrand, getCategory, getDescription, getId, getImage, getInventory, getLanguage, getLink, getName, getReviews, getSerialversionuid, getStore, getVariants, isAddToCart, setAddToCart, setAttributes, setBrand, setCategory, setDescription, setId, setImage, setInventory, setLanguage, setLink, setName, setReviews, setStore, setVariants
-
-