Class DataLoaderCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataLoaderCronJobModel
    extends CronJobModel
    Generated model class for type DataLoaderCronJob first defined at extension sapproductconfigmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String SAPCONFIGURATION
        Generated constant - Attribute key of DataLoaderCronJob.sapConfiguration attribute defined at extension sapproductconfigmodel.
        See Also:
        Constant Field Values
      • TRIGGERMODE

        public static final java.lang.String TRIGGERMODE
        Generated constant - Attribute key of DataLoaderCronJob.triggerMode attribute defined at extension sapproductconfigmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataLoaderCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DataLoaderCronJobModel​(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
      • DataLoaderCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DataLoaderCronJobModel​(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

      • getSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=GETTER)
        public SAPConfigurationModel getSapConfiguration()
        Generated method - Getter of the DataLoaderCronJob.sapConfiguration attribute defined at extension sapproductconfigmodel.
        Returns:
        the sapConfiguration
      • getTriggerMode

        @Accessor(qualifier="triggerMode",
                  type=GETTER)
        public DataLoadTriggerMode getTriggerMode()
        Generated method - Getter of the DataLoaderCronJob.triggerMode attribute defined at extension sapproductconfigmodel.
        Returns:
        the triggerMode
      • setSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=SETTER)
        public void setSapConfiguration​(SAPConfigurationModel value)
        Generated method - Setter of DataLoaderCronJob.sapConfiguration attribute defined at extension sapproductconfigmodel.
        Parameters:
        value - the sapConfiguration
      • setTriggerMode

        @Accessor(qualifier="triggerMode",
                  type=SETTER)
        public void setTriggerMode​(DataLoadTriggerMode value)
        Generated method - Setter of DataLoaderCronJob.triggerMode attribute defined at extension sapproductconfigmodel.
        Parameters:
        value - the triggerMode