Class 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

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String FACETSEARCHCONFIG
      Generated constant - Attribute key of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
      static java.lang.String FACETSEARCHCONFIGPOS
      Generated constant - Attribute key of SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
      static java.lang.String LANGUAGE
      Generated constant - Attribute key of SolrStopWord.language attribute defined at extension solrfacetsearch.
      static java.lang.String LANGUAGEPOS
      Generated constant - Attribute key of SolrStopWord.languagePOS attribute defined at extension solrfacetsearch.
      static java.lang.String STOPWORD
      Generated constant - Attribute key of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
      • 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​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      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 parameters
      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 parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SolrFacetSearchConfigModel getFacetSearchConfig()
      Generated method - Getter of the SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
      LanguageModel getLanguage()
      Generated method - Getter of the SolrStopWord.language attribute defined at extension solrfacetsearch.
      java.lang.String getStopWord()
      Generated method - Getter of the SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
      void setFacetSearchConfig​(SolrFacetSearchConfigModel value)
      Generated method - Setter of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
      void setLanguage​(LanguageModel value)
      Generated method - Setter of SolrStopWord.language attribute defined at extension solrfacetsearch.
      void setStopWord​(java.lang.String value)
      Generated method - Setter of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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 of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGEPOS

        public static final java.lang.String LANGUAGEPOS
        Generated constant - Attribute key of SolrStopWord.languagePOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of SolrStopWord.language attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FACETSEARCHCONFIGPOS

        public static final java.lang.String FACETSEARCHCONFIGPOS
        Generated constant - Attribute key of SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FACETSEARCHCONFIG

        public static final java.lang.String FACETSEARCHCONFIG
        Generated constant - Attribute key of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(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 parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _StopWord - initial attribute declared by type SolrStopWord at extension solrfacetsearch
        _language - initial attribute declared by type SolrStopWord at extension solrfacetsearch
      • 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 parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _StopWord - initial attribute declared by type SolrStopWord at extension solrfacetsearch
        _language - initial attribute declared by type SolrStopWord at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getFacetSearchConfig

        @Accessor(qualifier="facetSearchConfig",
                  type=GETTER)
        public SolrFacetSearchConfigModel getFacetSearchConfig()
        Generated method - Getter of the SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
        Returns:
        the facetSearchConfig
      • getLanguage

        @Accessor(qualifier="language",
                  type=GETTER)
        public LanguageModel getLanguage()
        Generated method - Getter of the SolrStopWord.language attribute defined at extension solrfacetsearch.
        Returns:
        the language
      • getStopWord

        @Accessor(qualifier="StopWord",
                  type=GETTER)
        public java.lang.String getStopWord()
        Generated method - Getter of the SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
        Returns:
        the StopWord
      • setFacetSearchConfig

        @Accessor(qualifier="facetSearchConfig",
                  type=SETTER)
        public void setFacetSearchConfig​(SolrFacetSearchConfigModel value)
        Generated method - Setter of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
        Parameters:
        value - the facetSearchConfig
      • setLanguage

        @Accessor(qualifier="language",
                  type=SETTER)
        public void setLanguage​(LanguageModel value)
        Generated method - Setter of SolrStopWord.language attribute defined at extension solrfacetsearch.
        Parameters:
        value - the language
      • setStopWord

        @Accessor(qualifier="StopWord",
                  type=SETTER)
        public void setStopWord​(java.lang.String value)
        Generated method - Setter of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
        Parameters:
        value - the StopWord