Class SolrSynonymConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrSynonymConfigModel
    extends ItemModel
    Generated model class for type SolrSynonymConfig 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 SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
      static java.lang.String FACETSEARCHCONFIGPOS
      Generated constant - Attribute key of SolrSynonymConfig.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
      static java.lang.String LANGUAGE
      Generated constant - Attribute key of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
      static java.lang.String LANGUAGEPOS
      Generated constant - Attribute key of SolrSynonymConfig.languagePOS attribute defined at extension solrfacetsearch.
      static java.lang.String SYNONYMFROM
      Generated constant - Attribute key of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
      static java.lang.String SYNONYMTO
      Generated constant - Attribute key of SolrSynonymConfig.synonymTo 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
      SolrSynonymConfigModel()
      Generated constructor - Default constructor for generic creation.
      SolrSynonymConfigModel​(LanguageModel _language, ItemModel _owner, java.lang.String _synonymFrom)
      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
      SolrSynonymConfigModel​(LanguageModel _language, java.lang.String _synonymFrom)
      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
      SolrSynonymConfigModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SolrFacetSearchConfigModel getFacetSearchConfig()
      Generated method - Getter of the SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
      LanguageModel getLanguage()
      Generated method - Getter of the SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
      java.lang.String getSynonymFrom()
      Generated method - Getter of the SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
      java.lang.String getSynonymTo()
      Generated method - Getter of the SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
      void setFacetSearchConfig​(SolrFacetSearchConfigModel value)
      Generated method - Setter of SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
      void setLanguage​(LanguageModel value)
      Generated method - Setter of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
      void setSynonymFrom​(java.lang.String value)
      Generated method - Setter of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
      void setSynonymTo​(java.lang.String value)
      Generated method - Setter of SolrSynonymConfig.synonymTo 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
      • SYNONYMFROM

        public static final java.lang.String SYNONYMFROM
        Generated constant - Attribute key of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SYNONYMTO

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

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

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

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

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

      • SolrSynonymConfigModel

        public SolrSynonymConfigModel()
        Generated constructor - Default constructor for generic creation.
      • SolrSynonymConfigModel

        public SolrSynonymConfigModel​(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
      • SolrSynonymConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrSynonymConfigModel​(LanguageModel _language,
                                      java.lang.String _synonymFrom)
        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:
        _language - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
        _synonymFrom - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
      • SolrSynonymConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrSynonymConfigModel​(LanguageModel _language,
                                      ItemModel _owner,
                                      java.lang.String _synonymFrom)
        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:
        _language - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
        _synonymFrom - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
    • Method Detail

      • getFacetSearchConfig

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

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

        @Accessor(qualifier="synonymFrom",
                  type=GETTER)
        public java.lang.String getSynonymFrom()
        Generated method - Getter of the SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        Returns:
        the synonymFrom
      • getSynonymTo

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

        @Accessor(qualifier="facetSearchConfig",
                  type=SETTER)
        public void setFacetSearchConfig​(SolrFacetSearchConfigModel value)
        Generated method - Setter of SolrSynonymConfig.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 SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
        Parameters:
        value - the language
      • setSynonymFrom

        @Accessor(qualifier="synonymFrom",
                  type=SETTER)
        public void setSynonymFrom​(java.lang.String value)
        Generated method - Setter of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        Parameters:
        value - the synonymFrom
      • setSynonymTo

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