Class CatalogVersionSyncCronJobHistoryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobHistoryModel
de.hybris.platform.catalog.model.synchronization.CatalogVersionSyncCronJobHistoryModel
All Implemented Interfaces:
Serializable

public class CatalogVersionSyncCronJobHistoryModel extends CronJobHistoryModel
Generated model class for type CatalogVersionSyncCronJobHistory first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PROCESSEDITEMSCOUNT
      Generated constant - Attribute key of CatalogVersionSyncCronJobHistory.processedItemsCount attribute defined at extension catalog.
      See Also:
    • SCHEDULEDITEMSCOUNT

      public static final String SCHEDULEDITEMSCOUNT
      Generated constant - Attribute key of CatalogVersionSyncCronJobHistory.scheduledItemsCount attribute defined at extension catalog.
      See Also:
    • DUMPEDITEMSCOUNT

      public static final String DUMPEDITEMSCOUNT
      Generated constant - Attribute key of CatalogVersionSyncCronJobHistory.dumpedItemsCount attribute defined at extension catalog.
      See Also:
    • FULLSYNC

      public static final String FULLSYNC
      Generated constant - Attribute key of CatalogVersionSyncCronJobHistory.fullSync attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • CatalogVersionSyncCronJobHistoryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncCronJobHistoryModel(String _cronJobCode, String _jobCode, int _nodeID, Date _startTime)
      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:
      _cronJobCode - initial attribute declared by type CronJobHistory at extension processing
      _jobCode - initial attribute declared by type CronJobHistory at extension processing
      _nodeID - initial attribute declared by type CronJobHistory at extension processing
      _startTime - initial attribute declared by type CronJobHistory at extension processing
    • CatalogVersionSyncCronJobHistoryModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncCronJobHistoryModel(String _cronJobCode, String _jobCode, int _nodeID, ItemModel _owner, Date _startTime)
      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:
      _cronJobCode - initial attribute declared by type CronJobHistory at extension processing
      _jobCode - initial attribute declared by type CronJobHistory at extension processing
      _nodeID - initial attribute declared by type CronJobHistory at extension processing
      _owner - initial attribute declared by type Item at extension core
      _startTime - initial attribute declared by type CronJobHistory at extension processing
  • Method Details

    • getDumpedItemsCount

      @Accessor(qualifier="dumpedItemsCount", type=GETTER) public Integer getDumpedItemsCount()
      Generated method - Getter of the CatalogVersionSyncCronJobHistory.dumpedItemsCount attribute defined at extension catalog.
      Returns:
      the dumpedItemsCount
    • getFullSync

      @Accessor(qualifier="fullSync", type=GETTER) public Boolean getFullSync()
      Generated method - Getter of the CatalogVersionSyncCronJobHistory.fullSync attribute defined at extension catalog.
      Returns:
      the fullSync
    • getProcessedItemsCount

      @Accessor(qualifier="processedItemsCount", type=GETTER) public Integer getProcessedItemsCount()
      Generated method - Getter of the CatalogVersionSyncCronJobHistory.processedItemsCount attribute defined at extension catalog.
      Returns:
      the processedItemsCount
    • getScheduledItemsCount

      @Accessor(qualifier="scheduledItemsCount", type=GETTER) public Integer getScheduledItemsCount()
      Generated method - Getter of the CatalogVersionSyncCronJobHistory.scheduledItemsCount attribute defined at extension catalog.
      Returns:
      the scheduledItemsCount
    • setDumpedItemsCount

      @Accessor(qualifier="dumpedItemsCount", type=SETTER) public void setDumpedItemsCount(Integer value)
      Generated method - Setter of CatalogVersionSyncCronJobHistory.dumpedItemsCount attribute defined at extension catalog.
      Parameters:
      value - the dumpedItemsCount
    • setFullSync

      @Accessor(qualifier="fullSync", type=SETTER) public void setFullSync(Boolean value)
      Generated method - Setter of CatalogVersionSyncCronJobHistory.fullSync attribute defined at extension catalog.
      Parameters:
      value - the fullSync
    • setProcessedItemsCount

      @Accessor(qualifier="processedItemsCount", type=SETTER) public void setProcessedItemsCount(Integer value)
      Generated method - Setter of CatalogVersionSyncCronJobHistory.processedItemsCount attribute defined at extension catalog.
      Parameters:
      value - the processedItemsCount
    • setScheduledItemsCount

      @Accessor(qualifier="scheduledItemsCount", type=SETTER) public void setScheduledItemsCount(Integer value)
      Generated method - Setter of CatalogVersionSyncCronJobHistory.scheduledItemsCount attribute defined at extension catalog.
      Parameters:
      value - the scheduledItemsCount