Class SolrProductData
java.lang.Object
de.hybris.platform.solrfacetsearch.search.product.SolrProductData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getEan()getName()getPk()getPrice()voidsetCatalog(String catalog) voidsetCatalogVersion(String catalogVersion) voidsetCategories(Collection<String> categories) voidvoidsetDescription(String description) voidvoidvoidvoid
-
Constructor Details
-
SolrProductData
public SolrProductData()
-
-
Method Details
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getCatalogVersion
- Returns:
- the catalogVersion
-
setCatalogVersion
- Parameters:
catalogVersion- the catalogVersion to set
-
getCatalog
- Returns:
- the catalog
-
setCatalog
- Parameters:
catalog- the catalog to set
-
getPk
- Returns:
- the pk
-
setPk
- Parameters:
pk- the pk to set
-
getCategories
- Returns:
- the categories
-
setCategories
- Parameters:
categories- the categories to set
-
getPrice
- Returns:
- the price
-
setPrice
- Parameters:
price- the price to set
-
getEan
- Returns:
- the ean
-
setEan
- Parameters:
ean- the ean to set
-