Class FlexibleSearchSnIndexerItemSourceModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.searchservices.model.AbstractSnIndexerItemSourceModel
de.hybris.platform.searchservices.model.FlexibleSearchSnIndexerItemSourceModel
- All Implemented Interfaces:
Serializable
Generated model class for type FlexibleSearchSnIndexerItemSource first defined at extension searchservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.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.FlexibleSearchSnIndexerItemSourceModel(ItemModel _owner, String _query) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlexibleSearchSnIndexerItemSourceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, 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 TypeMethodDescriptiongetQuery()Generated method - Getter of theFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.voidGenerated method - Setter ofFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.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:
-
QUERY
Generated constant - Attribute key ofFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.- See Also:
-
-
Constructor Details
-
FlexibleSearchSnIndexerItemSourceModel
public FlexibleSearchSnIndexerItemSourceModel()Generated constructor - Default constructor for generic creation. -
FlexibleSearchSnIndexerItemSourceModel
public FlexibleSearchSnIndexerItemSourceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
FlexibleSearchSnIndexerItemSourceModel
@Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchSnIndexerItemSourceModel(String _query) 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:
_query- initial attribute declared by typeFlexibleSearchSnIndexerItemSourceat extensionsearchservices
-
FlexibleSearchSnIndexerItemSourceModel
@Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchSnIndexerItemSourceModel(ItemModel _owner, String _query) 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:
_owner- initial attribute declared by typeItemat extensioncore_query- initial attribute declared by typeFlexibleSearchSnIndexerItemSourceat extensionsearchservices
-
-
Method Details
-
getQuery
Generated method - Getter of theFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.- Returns:
- the query
-
setQuery
Generated method - Setter ofFlexibleSearchSnIndexerItemSource.queryattribute defined at extensionsearchservices.- Parameters:
value- the query
-