Class RemoveItemsCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobModel
de.hybris.platform.cronjob.model.RemoveItemsCronJobModel
All Implemented Interfaces:
Serializable

public class RemoveItemsCronJobModel extends CronJobModel
Generated model class for type RemoveItemsCronJob first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String ITEMPKS
      Generated constant - Attribute key of RemoveItemsCronJob.itemPKs attribute defined at extension processing.
      See Also:
    • ITEMSFOUND

      public static final String ITEMSFOUND
      Generated constant - Attribute key of RemoveItemsCronJob.itemsFound attribute defined at extension processing.
      See Also:
    • ITEMSDELETED

      public static final String ITEMSDELETED
      Generated constant - Attribute key of RemoveItemsCronJob.itemsDeleted attribute defined at extension processing.
      See Also:
    • ITEMSREFUSED

      public static final String ITEMSREFUSED
      Generated constant - Attribute key of RemoveItemsCronJob.itemsRefused attribute defined at extension processing.
      See Also:
    • CREATESAVEDVALUES

      public static final String CREATESAVEDVALUES
      Generated constant - Attribute key of RemoveItemsCronJob.createSavedValues attribute defined at extension processing.
      See Also:
  • Constructor Details

    • RemoveItemsCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public RemoveItemsCronJobModel(MediaModel _itemPKs, JobModel _job)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _itemPKs - initial attribute declared by type RemoveItemsCronJob at extension processing
      _job - initial attribute declared by type CronJob at extension processing
    • RemoveItemsCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public RemoveItemsCronJobModel(MediaModel _itemPKs, JobModel _job, 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:
      _itemPKs - initial attribute declared by type RemoveItemsCronJob at extension processing
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCreateSavedValues

      @Accessor(qualifier="createSavedValues", type=GETTER) public Boolean getCreateSavedValues()
      Generated method - Getter of the RemoveItemsCronJob.createSavedValues attribute defined at extension processing.
      Returns:
      the createSavedValues
    • getItemPKs

      @Accessor(qualifier="itemPKs", type=GETTER) public MediaModel getItemPKs()
      Generated method - Getter of the RemoveItemsCronJob.itemPKs attribute defined at extension processing.
      Returns:
      the itemPKs
    • getItemsDeleted

      @Accessor(qualifier="itemsDeleted", type=GETTER) public Integer getItemsDeleted()
      Generated method - Getter of the RemoveItemsCronJob.itemsDeleted attribute defined at extension processing.
      Returns:
      the itemsDeleted
    • getItemsFound

      @Accessor(qualifier="itemsFound", type=GETTER) public Integer getItemsFound()
      Generated method - Getter of the RemoveItemsCronJob.itemsFound attribute defined at extension processing.
      Returns:
      the itemsFound
    • getItemsRefused

      @Accessor(qualifier="itemsRefused", type=GETTER) public Integer getItemsRefused()
      Generated method - Getter of the RemoveItemsCronJob.itemsRefused attribute defined at extension processing.
      Returns:
      the itemsRefused
    • setCreateSavedValues

      @Accessor(qualifier="createSavedValues", type=SETTER) public void setCreateSavedValues(Boolean value)
      Generated method - Setter of RemoveItemsCronJob.createSavedValues attribute defined at extension processing.
      Parameters:
      value - the createSavedValues
    • setItemPKs

      @Accessor(qualifier="itemPKs", type=SETTER) public void setItemPKs(MediaModel value)
      Generated method - Setter of RemoveItemsCronJob.itemPKs attribute defined at extension processing.
      Parameters:
      value - the itemPKs
    • setItemsDeleted

      @Accessor(qualifier="itemsDeleted", type=SETTER) public void setItemsDeleted(Integer value)
      Generated method - Setter of RemoveItemsCronJob.itemsDeleted attribute defined at extension processing.
      Parameters:
      value - the itemsDeleted
    • setItemsFound

      @Accessor(qualifier="itemsFound", type=SETTER) public void setItemsFound(Integer value)
      Generated method - Setter of RemoveItemsCronJob.itemsFound attribute defined at extension processing.
      Parameters:
      value - the itemsFound
    • setItemsRefused

      @Accessor(qualifier="itemsRefused", type=SETTER) public void setItemsRefused(Integer value)
      Generated method - Setter of RemoveItemsCronJob.itemsRefused attribute defined at extension processing.
      Parameters:
      value - the itemsRefused