Class BackofficeIndexedTypeToSolrFacetSearchConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.backoffice.solrsearch.model.BackofficeIndexedTypeToSolrFacetSearchConfigModel
All Implemented Interfaces:
Serializable

public class BackofficeIndexedTypeToSolrFacetSearchConfigModel extends ItemModel
Generated model class for type BackofficeIndexedTypeToSolrFacetSearchConfig first defined at extension backofficesolrsearch.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String INDEXEDTYPE
      Generated constant - Attribute key of BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
      See Also:
    • SOLRFACETSEARCHCONFIG

      public static final String SOLRFACETSEARCHCONFIG
      Generated constant - Attribute key of BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
      See Also:
  • Constructor Details

    • BackofficeIndexedTypeToSolrFacetSearchConfigModel

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

      public BackofficeIndexedTypeToSolrFacetSearchConfigModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • BackofficeIndexedTypeToSolrFacetSearchConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeIndexedTypeToSolrFacetSearchConfigModel(ComposedTypeModel _indexedType, SolrFacetSearchConfigModel _solrFacetSearchConfig)
      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:
      _indexedType - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
      _solrFacetSearchConfig - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
    • BackofficeIndexedTypeToSolrFacetSearchConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeIndexedTypeToSolrFacetSearchConfigModel(ComposedTypeModel _indexedType, ItemModel _owner, SolrFacetSearchConfigModel _solrFacetSearchConfig)
      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:
      _indexedType - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
      _owner - initial attribute declared by type Item at extension core
      _solrFacetSearchConfig - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
  • Method Details

    • getIndexedType

      @Accessor(qualifier="indexedType", type=GETTER) public ComposedTypeModel getIndexedType()
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
      Returns:
      the indexedType
    • getSolrFacetSearchConfig

      @Accessor(qualifier="solrFacetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getSolrFacetSearchConfig()
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
      Returns:
      the solrFacetSearchConfig
    • setIndexedType

      @Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(ComposedTypeModel value)
      Generated method - Setter of BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the indexedType
    • setSolrFacetSearchConfig

      @Accessor(qualifier="solrFacetSearchConfig", type=SETTER) public void setSolrFacetSearchConfig(SolrFacetSearchConfigModel value)
      Generated method - Setter of BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the solrFacetSearchConfig