Class SolrModifiedItemModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.backoffice.solrsearch.model.SolrModifiedItemModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrModifiedItem first defined at extension backofficesolrsearch.
- 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 relationBackofficeIndexerCronJob2RemovedItemRelationdefining source attributeparentin extensionbackofficesolrsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.static final StringGenerated constant - Attribute key ofSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.static final StringGenerated constant - Attribute key ofSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.static final StringGenerated constant - Attribute key ofSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.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.SolrModifiedItemModel(ItemModel _owner) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.Generated method - Getter of theSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.Generated method - Getter of theSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.Generated method - Getter of theSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.voidGenerated method - Setter ofSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.voidsetModifiedPk(Long value) Generated method - Setter ofSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.voidsetModifiedTypeCode(String value) Generated method - Setter ofSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.voidGenerated method - Setter ofSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.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:
-
_BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
Generated relation code constant for relationBackofficeIndexerCronJob2RemovedItemRelationdefining source attributeparentin extensionbackofficesolrsearch.- See Also:
-
MODIFIEDTYPECODE
Generated constant - Attribute key ofSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.- See Also:
-
MODIFIEDPK
Generated constant - Attribute key ofSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.- See Also:
-
MODIFICATIONTYPE
Generated constant - Attribute key ofSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.- See Also:
-
PARENT
Generated constant - Attribute key ofSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.- See Also:
-
-
Constructor Details
-
SolrModifiedItemModel
public SolrModifiedItemModel()Generated constructor - Default constructor for generic creation. -
SolrModifiedItemModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrModifiedItemModel
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
-
-
Method Details
-
getModificationType
@Accessor(qualifier="modificationType", type=GETTER) public SolrItemModificationType getModificationType()Generated method - Getter of theSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.- Returns:
- the modificationType
-
getModifiedPk
Generated method - Getter of theSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.- Returns:
- the modifiedPk
-
getModifiedTypeCode
Generated method - Getter of theSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.- Returns:
- the modifiedTypeCode
-
getParent
Generated method - Getter of theSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.- Returns:
- the parent
-
setModificationType
@Accessor(qualifier="modificationType", type=SETTER) public void setModificationType(SolrItemModificationType value) Generated method - Setter ofSolrModifiedItem.modificationTypeattribute defined at extensionbackofficesolrsearch.- Parameters:
value- the modificationType
-
setModifiedPk
Generated method - Setter ofSolrModifiedItem.modifiedPkattribute defined at extensionbackofficesolrsearch.- Parameters:
value- the modifiedPk
-
setModifiedTypeCode
Generated method - Setter ofSolrModifiedItem.modifiedTypeCodeattribute defined at extensionbackofficesolrsearch.- Parameters:
value- the modifiedTypeCode
-
setParent
@Accessor(qualifier="parent", type=SETTER) public void setParent(BackofficeSolrIndexerCronJobModel value) Generated method - Setter ofSolrModifiedItem.parentattribute defined at extensionbackofficesolrsearch.- Parameters:
value- the parent
-