Class GeneratedProcessTaskLogMaintenanceJob

    • Field Detail

      • AGE

        public static final java.lang.String AGE
        Qualifier of the ProcessTaskLogMaintenanceJob.age attribute
        See Also:
        Constant Field Values
      • NUMBEROFLOGS

        public static final java.lang.String NUMBEROFLOGS
        Qualifier of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute
        See Also:
        Constant Field Values
      • QUERYCOUNT

        public static final java.lang.String QUERYCOUNT
        Qualifier of the ProcessTaskLogMaintenanceJob.queryCount 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

      • GeneratedProcessTaskLogMaintenanceJob

        public GeneratedProcessTaskLogMaintenanceJob()
    • Method Detail

      • getAge

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

        public java.lang.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,
                           java.lang.Integer value)
        Generated method - Setter of the ProcessTaskLogMaintenanceJob.age attribute.
        Parameters:
        value - the age
      • setAge

        public void setAge​(java.lang.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 java.lang.Integer getNumberOfLogs​(SessionContext ctx)
        Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
        Returns:
        the numberOfLogs
      • getNumberOfLogs

        public java.lang.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,
                                    java.lang.Integer value)
        Generated method - Setter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute.
        Parameters:
        value - the numberOfLogs
      • setNumberOfLogs

        public void setNumberOfLogs​(java.lang.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 java.lang.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 java.lang.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,
                                  java.lang.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​(java.lang.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