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:
java.io.Serializable
public class SolrValueRangeModel extends ItemModel
Generated model class for type SolrValueRange first defined at extension solrfacetsearch.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_SOLRVALUERANGESET2SOLRVALUERANGERELATIONGenerated relation code constant for relationSolrValueRangeSet2SolrValueRangeRelationdefining source attributesolrValueRangeSetin extensionsolrfacetsearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFROMGenerated constant - Attribute key ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.static java.lang.StringNAMEGenerated constant - Attribute key ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRVALUERANGESETGenerated constant - Attribute key ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRVALUERANGESETPOSGenerated constant - Attribute key ofSolrValueRange.solrValueRangeSetPOSattribute defined at extensionsolrfacetsearch.static java.lang.StringTOGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrValueRangeModel()Generated constructor - Default constructor for generic creation.SolrValueRangeModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrValueRangeModel(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 parametersSolrValueRangeModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFrom()Generated method - Getter of theSolrValueRange.fromattribute defined at extensionsolrfacetsearch.java.lang.StringgetName()Generated method - Getter of theSolrValueRange.nameattribute defined at extensionsolrfacetsearch.SolrValueRangeSetModelgetSolrValueRangeSet()Generated method - Getter of theSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.java.lang.StringgetTo()Generated method - Getter of theSolrValueRange.toattribute defined at extensionsolrfacetsearch.voidsetFrom(java.lang.String value)Generated method - Setter ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.voidsetName(java.lang.String value)Generated method - Setter ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.voidsetSolrValueRangeSet(SolrValueRangeSetModel value)Generated method - Setter ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.voidsetTo(java.lang.String value)Generated 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, 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
-
-
-
-
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 relationSolrValueRangeSet2SolrValueRangeRelationdefining source attributesolrValueRangeSetin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSolrValueRange.nameattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FROM
public static final java.lang.String FROM
Generated constant - Attribute key ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
TO
public static final java.lang.String TO
Generated constant - Attribute key ofSolrValueRange.toattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRVALUERANGESETPOS
public static final java.lang.String SOLRVALUERANGESETPOS
Generated constant - Attribute key ofSolrValueRange.solrValueRangeSetPOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRVALUERANGESET
public static final java.lang.String SOLRVALUERANGESET
Generated constant - Attribute key ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.- 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 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(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 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 Detail
-
getFrom
@Accessor(qualifier="from", type=GETTER) public java.lang.String getFrom()
Generated method - Getter of theSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- Returns:
- the from
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String 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
@Accessor(qualifier="to", type=GETTER) public java.lang.String getTo()
Generated method - Getter of theSolrValueRange.toattribute defined at extensionsolrfacetsearch.- Returns:
- the to
-
setFrom
@Accessor(qualifier="from", type=SETTER) public void setFrom(java.lang.String value)
Generated method - Setter ofSolrValueRange.fromattribute defined at extensionsolrfacetsearch.- Parameters:
value- the from
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
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
-
-