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:
java.io.Serializable
public class SolrIndexerQueryParameterModel extends ItemModel
Generated model class for type SolrIndexerQueryParameter 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_SOLRINDEXERQUERY2SOLRINDEXERQUERYPARAMETERGenerated relation code constant for relationSolrIndexerQuery2SolrIndexerQueryParameterdefining source attributesolrIndexerQueryin extensionsolrfacetsearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringNAMEGenerated constant - Attribute key ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRINDEXERQUERYGenerated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRINDEXERQUERYPOSGenerated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryPOSattribute defined at extensionsolrfacetsearch.static java.lang.StringVALUEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrIndexerQueryParameterModel()Generated constructor - Default constructor for generic creation.SolrIndexerQueryParameterModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrIndexerQueryParameterModel(java.lang.String _name, ItemModel _owner, java.lang.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(java.lang.String _name, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Generated method - Getter of theSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.SolrIndexerQueryModelgetSolrIndexerQuery()Generated method - Getter of theSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.java.lang.StringgetValue()Generated method - Getter of theSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.voidsetName(java.lang.String value)Generated method - Setter ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.voidsetSolrIndexerQuery(SolrIndexerQueryModel value)Generated method - Setter ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.voidsetValue(java.lang.String value)Generated 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, 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
-
_SOLRINDEXERQUERY2SOLRINDEXERQUERYPARAMETER
public static final java.lang.String _SOLRINDEXERQUERY2SOLRINDEXERQUERYPARAMETER
Generated relation code constant for relationSolrIndexerQuery2SolrIndexerQueryParameterdefining source attributesolrIndexerQueryin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSolrIndexerQueryParameter.nameattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRINDEXERQUERYPOS
public static final java.lang.String SOLRINDEXERQUERYPOS
Generated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryPOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRINDEXERQUERY
public static final java.lang.String SOLRINDEXERQUERY
Generated constant - Attribute key ofSolrIndexerQueryParameter.solrIndexerQueryattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrIndexerQueryParameterModel
public SolrIndexerQueryParameterModel()
Generated constructor - Default constructor for generic creation.
-
SolrIndexerQueryParameterModel
public SolrIndexerQueryParameterModel(ItemModelContext ctx)
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(java.lang.String _name, java.lang.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(java.lang.String _name, ItemModel _owner, java.lang.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 Detail
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String 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
@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
Generated method - Getter of theSolrIndexerQueryParameter.valueattribute defined at extensionsolrfacetsearch.- Returns:
- the value - value of the parameter
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
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
-
-