Class SolrValueRangeSetModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.solrfacetsearch.model.config.SolrValueRangeSetModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SolrValueRangeSetModel extends ItemModel
Generated model class for type SolrValueRangeSet 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_SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATIONGenerated relation code constant for relationSolrFacetSearchConfig2SolrValueRangeSetRelationdefining source attributefacetSearchConfigsin extensionsolrfacetsearch.static java.lang.String_SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATIONGenerated relation code constant for relationSolrIndexedProperty2SolrValueRangeSetRelationdefining source attributeindexedPropertiesin extensionsolrfacetsearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETSEARCHCONFIGSGenerated constant - Attribute key ofSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch.static java.lang.StringINDEXEDPROPERTIESGenerated constant - Attribute key ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.static java.lang.StringNAMEGenerated constant - Attribute key ofSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.static java.lang.StringQUALIFIERGenerated constant - Attribute key ofSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRVALUERANGESGenerated constant - Attribute key ofSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.static java.lang.StringTYPEGenerated constant - Attribute key ofSolrValueRangeSet.typeattribute 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 SolrValueRangeSetModel()Generated constructor - Default constructor for generic creation.SolrValueRangeSetModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrValueRangeSetModel(java.lang.String _name, ItemModel _owner, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrValueRangeSetModel(java.lang.String _name, java.lang.String _type)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.util.List<SolrFacetSearchConfigModel>getFacetSearchConfigs()Generated method - Getter of theSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch.java.util.List<SolrIndexedPropertyModel>getIndexedProperties()Generated method - Getter of theSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.java.lang.StringgetName()Generated method - Getter of theSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.java.lang.StringgetQualifier()Generated method - Getter of theSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.java.util.List<SolrValueRangeModel>getSolrValueRanges()Generated method - Getter of theSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.java.lang.StringgetType()Generated method - Getter of theSolrValueRangeSet.typeattribute defined at extensionsolrfacetsearch.voidsetFacetSearchConfigs(java.util.List<SolrFacetSearchConfigModel> value)Generated method - Setter ofSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch.voidsetIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)Generated method - Setter ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.voidsetName(java.lang.String value)Generated method - Setter ofSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.voidsetQualifier(java.lang.String value)Generated method - Setter ofSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.voidsetSolrValueRanges(java.util.List<SolrValueRangeModel> value)Generated method - Setter ofSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.voidsetType(java.lang.String value)Generated method - Setter ofSolrValueRangeSet.typeattribute 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
-
_SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
public static final java.lang.String _SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
Generated relation code constant for relationSolrFacetSearchConfig2SolrValueRangeSetRelationdefining source attributefacetSearchConfigsin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
_SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
public static final java.lang.String _SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
Generated relation code constant for relationSolrIndexedProperty2SolrValueRangeSetRelationdefining source attributeindexedPropertiesin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Generated constant - Attribute key ofSolrValueRangeSet.typeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
QUALIFIER
public static final java.lang.String QUALIFIER
Generated constant - Attribute key ofSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIGS
public static final java.lang.String FACETSEARCHCONFIGS
Generated constant - Attribute key ofSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRVALUERANGES
public static final java.lang.String SOLRVALUERANGES
Generated constant - Attribute key ofSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
INDEXEDPROPERTIES
public static final java.lang.String INDEXEDPROPERTIES
Generated constant - Attribute key ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrValueRangeSetModel
public SolrValueRangeSetModel()
Generated constructor - Default constructor for generic creation.
-
SolrValueRangeSetModel
public SolrValueRangeSetModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrValueRangeSetModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrValueRangeSetModel(java.lang.String _name, java.lang.String _type)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:
_name- initial attribute declared by typeSolrValueRangeSetat extensionsolrfacetsearch_type- initial attribute declared by typeSolrValueRangeSetat extensionsolrfacetsearch
-
SolrValueRangeSetModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrValueRangeSetModel(java.lang.String _name, ItemModel _owner, java.lang.String _type)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:
_name- initial attribute declared by typeSolrValueRangeSetat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_type- initial attribute declared by typeSolrValueRangeSetat extensionsolrfacetsearch
-
-
Method Detail
-
getFacetSearchConfigs
@Accessor(qualifier="facetSearchConfigs", type=GETTER) public java.util.List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
Generated method - Getter of theSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the facetSearchConfigs
-
getIndexedProperties
@Accessor(qualifier="indexedProperties", type=GETTER) public java.util.List<SolrIndexedPropertyModel> getIndexedProperties()
Generated method - Getter of theSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the indexedProperties
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.- Returns:
- the name
-
getQualifier
@Accessor(qualifier="qualifier", type=GETTER) public java.lang.String getQualifier()
Generated method - Getter of theSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.- Returns:
- the qualifier
-
getSolrValueRanges
@Accessor(qualifier="solrValueRanges", type=GETTER) public java.util.List<SolrValueRangeModel> getSolrValueRanges()
Generated method - Getter of theSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the solrValueRanges
-
getType
@Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
Generated method - Getter of theSolrValueRangeSet.typeattribute defined at extensionsolrfacetsearch.- Returns:
- the type
-
setFacetSearchConfigs
@Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(java.util.List<SolrFacetSearchConfigModel> value)
Generated method - Setter ofSolrValueRangeSet.facetSearchConfigsattribute defined at extensionsolrfacetsearch.- Parameters:
value- the facetSearchConfigs
-
setIndexedProperties
@Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)
Generated method - Setter ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.- Parameters:
value- the indexedProperties
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofSolrValueRangeSet.nameattribute defined at extensionsolrfacetsearch.- Parameters:
value- the name
-
setQualifier
@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(java.lang.String value)
Generated method - Setter ofSolrValueRangeSet.qualifierattribute defined at extensionsolrfacetsearch.- Parameters:
value- the qualifier
-
setSolrValueRanges
@Accessor(qualifier="solrValueRanges", type=SETTER) public void setSolrValueRanges(java.util.List<SolrValueRangeModel> value)
Generated method - Setter ofSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrValueRanges
-
-