Class OutboundSyncCronJobModel

All Implemented Interfaces:
Serializable

public class OutboundSyncCronJobModel extends CronJobModel
Generated model class for type OutboundSyncCronJob first defined at extension outboundsync.
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:
  • Constructor Details

    • OutboundSyncCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public OutboundSyncCronJobModel(OutboundSyncJobModel _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 OutboundSyncCronJob at extension outboundsync
    • OutboundSyncCronJobModel

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