Class ProcessTaskLogMaintenanceJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessTaskLogMaintenanceJobModel
    extends ServicelayerJobModel
    Generated model class for type ProcessTaskLogMaintenanceJob first defined at extension processing.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • AGE

        public static final java.lang.String AGE
        Generated constant - Attribute key of ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.
        See Also:
        Constant Field Values
      • NUMBEROFLOGS

        public static final java.lang.String NUMBEROFLOGS
        Generated constant - Attribute key of ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.
        See Also:
        Constant Field Values
      • QUERYCOUNT

        public static final java.lang.String QUERYCOUNT
        Generated constant - Attribute key of ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProcessTaskLogMaintenanceJobModel

        public ProcessTaskLogMaintenanceJobModel()
        Generated constructor - Default constructor for generic creation.
      • ProcessTaskLogMaintenanceJobModel

        public ProcessTaskLogMaintenanceJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • ProcessTaskLogMaintenanceJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProcessTaskLogMaintenanceJobModel​(int _age,
                                                 java.lang.String _code,
                                                 int _numberOfLogs,
                                                 java.lang.String _springId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _age - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
        _code - initial attribute declared by type Job at extension processing
        _numberOfLogs - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
        _springId - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
      • ProcessTaskLogMaintenanceJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProcessTaskLogMaintenanceJobModel​(int _age,
                                                 java.lang.String _code,
                                                 java.lang.Integer _nodeID,
                                                 int _numberOfLogs,
                                                 ItemModel _owner,
                                                 java.lang.String _springId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _age - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
        _code - initial attribute declared by type Job at extension processing
        _nodeID - initial attribute declared by type Job at extension processing
        _numberOfLogs - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
        _owner - initial attribute declared by type Item at extension core
        _springId - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing
    • Method Detail

      • getAge

        @Accessor(qualifier="age",
                  type=GETTER)
        public int getAge()
        Generated method - Getter of the ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.
        Returns:
        the age
      • getNumberOfLogs

        @Accessor(qualifier="numberOfLogs",
                  type=GETTER)
        public int getNumberOfLogs()
        Generated method - Getter of the ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.
        Returns:
        the numberOfLogs
      • getQueryCount

        @Accessor(qualifier="queryCount",
                  type=GETTER)
        public int getQueryCount()
        Generated method - Getter of the ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.
        Returns:
        the queryCount - Maximum number of items that can be retrieved form DB and thus removed
      • setAge

        @Accessor(qualifier="age",
                  type=SETTER)
        public void setAge​(int value)
        Generated method - Setter of ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.
        Parameters:
        value - the age
      • setNumberOfLogs

        @Accessor(qualifier="numberOfLogs",
                  type=SETTER)
        public void setNumberOfLogs​(int value)
        Generated method - Setter of ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.
        Parameters:
        value - the numberOfLogs
      • setQueryCount

        @Accessor(qualifier="queryCount",
                  type=SETTER)
        public void setQueryCount​(int value)
        Generated method - Setter of ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.
        Parameters:
        value - the queryCount - Maximum number of items that can be retrieved form DB and thus removed