Class DataSupplierCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataSupplierCronJobModel
    extends CronJobModel
    Generated model class for type DataSupplierCronJob first defined at extension hybrisdatasupplier.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String SAVEPAYLOAD
        Generated constant - Attribute key of DataSupplierCronJob.savePayload attribute defined at extension hybrisdatasupplier.
        See Also:
        Constant Field Values
      • RECENTPAYLOAD

        public static final java.lang.String RECENTPAYLOAD
        Generated constant - Attribute key of DataSupplierCronJob.recentPayload attribute defined at extension hybrisdatasupplier.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataSupplierCronJobModel

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

        public DataSupplierCronJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • DataSupplierCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DataSupplierCronJobModel​(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:
        _job - initial attribute declared by type CronJob at extension processing
      • DataSupplierCronJobModel

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

      • getRecentPayload

        @Accessor(qualifier="recentPayload",
                  type=GETTER)
        public CatalogUnawareMediaModel getRecentPayload()
        Generated method - Getter of the DataSupplierCronJob.recentPayload attribute defined at extension hybrisdatasupplier.
        Returns:
        the recentPayload
      • getSavePayload

        @Accessor(qualifier="savePayload",
                  type=GETTER)
        public java.lang.Boolean getSavePayload()
        Generated method - Getter of the DataSupplierCronJob.savePayload attribute defined at extension hybrisdatasupplier.
        Returns:
        the savePayload
      • setRecentPayload

        @Accessor(qualifier="recentPayload",
                  type=SETTER)
        public void setRecentPayload​(CatalogUnawareMediaModel value)
        Generated method - Setter of DataSupplierCronJob.recentPayload attribute defined at extension hybrisdatasupplier.
        Parameters:
        value - the recentPayload
      • setSavePayload

        @Accessor(qualifier="savePayload",
                  type=SETTER)
        public void setSavePayload​(java.lang.Boolean value)
        Generated method - Setter of DataSupplierCronJob.savePayload attribute defined at extension hybrisdatasupplier.
        Parameters:
        value - the savePayload