public class SolrProductData extends Object
| Constructor and Description |
|---|
SolrProductData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
String |
getCatalogVersion() |
Collection<String> |
getCategories() |
String |
getCode() |
String |
getDescription() |
String |
getEan() |
String |
getName() |
Long |
getPk() |
Double |
getPrice() |
void |
setCatalog(String catalog) |
void |
setCatalogVersion(String catalogVersion) |
void |
setCategories(Collection<String> categories) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setEan(String ean) |
void |
setName(String name) |
void |
setPk(Long pk) |
void |
setPrice(Double price) |
public String getCode()
public void setCode(String code)
code - the code to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCatalogVersion()
public void setCatalogVersion(String catalogVersion)
catalogVersion - the catalogVersion to setpublic String getCatalog()
public void setCatalog(String catalog)
catalog - the catalog to setpublic Long getPk()
public void setPk(Long pk)
pk - the pk to setpublic Collection<String> getCategories()
public void setCategories(Collection<String> categories)
categories - the categories to setpublic Double getPrice()
public void setPrice(Double price)
price - the price to setpublic String getEan()
public void setEan(String ean)
ean - the ean to setCopyright © 2017 SAP SE. All Rights Reserved.