Class WorkflowActionCommentModel

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

public class WorkflowActionCommentModel extends ItemModel
Generated model class for type WorkflowActionComment first defined at extension workflow.
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 model type code constant.
    static final String
    Generated relation code constant for relation WorkflowActionCommentRelation defining source attribute workflowAction in extension workflow.
    static final String
    Generated constant - Attribute key of WorkflowActionComment.comment attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of WorkflowActionComment.user attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of WorkflowActionComment.workflowAction attribute defined at extension workflow.

    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.
    WorkflowActionCommentModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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 WorkflowActionComment.comment attribute defined at extension workflow.
    Generated method - Getter of the WorkflowActionComment.user attribute defined at extension workflow.
    Generated method - Getter of the WorkflowActionComment.workflowAction attribute defined at extension workflow.
    void
    Generated method - Setter of WorkflowActionComment.comment attribute defined at extension workflow.
    void
    Generated method - Setter of WorkflowActionComment.user attribute defined at extension workflow.
    void
    Generated method - Setter of WorkflowActionComment.workflowAction attribute defined at extension workflow.

    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:
    • _WORKFLOWACTIONCOMMENTRELATION

      public static final String _WORKFLOWACTIONCOMMENTRELATION
      Generated relation code constant for relation WorkflowActionCommentRelation defining source attribute workflowAction in extension workflow.
      See Also:
    • COMMENT

      public static final String COMMENT
      Generated constant - Attribute key of WorkflowActionComment.comment attribute defined at extension workflow.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of WorkflowActionComment.user attribute defined at extension workflow.
      See Also:
    • WORKFLOWACTION

      public static final String WORKFLOWACTION
      Generated constant - Attribute key of WorkflowActionComment.workflowAction attribute defined at extension workflow.
      See Also:
  • Constructor Details

    • WorkflowActionCommentModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public WorkflowActionCommentModel(String _comment, AbstractWorkflowActionModel _workflowAction)
      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:
      _comment - initial attribute declared by type WorkflowActionComment at extension workflow
      _workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow
    • WorkflowActionCommentModel

      @Deprecated(since="4.1.1", forRemoval=true) public WorkflowActionCommentModel(String _comment, ItemModel _owner, AbstractWorkflowActionModel _workflowAction)
      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:
      _comment - initial attribute declared by type WorkflowActionComment at extension workflow
      _owner - initial attribute declared by type Item at extension core
      _workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow
  • Method Details

    • getComment

      @Accessor(qualifier="comment", type=GETTER) public String getComment()
      Generated method - Getter of the WorkflowActionComment.comment attribute defined at extension workflow.
      Returns:
      the comment
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the WorkflowActionComment.user attribute defined at extension workflow.
      Returns:
      the user
    • getWorkflowAction

      @Accessor(qualifier="workflowAction", type=GETTER) public AbstractWorkflowActionModel getWorkflowAction()
      Generated method - Getter of the WorkflowActionComment.workflowAction attribute defined at extension workflow.
      Returns:
      the workflowAction
    • setComment

      @Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
      Generated method - Setter of WorkflowActionComment.comment attribute defined at extension workflow.
      Parameters:
      value - the comment
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Setter of WorkflowActionComment.user attribute defined at extension workflow.
      Parameters:
      value - the user
    • setWorkflowAction

      @Accessor(qualifier="workflowAction", type=SETTER) public void setWorkflowAction(AbstractWorkflowActionModel value)
      Generated method - Setter of WorkflowActionComment.workflowAction attribute defined at extension workflow.
      Parameters:
      value - the workflowAction