Class SolrValueRangeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrValueRangeModel
    extends ItemModel
    Generated model class for type SolrValueRange first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _SOLRVALUERANGESET2SOLRVALUERANGERELATION

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

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

        public static final java.lang.String FROM
        Generated constant - Attribute key of SolrValueRange.from attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • TO

        public static final java.lang.String TO
        Generated constant - Attribute key of SolrValueRange.to attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRVALUERANGESETPOS

        public static final java.lang.String SOLRVALUERANGESETPOS
        Generated constant - Attribute key of SolrValueRange.solrValueRangeSetPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRVALUERANGESET

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

      • SolrValueRangeModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrValueRangeModel​(java.lang.String _from,
                                   java.lang.String _name,
                                   SolrValueRangeSetModel _solrValueRangeSet)
        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:
        _from - initial attribute declared by type SolrValueRange at extension solrfacetsearch
        _name - initial attribute declared by type SolrValueRange at extension solrfacetsearch
        _solrValueRangeSet - initial attribute declared by type SolrValueRange at extension solrfacetsearch
      • SolrValueRangeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrValueRangeModel​(java.lang.String _from,
                                   java.lang.String _name,
                                   ItemModel _owner,
                                   SolrValueRangeSetModel _solrValueRangeSet)
        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:
        _from - initial attribute declared by type SolrValueRange at extension solrfacetsearch
        _name - initial attribute declared by type SolrValueRange at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
        _solrValueRangeSet - initial attribute declared by type SolrValueRange at extension solrfacetsearch
    • Method Detail

      • getFrom

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

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

        @Accessor(qualifier="solrValueRangeSet",
                  type=GETTER)
        public SolrValueRangeSetModel getSolrValueRangeSet()
        Generated method - Getter of the SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
        Returns:
        the solrValueRangeSet
      • getTo

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

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

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

        @Accessor(qualifier="solrValueRangeSet",
                  type=SETTER)
        public void setSolrValueRangeSet​(SolrValueRangeSetModel value)
        Generated method - Setter of SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
        Parameters:
        value - the solrValueRangeSet
      • setTo

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