Class SolrStopWordModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrStopWordModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrStopWord first defined at extension solrfacetsearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrStopWord.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrStopWord.languagePOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SolrStopWordModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSolrStopWordModel(String _StopWord, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrStopWordModel(String _StopWord, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrStopWord.languageattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.voidsetLanguage(LanguageModel value) Generated method - Setter ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.voidsetStopWord(String value) Generated method - Setter ofSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
STOPWORD
Generated constant - Attribute key ofSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.- See Also:
-
LANGUAGEPOS
Generated constant - Attribute key ofSolrStopWord.languagePOSattribute defined at extensionsolrfacetsearch.- See Also:
-
LANGUAGE
Generated constant - Attribute key ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- See Also:
-
FACETSEARCHCONFIGPOS
Generated constant - Attribute key ofSolrStopWord.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.- See Also:
-
FACETSEARCHCONFIG
Generated constant - Attribute key ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrStopWordModel
public SolrStopWordModel()Generated constructor - Default constructor for generic creation. -
SolrStopWordModel
public SolrStopWordModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrStopWordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrStopWordModel(String _StopWord, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_StopWord- initial attribute declared by typeSolrStopWordat extensionsolrfacetsearch_language- initial attribute declared by typeSolrStopWordat extensionsolrfacetsearch
-
SolrStopWordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrStopWordModel(String _StopWord, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_StopWord- initial attribute declared by typeSolrStopWordat extensionsolrfacetsearch_language- initial attribute declared by typeSolrStopWordat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getFacetSearchConfig
@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()Generated method - Getter of theSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.- Returns:
- the facetSearchConfig
-
getLanguage
Generated method - Getter of theSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- Returns:
- the language
-
getStopWord
Generated method - Getter of theSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.- Returns:
- the StopWord
-
setFacetSearchConfig
@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value) Generated method - Setter ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.- Parameters:
value- the facetSearchConfig
-
setLanguage
Generated method - Setter ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- Parameters:
value- the language
-
setStopWord
Generated method - Setter ofSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.- Parameters:
value- the StopWord
-