Class SolrValueRangeModel

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

public class SolrValueRangeModel extends ItemModel
Generated model class for type SolrValueRange first defined at extension solrfacetsearch.
See Also:
  • 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 final String
    Generated relation code constant for relation SolrValueRangeSet2SolrValueRangeRelation defining source attribute solrValueRangeSet in extension solrfacetsearch.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SolrValueRange.from attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrValueRange.name attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrValueRange.solrValueRangeSetPOS attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrValueRange.to attribute defined at extension solrfacetsearch.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    SolrValueRangeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SolrValueRange.from attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrValueRange.name attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrValueRange.to attribute defined at extension solrfacetsearch.
    void
    setFrom(String value)
    Generated method - Setter of SolrValueRange.from attribute defined at extension solrfacetsearch.
    void
    setName(String value)
    Generated method - Setter of SolrValueRange.name attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrValueRange.solrValueRangeSet attribute defined at extension solrfacetsearch.
    void
    setTo(String value)
    Generated method - Setter of SolrValueRange.to attribute defined at extension solrfacetsearch.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 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(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
    • 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