Class SolrModifiedItemModel

All Implemented Interfaces:
Serializable

public class SolrModifiedItemModel extends ItemModel
Generated model class for type SolrModifiedItem first defined at extension backofficesolrsearch.
See Also:
  • 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(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

      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