Class ProcessTaskLogModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessTaskLogModel
    extends ItemModel
    Generated model class for type ProcessTaskLog first defined at extension processing.
    See Also:
    Serialized Form
    • 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 java.lang.String _PROCESS2TASKLOGRELATION
      Generated relation code constant for relation Process2TaskLogRelation defining source attribute process in extension processing.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ACTIONID
      Generated constant - Attribute key of ProcessTaskLog.actionId attribute defined at extension processing.
      static java.lang.String CLUSTERID
      Generated constant - Attribute key of ProcessTaskLog.clusterId attribute defined at extension processing.
      static java.lang.String ENDDATE
      Generated constant - Attribute key of ProcessTaskLog.endDate attribute defined at extension processing.
      static java.lang.String LOGMESSAGES
      Generated constant - Attribute key of ProcessTaskLog.logMessages attribute defined at extension processing.
      static java.lang.String PROCESS
      Generated constant - Attribute key of ProcessTaskLog.process attribute defined at extension processing.
      static java.lang.String RETURNCODE
      Generated constant - Attribute key of ProcessTaskLog.returnCode attribute defined at extension processing.
      static java.lang.String STARTDATE
      Generated constant - Attribute key of ProcessTaskLog.startDate attribute defined at extension processing.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessTaskLogModel()
      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​(java.lang.String _actionId, java.lang.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​(java.lang.String _actionId, java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActionId()
      Generated method - Getter of the ProcessTaskLog.actionId attribute defined at extension processing.
      java.lang.Integer getClusterId()
      Generated method - Getter of the ProcessTaskLog.clusterId attribute defined at extension processing.
      java.util.Date getEndDate()
      Generated method - Getter of the ProcessTaskLog.endDate attribute defined at extension processing.
      java.lang.String getLogMessages()
      Generated method - Getter of the ProcessTaskLog.logMessages attribute defined at extension processing.
      BusinessProcessModel getProcess()
      Generated method - Getter of the ProcessTaskLog.process attribute defined at extension processing.
      java.lang.String getReturnCode()
      Generated method - Getter of the ProcessTaskLog.returnCode attribute defined at extension processing.
      java.util.Date getStartDate()
      Generated method - Getter of the ProcessTaskLog.startDate attribute defined at extension processing.
      void setActionId​(java.lang.String value)
      Generated method - Setter of ProcessTaskLog.actionId attribute defined at extension processing.
      void setClusterId​(java.lang.Integer value)
      Generated method - Setter of ProcessTaskLog.clusterId attribute defined at extension processing.
      void setEndDate​(java.util.Date value)
      Generated method - Setter of ProcessTaskLog.endDate attribute defined at extension processing.
      void setLogMessages​(java.lang.String value)
      Generated method - Setter of ProcessTaskLog.logMessages attribute defined at extension processing.
      void setProcess​(BusinessProcessModel value)
      Generated method - Setter of ProcessTaskLog.process attribute defined at extension processing.
      void setReturnCode​(java.lang.String value)
      Generated method - Setter of ProcessTaskLog.returnCode attribute defined at extension processing.
      void setStartDate​(java.util.Date value)
      Generated method - Setter of ProcessTaskLog.startDate attribute defined at extension processing.
      • 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 Detail

      • _TYPECODE

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

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

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

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

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

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

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

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

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

      • 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​(java.lang.String _actionId,
                                   java.lang.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​(java.lang.String _actionId,
                                   java.lang.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 Detail

      • getActionId

        @Accessor(qualifier="actionId",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.util.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 java.lang.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 java.lang.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 java.util.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​(java.lang.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​(java.lang.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​(java.util.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​(java.lang.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​(java.lang.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​(java.util.Date value)
        Generated method - Setter of ProcessTaskLog.startDate attribute defined at extension processing.
        Parameters:
        value - the startDate - Date when task was started