public class SolrHeroProductDefinitionDTO extends ItemDTO
| Constructor and Description |
|---|
SolrHeroProductDefinitionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionDTO |
getCatalogVersion() |
CategoryDTO |
getCategory() |
String |
getCode() |
SolrIndexedTypeDTO |
getIndexedType() |
List<ProductDTO> |
getProducts() |
void |
setCatalogVersion(CatalogVersionDTO value) |
void |
setCategory(CategoryDTO value) |
void |
setCode(String value) |
void |
setIndexedType(SolrIndexedTypeDTO value) |
void |
setProducts(List<ProductDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrHeroProductDefinitionDTO()
public CatalogVersionDTO getCatalogVersion()
public CategoryDTO getCategory()
public String getCode()
public SolrIndexedTypeDTO getIndexedType()
public List<ProductDTO> getProducts()
public void setCatalogVersion(CatalogVersionDTO value)
public void setCategory(CategoryDTO value)
public void setCode(String value)
public void setIndexedType(SolrIndexedTypeDTO value)
public void setProducts(List<ProductDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.