Class GeneratedBatchJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
BatchJob

public abstract class GeneratedBatchJob extends Job
Generated class for type BatchJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBatchJob

      public GeneratedBatchJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedJob
    • getSteps

      public abstract List<Step> getSteps(SessionContext ctx)
      Generated method - Getter of the BatchJob.steps attribute.
      Returns:
      the steps
    • getSteps

      public List<Step> getSteps()
      Generated method - Getter of the BatchJob.steps attribute.
      Returns:
      the steps
    • setSteps

      public abstract void setSteps(SessionContext ctx, List<Step> value)
      Generated method - Setter of the BatchJob.steps attribute.
      Parameters:
      value - the steps
    • setSteps

      public void setSteps(List<Step> value)
      Generated method - Setter of the BatchJob.steps attribute.
      Parameters:
      value - the steps