Class Y2YSyncCronJobModel

All Implemented Interfaces:
Serializable

public class Y2YSyncCronJobModel extends CronJobModel
Generated model class for type Y2YSyncCronJob first defined at extension y2ysync.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _JOBCRONJOBRELATION
      Generated relation code constant for relation JobCronJobRelation defining source attribute job in extension processing.
      See Also:
    • IMPEXZIP

      public static final String IMPEXZIP
      Generated constant - Attribute key of Y2YSyncCronJob.impexZip attribute defined at extension y2ysync.
      See Also:
    • MEDIASZIP

      public static final String MEDIASZIP
      Generated constant - Attribute key of Y2YSyncCronJob.mediasZip attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • Y2YSyncCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncCronJobModel(Y2YSyncJobModel _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 Y2YSyncCronJob at extension y2ysync
    • Y2YSyncCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncCronJobModel(Y2YSyncJobModel _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 Y2YSyncCronJob at extension y2ysync
      _owner - initial attribute declared by type Item at extension core
  • Method Details