Class SolrIndexerQueryParameterModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrIndexerQueryParameterModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrIndexerQueryParameter 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 relationSolrIndexerQuery2SolrIndexerQueryParameterdefining source attributesolrIndexerQueryin extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryPOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQueryParameter.valueattribute 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 contextSolrIndexerQueryParameterModel(String _name, ItemModel _owner, String _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerQueryParameterModel(String _name, String _value) 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 TypeMethodDescriptiongetName()Generated method - Getter of theSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.getValue()Generated method - Getter of theSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQueryParameter.valueattribute 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:
-
_SOLRINDEXERQUERY2SOLRINDEXERQUERYPARAMETER
Generated relation code constant for relationSolrIndexerQuery2SolrIndexerQueryParameterdefining source attributesolrIndexerQueryin extensionsolrfacetsearch.- See Also:
-
NAME
Generated constant - Attribute key ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.- See Also:
-
VALUE
Generated constant - Attribute key ofSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXERQUERYPOS
Generated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryPOSattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXERQUERY
Generated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrIndexerQueryParameterModel
public SolrIndexerQueryParameterModel()Generated constructor - Default constructor for generic creation. -
SolrIndexerQueryParameterModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrIndexerQueryParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerQueryParameterModel(String _name, String _value) 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 typeSolrIndexerQueryParameterat extensionsolrfacetsearch_value- initial attribute declared by typeSolrIndexerQueryParameterat extensionsolrfacetsearch
-
SolrIndexerQueryParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerQueryParameterModel(String _name, ItemModel _owner, String _value) 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 typeSolrIndexerQueryParameterat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeSolrIndexerQueryParameterat extensionsolrfacetsearch
-
-
Method Details
-
getName
Generated method - Getter of theSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.- Returns:
- the name - name of the parameter
-
getSolrIndexerQuery
@Accessor(qualifier="solrIndexerQuery", type=GETTER) public SolrIndexerQueryModel getSolrIndexerQuery()Generated method - Getter of theSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.- Returns:
- the solrIndexerQuery
-
getValue
Generated method - Getter of theSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.- Returns:
- the value - value of the parameter
-
setName
Generated method - Setter ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.- Parameters:
value- the name - name of the parameter
-
setSolrIndexerQuery
@Accessor(qualifier="solrIndexerQuery", type=SETTER) public void setSolrIndexerQuery(SolrIndexerQueryModel value) Generated method - Setter ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrIndexerQuery
-
setValue
Generated method - Setter ofSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.- Parameters:
value- the value - value of the parameter
-