Class SolrValueRangeSetModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrValueRangeSetModel
    extends ItemModel
    Generated model class for type SolrValueRangeSet 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 _SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
      Generated relation code constant for relation SolrFacetSearchConfig2SolrValueRangeSetRelation defining source attribute facetSearchConfigs in extension solrfacetsearch.
      static java.lang.String _SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
      Generated relation code constant for relation SolrIndexedProperty2SolrValueRangeSetRelation defining source attribute indexedProperties in extension solrfacetsearch.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String FACETSEARCHCONFIGS
      Generated constant - Attribute key of SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
      static java.lang.String INDEXEDPROPERTIES
      Generated constant - Attribute key of SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
      static java.lang.String NAME
      Generated constant - Attribute key of SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      static java.lang.String QUALIFIER
      Generated constant - Attribute key of SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      static java.lang.String SOLRVALUERANGES
      Generated constant - Attribute key of SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
      static java.lang.String TYPE
      Generated constant - Attribute key of SolrValueRangeSet.type 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
      SolrValueRangeSetModel()
      Generated constructor - Default constructor for generic creation.
      SolrValueRangeSetModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      SolrValueRangeSetModel​(java.lang.String _name, ItemModel _owner, java.lang.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
      SolrValueRangeSetModel​(java.lang.String _name, java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
      Generated method - Getter of the SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
      java.util.List<SolrIndexedPropertyModel> getIndexedProperties()
      Generated method - Getter of the SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
      java.lang.String getName()
      Generated method - Getter of the SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      java.lang.String getQualifier()
      Generated method - Getter of the SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      java.util.List<SolrValueRangeModel> getSolrValueRanges()
      Generated method - Getter of the SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
      java.lang.String getType()
      Generated method - Getter of the SolrValueRangeSet.type attribute defined at extension solrfacetsearch.
      void setFacetSearchConfigs​(java.util.List<SolrFacetSearchConfigModel> value)
      Generated method - Setter of SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
      void setIndexedProperties​(java.util.List<SolrIndexedPropertyModel> value)
      Generated method - Setter of SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
      void setName​(java.lang.String value)
      Generated method - Setter of SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
      void setQualifier​(java.lang.String value)
      Generated method - Setter of SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.
      void setSolrValueRanges​(java.util.List<SolrValueRangeModel> value)
      Generated method - Setter of SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
      void setType​(java.lang.String value)
      Generated method - Setter of SolrValueRangeSet.type 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
      • _SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION

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

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

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

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

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

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

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

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

      • SolrValueRangeSetModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrValueRangeSetModel​(java.lang.String _name,
                                      java.lang.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​(java.lang.String _name,
                                      ItemModel _owner,
                                      java.lang.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 Detail

      • getFacetSearchConfigs

        @Accessor(qualifier="facetSearchConfigs",
                  type=GETTER)
        public java.util.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 java.util.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 java.lang.String getName()
        Generated method - Getter of the SolrValueRangeSet.name attribute defined at extension solrfacetsearch.
        Returns:
        the name
      • getQualifier

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

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