Class GeneratedDataLoaderCronJob

    • Field Detail

      • SAPCONFIGURATION

        public static final java.lang.String SAPCONFIGURATION
        Qualifier of the DataLoaderCronJob.sapConfiguration attribute
        See Also:
        Constant Field Values
      • TRIGGERMODE

        public static final java.lang.String TRIGGERMODE
        Qualifier of the DataLoaderCronJob.triggerMode attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDataLoaderCronJob

        public GeneratedDataLoaderCronJob()
    • Method Detail

      • getSapConfiguration

        public SAPConfiguration getSapConfiguration​(SessionContext ctx)
        Generated method - Getter of the DataLoaderCronJob.sapConfiguration attribute.
        Returns:
        the sapConfiguration
      • getSapConfiguration

        public SAPConfiguration getSapConfiguration()
        Generated method - Getter of the DataLoaderCronJob.sapConfiguration attribute.
        Returns:
        the sapConfiguration
      • setSapConfiguration

        public void setSapConfiguration​(SessionContext ctx,
                                        SAPConfiguration value)
        Generated method - Setter of the DataLoaderCronJob.sapConfiguration attribute.
        Parameters:
        value - the sapConfiguration
      • setSapConfiguration

        public void setSapConfiguration​(SAPConfiguration value)
        Generated method - Setter of the DataLoaderCronJob.sapConfiguration attribute.
        Parameters:
        value - the sapConfiguration
      • getTriggerMode

        public EnumerationValue getTriggerMode​(SessionContext ctx)
        Generated method - Getter of the DataLoaderCronJob.triggerMode attribute.
        Returns:
        the triggerMode
      • getTriggerMode

        public EnumerationValue getTriggerMode()
        Generated method - Getter of the DataLoaderCronJob.triggerMode attribute.
        Returns:
        the triggerMode
      • setTriggerMode

        public void setTriggerMode​(SessionContext ctx,
                                   EnumerationValue value)
        Generated method - Setter of the DataLoaderCronJob.triggerMode attribute.
        Parameters:
        value - the triggerMode
      • setTriggerMode

        public void setTriggerMode​(EnumerationValue value)
        Generated method - Setter of the DataLoaderCronJob.triggerMode attribute.
        Parameters:
        value - the triggerMode