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

public class SolrModifiedItemModel extends ItemModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
    static final String
    Generated constant - Attribute key of SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
    static final String
    Generated constant - Attribute key of SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
    static final String
    Generated constant - Attribute key of SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.

    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
    Generated constructor - Default constructor for generic creation.
    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
    SolrModifiedItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
    Generated method - Getter of the SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
    Generated method - Getter of the SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
    Generated method - Getter of the SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.
    void
    Generated method - Setter of SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
    void
    Generated method - Setter of SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
    void
    Generated method - Setter of SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
    void
    Generated method - Setter of SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION

      public static final String _BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
      Generated relation code constant for relation BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch.
      See Also:
    • MODIFIEDTYPECODE

      public static final String MODIFIEDTYPECODE
      Generated constant - Attribute key of SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
      See Also:
    • MODIFIEDPK

      public static final String MODIFIEDPK
      Generated constant - Attribute key of SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
      See Also:
    • MODIFICATIONTYPE

      public static final String MODIFICATIONTYPE
      Generated constant - Attribute key of SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
      See Also:
    • PARENT

      public static final String PARENT
      Generated constant - Attribute key of SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.
      See Also:
  • Constructor Details

    • SolrModifiedItemModel

      public SolrModifiedItemModel()
      Generated constructor - Default constructor for generic creation.
    • SolrModifiedItemModel

      public SolrModifiedItemModel(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
    • SolrModifiedItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getModificationType

      @Accessor(qualifier="modificationType", type=GETTER) public SolrItemModificationType getModificationType()
      Generated method - Getter of the SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
      Returns:
      the modificationType
    • getModifiedPk

      @Accessor(qualifier="modifiedPk", type=GETTER) public Long getModifiedPk()
      Generated method - Getter of the SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
      Returns:
      the modifiedPk
    • getModifiedTypeCode

      @Accessor(qualifier="modifiedTypeCode", type=GETTER) public String getModifiedTypeCode()
      Generated method - Getter of the SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
      Returns:
      the modifiedTypeCode
    • getParent

      @Accessor(qualifier="parent", type=GETTER) public BackofficeSolrIndexerCronJobModel getParent()
      Generated method - Getter of the SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.
      Returns:
      the parent
    • setModificationType

      @Accessor(qualifier="modificationType", type=SETTER) public void setModificationType(SolrItemModificationType value)
      Generated method - Setter of SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the modificationType
    • setModifiedPk

      @Accessor(qualifier="modifiedPk", type=SETTER) public void setModifiedPk(Long value)
      Generated method - Setter of SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the modifiedPk
    • setModifiedTypeCode

      @Accessor(qualifier="modifiedTypeCode", type=SETTER) public void setModifiedTypeCode(String value)
      Generated method - Setter of SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the modifiedTypeCode
    • setParent

      @Accessor(qualifier="parent", type=SETTER) public void setParent(BackofficeSolrIndexerCronJobModel value)
      Generated method - Setter of SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.
      Parameters:
      value - the parent