Class CatalogVersionSyncCronJobHistoryModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • PROCESSEDITEMSCOUNT

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

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

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

        public static final java.lang.String FULLSYNC
        Generated constant - Attribute key of CatalogVersionSyncCronJobHistory.fullSync attribute defined at extension catalog.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogVersionSyncCronJobHistoryModel

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

        public CatalogVersionSyncCronJobHistoryModel​(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​(java.lang.String _cronJobCode,
                                                     java.lang.String _jobCode,
                                                     int _nodeID,
                                                     java.util.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​(java.lang.String _cronJobCode,
                                                     java.lang.String _jobCode,
                                                     int _nodeID,
                                                     ItemModel _owner,
                                                     java.util.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 Detail

      • getDumpedItemsCount

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

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

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

        @Accessor(qualifier="scheduledItemsCount",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Integer value)
        Generated method - Setter of CatalogVersionSyncCronJobHistory.scheduledItemsCount attribute defined at extension catalog.
        Parameters:
        value - the scheduledItemsCount