Class DistributedProcessWorkerTaskModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.task.TaskModel
de.hybris.platform.processing.model.DistributedProcessWorkerTaskModel
All Implemented Interfaces:
Serializable

public class DistributedProcessWorkerTaskModel extends TaskModel
Generated model class for type DistributedProcessWorkerTask first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String CONDITIONID
      Generated constant - Attribute key of DistributedProcessWorkerTask.conditionId attribute defined at extension processing.
      See Also:
  • Constructor Details

    • DistributedProcessWorkerTaskModel

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

      public DistributedProcessWorkerTaskModel(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
    • DistributedProcessWorkerTaskModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessWorkerTaskModel(String _conditionId, String _runnerBean)
      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:
      _conditionId - initial attribute declared by type DistributedProcessWorkerTask at extension processing
      _runnerBean - initial attribute declared by type Task at extension processing
    • DistributedProcessWorkerTaskModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessWorkerTaskModel(String _conditionId, ItemModel _owner, String _runnerBean)
      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:
      _conditionId - initial attribute declared by type DistributedProcessWorkerTask at extension processing
      _owner - initial attribute declared by type Item at extension core
      _runnerBean - initial attribute declared by type Task at extension processing
  • Method Details

    • getConditionId

      @Accessor(qualifier="conditionId", type=GETTER) public String getConditionId()
      Generated method - Getter of the DistributedProcessWorkerTask.conditionId attribute defined at extension processing.
      Returns:
      the conditionId
    • getContextItem

      @Accessor(qualifier="contextItem", type=GETTER) public BatchModel getContextItem()
      Generated method - Getter of the Task.contextItem attribute defined at extension processing and redeclared at extension processing.
      Overrides:
      getContextItem in class TaskModel
      Returns:
      the contextItem
    • setConditionId

      @Accessor(qualifier="conditionId", type=SETTER) public void setConditionId(String value)
      Generated method - Initial setter of DistributedProcessWorkerTask.conditionId attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the conditionId
    • setContextItem

      @Accessor(qualifier="contextItem", type=SETTER) public void setContextItem(ItemModel value)
      Generated method - Setter of Task.contextItem attribute defined at extension processing and redeclared at extension processing. Will only accept values of type BatchModel.
      Overrides:
      setContextItem in class TaskModel
      Parameters:
      value - the contextItem