public class SolrHeroProductDefinitionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch. |
static String |
CATEGORY
Generated constant - Attribute key of
SolrHeroProductDefinition.category attribute defined at extension commercesearch. |
static String |
CODE
Generated constant - Attribute key of
SolrHeroProductDefinition.code attribute defined at extension commercesearch. |
static String |
INDEXEDTYPE
Generated constant - Attribute key of
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch. |
static String |
PRODUCTS
Generated constant - Attribute key of
SolrHeroProductDefinition.products attribute defined at extension commercesearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrHeroProductDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion,
CategoryModel _category,
String _code,
SolrIndexedTypeModel _indexedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion,
CategoryModel _category,
String _code,
SolrIndexedTypeModel _indexedType,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrHeroProductDefinitionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch. |
CategoryModel |
getCategory()
Generated method - Getter of the
SolrHeroProductDefinition.category attribute defined at extension commercesearch. |
String |
getCode()
Generated method - Getter of the
SolrHeroProductDefinition.code attribute defined at extension commercesearch. |
SolrIndexedTypeModel |
getIndexedType()
Generated method - Getter of the
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch. |
List<ProductModel> |
getProducts()
Generated method - Getter of the
SolrHeroProductDefinition.products attribute defined at extension commercesearch. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch. |
void |
setCategory(CategoryModel value)
Generated method - Setter of
SolrHeroProductDefinition.category attribute defined at extension commercesearch. |
void |
setCode(String value)
Generated method - Setter of
SolrHeroProductDefinition.code attribute defined at extension commercesearch. |
void |
setIndexedType(SolrIndexedTypeModel value)
Generated method - Setter of
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch. |
void |
setProducts(List<ProductModel> value)
Generated method - Setter of
SolrHeroProductDefinition.products attribute defined at extension commercesearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CATEGORY
SolrHeroProductDefinition.category attribute defined at extension commercesearch.public static final String INDEXEDTYPE
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch.public static final String CODE
SolrHeroProductDefinition.code attribute defined at extension commercesearch.public static final String CATALOGVERSION
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch.public static final String PRODUCTS
SolrHeroProductDefinition.products attribute defined at extension commercesearch.public SolrHeroProductDefinitionModel()
public SolrHeroProductDefinitionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion, CategoryModel _category, String _code, SolrIndexedTypeModel _indexedType)
_catalogVersion - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_category - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_code - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_indexedType - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch@Deprecated public SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion, CategoryModel _category, String _code, SolrIndexedTypeModel _indexedType, ItemModel _owner)
_catalogVersion - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_category - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_code - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_indexedType - initial attribute declared by type SolrHeroProductDefinition at extension commercesearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch.@Accessor(qualifier="category", type=GETTER) public CategoryModel getCategory()
SolrHeroProductDefinition.category attribute defined at extension commercesearch.@Accessor(qualifier="code", type=GETTER) public String getCode()
SolrHeroProductDefinition.code attribute defined at extension commercesearch.@Accessor(qualifier="indexedType", type=GETTER) public SolrIndexedTypeModel getIndexedType()
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch.@Accessor(qualifier="products", type=GETTER) public List<ProductModel> getProducts()
SolrHeroProductDefinition.products attribute defined at extension commercesearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch.value - the catalogVersion@Accessor(qualifier="category", type=SETTER) public void setCategory(CategoryModel value)
SolrHeroProductDefinition.category attribute defined at extension commercesearch.value - the category@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
SolrHeroProductDefinition.code attribute defined at extension commercesearch.value - the code@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(SolrIndexedTypeModel value)
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch.value - the indexedTypeCopyright © 2017 SAP SE. All Rights Reserved.