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
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
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSolrValueRangeSet2SolrValueRangeRelationdefining source attributesolrValueRangeSetin extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrValueRange.solrValueRangeSetPOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrValueRange.toattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextSolrValueRangeModel(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 parametersSolrValueRangeModel(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 TypeMethodDescriptiongetFrom()Generated method - Getter of theSolrValueRange.fromattribute defined at extensionsolrfacetsearch.getName()Generated method - Getter of theSolrValueRange.nameattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.getTo()Generated method - Getter of theSolrValueRange.toattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrValueRange.toattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SOLRVALUERANGESET2SOLRVALUERANGERELATION
Generated relation code constant for relationSolrValueRangeSet2SolrValueRangeRelationdefining source attributesolrValueRangeSetin extensionsolrfacetsearch.- See Also:
-
NAME
Generated constant - Attribute key ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.- See Also:
-
FROM
Generated constant - Attribute key ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- See Also:
-
TO
Generated constant - Attribute key ofSolrValueRange.toattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRVALUERANGESETPOS
Generated constant - Attribute key ofSolrValueRange.solrValueRangeSetPOSattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRVALUERANGESET
Generated constant - Attribute key ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrValueRangeModel
public SolrValueRangeModel()Generated constructor - Default constructor for generic creation. -
SolrValueRangeModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_from- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch_name- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch_solrValueRangeSet- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_from- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch_name- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_solrValueRangeSet- initial attribute declared by typeSolrValueRangeat extensionsolrfacetsearch
-
-
Method Details
-
getFrom
Generated method - Getter of theSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- Returns:
- the from
-
getName
Generated method - Getter of theSolrValueRange.nameattribute defined at extensionsolrfacetsearch.- Returns:
- the name
-
getSolrValueRangeSet
@Accessor(qualifier="solrValueRangeSet", type=GETTER) public SolrValueRangeSetModel getSolrValueRangeSet()Generated method - Getter of theSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.- Returns:
- the solrValueRangeSet
-
getTo
Generated method - Getter of theSolrValueRange.toattribute defined at extensionsolrfacetsearch.- Returns:
- the to
-
setFrom
Generated method - Setter ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- Parameters:
value- the from
-
setName
Generated method - Setter ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.- Parameters:
value- the name
-
setSolrValueRangeSet
@Accessor(qualifier="solrValueRangeSet", type=SETTER) public void setSolrValueRangeSet(SolrValueRangeSetModel value) Generated method - Setter ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrValueRangeSet
-
setTo
Generated method - Setter ofSolrValueRange.toattribute defined at extensionsolrfacetsearch.- Parameters:
value- the to
-