Class ProcessTaskLogModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.ProcessTaskLogModel
All Implemented Interfaces:
Serializable

public class ProcessTaskLogModel extends ItemModel
Generated model class for type ProcessTaskLog first defined at extension processing.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation Process2TaskLogRelation defining source attribute process in extension processing.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.actionId attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.clusterId attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.endDate attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.logMessages attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.process attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.returnCode attribute defined at extension processing.
    static final String
    Generated constant - Attribute key of ProcessTaskLog.startDate attribute defined at extension processing.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    ProcessTaskLogModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    ProcessTaskLogModel(String _actionId, Integer _clusterId, ItemModel _owner, BusinessProcessModel _process)
    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
    ProcessTaskLogModel(String _actionId, Integer _clusterId, BusinessProcessModel _process)
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ProcessTaskLog.actionId attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.clusterId attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.endDate attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.logMessages attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.process attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.returnCode attribute defined at extension processing.
    Generated method - Getter of the ProcessTaskLog.startDate attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.actionId attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.clusterId attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.endDate attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.logMessages attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.process attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.returnCode attribute defined at extension processing.
    void
    Generated method - Setter of ProcessTaskLog.startDate attribute defined at extension processing.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _PROCESS2TASKLOGRELATION
      Generated relation code constant for relation Process2TaskLogRelation defining source attribute process in extension processing.
      See Also:
    • RETURNCODE

      public static final String RETURNCODE
      Generated constant - Attribute key of ProcessTaskLog.returnCode attribute defined at extension processing.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Generated constant - Attribute key of ProcessTaskLog.startDate attribute defined at extension processing.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of ProcessTaskLog.endDate attribute defined at extension processing.
      See Also:
    • ACTIONID

      public static final String ACTIONID
      Generated constant - Attribute key of ProcessTaskLog.actionId attribute defined at extension processing.
      See Also:
    • CLUSTERID

      public static final String CLUSTERID
      Generated constant - Attribute key of ProcessTaskLog.clusterId attribute defined at extension processing.
      See Also:
    • LOGMESSAGES

      public static final String LOGMESSAGES
      Generated constant - Attribute key of ProcessTaskLog.logMessages attribute defined at extension processing.
      See Also:
    • PROCESS

      public static final String PROCESS
      Generated constant - Attribute key of ProcessTaskLog.process attribute defined at extension processing.
      See Also:
  • Constructor Details

    • ProcessTaskLogModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, BusinessProcessModel _process)
      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:
      _actionId - initial attribute declared by type ProcessTaskLog at extension processing
      _clusterId - initial attribute declared by type ProcessTaskLog at extension processing
      _process - initial attribute declared by type ProcessTaskLog at extension processing
    • ProcessTaskLogModel

      @Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, ItemModel _owner, BusinessProcessModel _process)
      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:
      _actionId - initial attribute declared by type ProcessTaskLog at extension processing
      _clusterId - initial attribute declared by type ProcessTaskLog at extension processing
      _owner - initial attribute declared by type Item at extension core
      _process - initial attribute declared by type ProcessTaskLog at extension processing
  • Method Details

    • getActionId

      @Accessor(qualifier="actionId", type=GETTER) public String getActionId()
      Generated method - Getter of the ProcessTaskLog.actionId attribute defined at extension processing.
      Returns:
      the actionId - ID of the action performed
    • getClusterId

      @Accessor(qualifier="clusterId", type=GETTER) public Integer getClusterId()
      Generated method - Getter of the ProcessTaskLog.clusterId attribute defined at extension processing.
      Returns:
      the clusterId - ID of the cluster where action performed
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the ProcessTaskLog.endDate attribute defined at extension processing.
      Returns:
      the endDate - Date when task was ended
    • getLogMessages

      @Accessor(qualifier="logMessages", type=GETTER) public String getLogMessages()
      Generated method - Getter of the ProcessTaskLog.logMessages attribute defined at extension processing.
      Returns:
      the logMessages - Messages given during the process.
    • getProcess

      @Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
      Generated method - Getter of the ProcessTaskLog.process attribute defined at extension processing.
      Returns:
      the process
    • getReturnCode

      @Accessor(qualifier="returnCode", type=GETTER) public String getReturnCode()
      Generated method - Getter of the ProcessTaskLog.returnCode attribute defined at extension processing.
      Returns:
      the returnCode - Return code of the task.
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Generated method - Getter of the ProcessTaskLog.startDate attribute defined at extension processing.
      Returns:
      the startDate - Date when task was started
    • setActionId

      @Accessor(qualifier="actionId", type=SETTER) public void setActionId(String value)
      Generated method - Setter of ProcessTaskLog.actionId attribute defined at extension processing.
      Parameters:
      value - the actionId - ID of the action performed
    • setClusterId

      @Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(Integer value)
      Generated method - Setter of ProcessTaskLog.clusterId attribute defined at extension processing.
      Parameters:
      value - the clusterId - ID of the cluster where action performed
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Generated method - Setter of ProcessTaskLog.endDate attribute defined at extension processing.
      Parameters:
      value - the endDate - Date when task was ended
    • setLogMessages

      @Accessor(qualifier="logMessages", type=SETTER) public void setLogMessages(String value)
      Generated method - Setter of ProcessTaskLog.logMessages attribute defined at extension processing.
      Parameters:
      value - the logMessages - Messages given during the process.
    • setProcess

      @Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
      Generated method - Setter of ProcessTaskLog.process attribute defined at extension processing.
      Parameters:
      value - the process
    • setReturnCode

      @Accessor(qualifier="returnCode", type=SETTER) public void setReturnCode(String value)
      Generated method - Setter of ProcessTaskLog.returnCode attribute defined at extension processing.
      Parameters:
      value - the returnCode - Return code of the task.
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Generated method - Setter of ProcessTaskLog.startDate attribute defined at extension processing.
      Parameters:
      value - the startDate - Date when task was started