Class ProcessTaskLogMaintenanceJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • AGE

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

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

      public static final String QUERYCOUNT
      Generated constant - Attribute key of ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.
      See Also:
  • Constructor Details

    • ProcessTaskLogMaintenanceJobModel

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

      public ProcessTaskLogMaintenanceJobModel(de.hybris.platform.servicelayer.model.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, String _code, int _numberOfLogs, 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, String _code, Integer _nodeID, int _numberOfLogs, ItemModel _owner, 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 Details

    • 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