Class GeneratedProcessTaskLogMaintenanceJob

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

public abstract class GeneratedProcessTaskLogMaintenanceJob extends ServicelayerJob
Generated class for type ProcessTaskLogMaintenanceJob.
See Also:
  • Field Details

    • AGE

      public static final String AGE
      Qualifier of the ProcessTaskLogMaintenanceJob.age attribute
      See Also:
    • NUMBEROFLOGS

      public static final String NUMBEROFLOGS
      Qualifier of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute
      See Also:
    • QUERYCOUNT

      public static final String QUERYCOUNT
      Qualifier of the ProcessTaskLogMaintenanceJob.queryCount attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedProcessTaskLogMaintenanceJob

      public GeneratedProcessTaskLogMaintenanceJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getAge(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.age attribute.
      Returns:
      the age
    • getAge

      public Integer getAge()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.age attribute.
      Returns:
      the age
    • getAgeAsPrimitive

      public int getAgeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.age attribute.
      Returns:
      the age
    • getAgeAsPrimitive

      public int getAgeAsPrimitive()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.age attribute.
      Returns:
      the age
    • setAge

      public void setAge(SessionContext ctx, Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.age attribute.
      Parameters:
      value - the age
    • setAge

      public void setAge(Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.age attribute.
      Parameters:
      value - the age
    • setAge

      public void setAge(SessionContext ctx, int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.age attribute.
      Parameters:
      value - the age
    • setAge

      public void setAge(int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.age attribute.
      Parameters:
      value - the age
    • getNumberOfLogs

      public Integer getNumberOfLogs(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Returns:
      the numberOfLogs
    • getNumberOfLogs

      public Integer getNumberOfLogs()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Returns:
      the numberOfLogs
    • getNumberOfLogsAsPrimitive

      public int getNumberOfLogsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Returns:
      the numberOfLogs
    • getNumberOfLogsAsPrimitive

      public int getNumberOfLogsAsPrimitive()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Returns:
      the numberOfLogs
    • setNumberOfLogs

      public void setNumberOfLogs(SessionContext ctx, Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Parameters:
      value - the numberOfLogs
    • setNumberOfLogs

      public void setNumberOfLogs(Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Parameters:
      value - the numberOfLogs
    • setNumberOfLogs

      public void setNumberOfLogs(SessionContext ctx, int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Parameters:
      value - the numberOfLogs
    • setNumberOfLogs

      public void setNumberOfLogs(int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
      Parameters:
      value - the numberOfLogs
    • getQueryCount

      public Integer getQueryCount(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Returns:
      the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • getQueryCount

      public Integer getQueryCount()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Returns:
      the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • getQueryCountAsPrimitive

      public int getQueryCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Returns:
      the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • getQueryCountAsPrimitive

      public int getQueryCountAsPrimitive()
      Generated method - Getter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Returns:
      the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • setQueryCount

      public void setQueryCount(SessionContext ctx, Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Parameters:
      value - the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • setQueryCount

      public void setQueryCount(Integer value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Parameters:
      value - the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • setQueryCount

      public void setQueryCount(SessionContext ctx, int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Parameters:
      value - the queryCount - Maximum number of items that can be retrieved form DB and thus removed
    • setQueryCount

      public void setQueryCount(int value)
      Generated method - Setter of the ProcessTaskLogMaintenanceJob.queryCount attribute.
      Parameters:
      value - the queryCount - Maximum number of items that can be retrieved form DB and thus removed