Class SolrValueRangeModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

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

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

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

      public static final String SOLRVALUERANGESET
      Generated constant - Attribute key of SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • 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(String _from, 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(String _from, 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 Details

    • getFrom

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

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