Class GeneratedMediaProcessCronJob

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

public abstract class GeneratedMediaProcessCronJob extends CronJob
Generated class for type MediaProcessCronJob.
See Also:
  • Field Details

    • JOBMEDIA

      public static final String JOBMEDIA
      Qualifier of the MediaProcessCronJob.jobMedia attribute
      See Also:
    • CURRENTLINE

      public static final String CURRENTLINE
      Qualifier of the MediaProcessCronJob.currentLine attribute
      See Also:
    • LASTSUCCESSFULLINE

      public static final String LASTSUCCESSFULLINE
      Qualifier of the MediaProcessCronJob.lastSuccessfulLine attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedMediaProcessCronJob

      public GeneratedMediaProcessCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getCurrentLine(SessionContext ctx)
      Generated method - Getter of the MediaProcessCronJob.currentLine attribute.
      Returns:
      the currentLine
    • getCurrentLine

      public Integer getCurrentLine()
      Generated method - Getter of the MediaProcessCronJob.currentLine attribute.
      Returns:
      the currentLine
    • getCurrentLineAsPrimitive

      public int getCurrentLineAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MediaProcessCronJob.currentLine attribute.
      Returns:
      the currentLine
    • getCurrentLineAsPrimitive

      public int getCurrentLineAsPrimitive()
      Generated method - Getter of the MediaProcessCronJob.currentLine attribute.
      Returns:
      the currentLine
    • setCurrentLine

      public void setCurrentLine(SessionContext ctx, Integer value)
      Generated method - Setter of the MediaProcessCronJob.currentLine attribute.
      Parameters:
      value - the currentLine
    • setCurrentLine

      public void setCurrentLine(Integer value)
      Generated method - Setter of the MediaProcessCronJob.currentLine attribute.
      Parameters:
      value - the currentLine
    • setCurrentLine

      public void setCurrentLine(SessionContext ctx, int value)
      Generated method - Setter of the MediaProcessCronJob.currentLine attribute.
      Parameters:
      value - the currentLine
    • setCurrentLine

      public void setCurrentLine(int value)
      Generated method - Setter of the MediaProcessCronJob.currentLine attribute.
      Parameters:
      value - the currentLine
    • getJobMedia

      public JobMedia getJobMedia(SessionContext ctx)
      Generated method - Getter of the MediaProcessCronJob.jobMedia attribute.
      Returns:
      the jobMedia
    • getJobMedia

      public JobMedia getJobMedia()
      Generated method - Getter of the MediaProcessCronJob.jobMedia attribute.
      Returns:
      the jobMedia
    • setJobMedia

      public void setJobMedia(SessionContext ctx, JobMedia value)
      Generated method - Setter of the MediaProcessCronJob.jobMedia attribute.
      Parameters:
      value - the jobMedia
    • setJobMedia

      public void setJobMedia(JobMedia value)
      Generated method - Setter of the MediaProcessCronJob.jobMedia attribute.
      Parameters:
      value - the jobMedia
    • getLastSuccessfulLine

      public Integer getLastSuccessfulLine(SessionContext ctx)
      Generated method - Getter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLine

      public Integer getLastSuccessfulLine()
      Generated method - Getter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLineAsPrimitive

      public int getLastSuccessfulLineAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLineAsPrimitive

      public int getLastSuccessfulLineAsPrimitive()
      Generated method - Getter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(SessionContext ctx, Integer value)
      Generated method - Setter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(Integer value)
      Generated method - Setter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(SessionContext ctx, int value)
      Generated method - Setter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(int value)
      Generated method - Setter of the MediaProcessCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine