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:
java.io.Serializable
public class SolrStopWordModel extends ItemModel
Generated model class for type SolrStopWord first defined at extension solrfacetsearch.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETSEARCHCONFIGGenerated constant - Attribute key ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.static java.lang.StringFACETSEARCHCONFIGPOSGenerated constant - Attribute key ofSolrStopWord.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.static java.lang.StringLANGUAGEGenerated constant - Attribute key ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.static java.lang.StringLANGUAGEPOSGenerated constant - Attribute key ofSolrStopWord.languagePOSattribute defined at extensionsolrfacetsearch.static java.lang.StringSTOPWORDGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrStopWordModel()Generated constructor - Default constructor for generic creation.SolrStopWordModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrStopWordModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrFacetSearchConfigModelgetFacetSearchConfig()Generated method - Getter of theSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.LanguageModelgetLanguage()Generated method - Getter of theSolrStopWord.languageattribute defined at extensionsolrfacetsearch.java.lang.StringgetStopWord()Generated method - Getter of theSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.voidsetFacetSearchConfig(SolrFacetSearchConfigModel value)Generated method - Setter ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.voidsetLanguage(LanguageModel value)Generated method - Setter ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.voidsetStopWord(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
STOPWORD
public static final java.lang.String STOPWORD
Generated constant - Attribute key ofSolrStopWord.StopWordattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
LANGUAGEPOS
public static final java.lang.String LANGUAGEPOS
Generated constant - Attribute key ofSolrStopWord.languagePOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Generated constant - Attribute key ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIGPOS
public static final java.lang.String FACETSEARCHCONFIGPOS
Generated constant - Attribute key ofSolrStopWord.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIG
public static final java.lang.String FACETSEARCHCONFIG
Generated constant - Attribute key ofSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrStopWordModel
public SolrStopWordModel()
Generated constructor - Default constructor for generic creation.
-
SolrStopWordModel
public SolrStopWordModel(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(java.lang.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(java.lang.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 Detail
-
getFacetSearchConfig
@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
Generated method - Getter of theSolrStopWord.facetSearchConfigattribute defined at extensionsolrfacetsearch.- Returns:
- the facetSearchConfig
-
getLanguage
@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
Generated method - Getter of theSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- Returns:
- the language
-
getStopWord
@Accessor(qualifier="StopWord", type=GETTER) public java.lang.String 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
@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
Generated method - Setter ofSolrStopWord.languageattribute defined at extensionsolrfacetsearch.- Parameters:
value- the language
-
-