Class SolrSynonymConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrSynonymConfigModel
All Implemented Interfaces:
Serializable

public class SolrSynonymConfigModel extends ItemModel
Generated model class for type SolrSynonymConfig 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 SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSynonymConfig.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSynonymConfig.languagePOS attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSynonymConfig.synonymTo 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.
    SolrSynonymConfigModel(LanguageModel _language, ItemModel _owner, 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, 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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrSynonymConfig.synonymTo 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:
    • SYNONYMFROM

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

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

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

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

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

      public static final String FACETSEARCHCONFIG
      Generated constant - Attribute key of SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • 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, 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, 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 Details

    • 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 String getSynonymFrom()
      Generated method - Getter of the SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
      Returns:
      the synonymFrom
    • getSynonymTo

      @Accessor(qualifier="synonymTo", type=GETTER) public 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(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(String value)
      Generated method - Setter of SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
      Parameters:
      value - the synonymTo