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

public class SolrStopWordModel extends ItemModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrStopWord.language attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrStopWord.languagePOS attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.

    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
    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(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(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 Type
    Method
    Description
    Generated method - Getter of the SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrStopWord.language attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrStopWord.language attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • STOPWORD

      public static final String STOPWORD
      Generated constant - Attribute key of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGEPOS

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

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

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

      public static final String FACETSEARCHCONFIG
      Generated constant - Attribute key of SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.
      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 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(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 Details

    • 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 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(String value)
      Generated method - Setter of SolrStopWord.StopWord attribute defined at extension solrfacetsearch.
      Parameters:
      value - the StopWord