Class SolrValueRangeSetModel

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

public class SolrValueRangeSetModel extends ItemModel
Generated model class for type SolrValueRangeSet first defined at extension solrfacetsearch.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
      Generated relation code constant for relation SolrFacetSearchConfig2SolrValueRangeSetRelation defining source attribute facetSearchConfigs in extension solrfacetsearch.
      See Also:
    • _SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION

      public static final String _SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
      Generated relation code constant for relation SolrIndexedProperty2SolrValueRangeSetRelation defining source attribute indexedProperties in extension solrfacetsearch.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      See Also:
    • TYPE

      public static final String TYPE
      Generated constant - Attribute key of SolrValueRangeSet.type attribute defined at extension solrfacetsearch.
      See Also:
    • QUALIFIER

      public static final String QUALIFIER
      Generated constant - Attribute key of SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      See Also:
    • FACETSEARCHCONFIGS

      public static final String FACETSEARCHCONFIGS
      Generated constant - Attribute key of SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRVALUERANGES

      public static final String SOLRVALUERANGES
      Generated constant - Attribute key of SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
      See Also:
    • INDEXEDPROPERTIES

      public static final String INDEXEDPROPERTIES
      Generated constant - Attribute key of SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrValueRangeSetModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SolrValueRangeSetModel(String _name, String _type)
      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:
      _name - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch
      _type - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch
    • SolrValueRangeSetModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrValueRangeSetModel(String _name, ItemModel _owner, String _type)
      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:
      _name - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch
      _owner - initial attribute declared by type Item at extension core
      _type - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch
  • Method Details

    • getFacetSearchConfigs

      @Accessor(qualifier="facetSearchConfigs", type=GETTER) public List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
      Generated method - Getter of the SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the facetSearchConfigs
    • getIndexedProperties

      @Accessor(qualifier="indexedProperties", type=GETTER) public List<SolrIndexedPropertyModel> getIndexedProperties()
      Generated method - Getter of the SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the indexedProperties
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      Returns:
      the name
    • getQualifier

      @Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
      Generated method - Getter of the SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      Returns:
      the qualifier
    • getSolrValueRanges

      @Accessor(qualifier="solrValueRanges", type=GETTER) public List<SolrValueRangeModel> getSolrValueRanges()
      Generated method - Getter of the SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrValueRanges
    • getType

      @Accessor(qualifier="type", type=GETTER) public String getType()
      Generated method - Getter of the SolrValueRangeSet.type attribute defined at extension solrfacetsearch.
      Returns:
      the type
    • setFacetSearchConfigs

      @Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
      Generated method - Setter of SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
      Parameters:
      value - the facetSearchConfigs
    • setIndexedProperties

      @Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(List<SolrIndexedPropertyModel> value)
      Generated method - Setter of SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexedProperties
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      Parameters:
      value - the name
    • setQualifier

      @Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
      Generated method - Setter of SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      Parameters:
      value - the qualifier
    • setSolrValueRanges

      @Accessor(qualifier="solrValueRanges", type=SETTER) public void setSolrValueRanges(List<SolrValueRangeModel> value)
      Generated method - Setter of SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrValueRanges
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(String value)
      Generated method - Setter of SolrValueRangeSet.type attribute defined at extension solrfacetsearch.
      Parameters:
      value - the type