public class SolrHeroProductDefinitionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch. |
static java.lang.String |
CATEGORY
Generated constant - Attribute key of
SolrHeroProductDefinition.category attribute defined at extension commercesearch. |
static java.lang.String |
CODE
Generated constant - Attribute key of
SolrHeroProductDefinition.code attribute defined at extension commercesearch. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch. |
static java.lang.String |
PRODUCTS
Generated constant - Attribute key of
SolrHeroProductDefinition.products attribute defined at extension commercesearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrHeroProductDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion,
CategoryModel _category,
java.lang.String _code,
SolrIndexedTypeModel _indexedType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrHeroProductDefinitionModel(CatalogVersionModel _catalogVersion,
CategoryModel _category,
java.lang.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. |
java.lang.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. |
java.util.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(java.lang.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(java.util.List<ProductModel> value)
Generated method - Setter of
SolrHeroProductDefinition.products attribute defined at extension commercesearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CATEGORY
SolrHeroProductDefinition.category attribute defined at extension commercesearch.public static final java.lang.String INDEXEDTYPE
SolrHeroProductDefinition.indexedType attribute defined at extension commercesearch.public static final java.lang.String CODE
SolrHeroProductDefinition.code attribute defined at extension commercesearch.public static final java.lang.String CATALOGVERSION
SolrHeroProductDefinition.catalogVersion attribute defined at extension commercesearch.public static final java.lang.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, java.lang.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, java.lang.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 java.lang.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 java.util.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(java.lang.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 indexedType@Accessor(qualifier="products", type=SETTER) public void setProducts(java.util.List<ProductModel> value)
SolrHeroProductDefinition.products attribute defined at extension commercesearch.value - the products - ProductsCopyright © 2018 SAP SE. All Rights Reserved.