Class InboxViewModel

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

public class InboxViewModel extends ItemModel
Generated model class for type InboxView 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 constant - Attribute key of InboxView.action attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of InboxView.actioncomment attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of InboxView.activated attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of InboxView.status attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of InboxView.workflow 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.
    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
    InboxViewModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the InboxView.action attribute defined at extension workflow.
    Generated method - Getter of the InboxView.actioncomment attribute defined at extension workflow.
    Generated method - Getter of the InboxView.activated attribute defined at extension workflow.
    Generated method - Getter of the InboxView.status attribute defined at extension workflow.
    Generated method - Getter of the InboxView.workflow 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:
    • ACTION

      public static final String ACTION
      Generated constant - Attribute key of InboxView.action attribute defined at extension workflow.
      See Also:
    • ACTIVATED

      public static final String ACTIVATED
      Generated constant - Attribute key of InboxView.activated attribute defined at extension workflow.
      See Also:
    • ACTIONCOMMENT

      public static final String ACTIONCOMMENT
      Generated constant - Attribute key of InboxView.actioncomment attribute defined at extension workflow.
      See Also:
    • WORKFLOW

      public static final String WORKFLOW
      Generated constant - Attribute key of InboxView.workflow attribute defined at extension workflow.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of InboxView.status attribute defined at extension workflow.
      See Also:
  • Constructor Details

    • InboxViewModel

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

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

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

    • getAction

      @Accessor(qualifier="action", type=GETTER) public WorkflowActionModel getAction()
      Generated method - Getter of the InboxView.action attribute defined at extension workflow.
      Returns:
      the action
    • getActioncomment

      @Accessor(qualifier="actioncomment", type=GETTER) public String getActioncomment()
      Generated method - Getter of the InboxView.actioncomment attribute defined at extension workflow.
      Returns:
      the actioncomment
    • getActivated

      @Accessor(qualifier="activated", type=GETTER) public String getActivated()
      Generated method - Getter of the InboxView.activated attribute defined at extension workflow.
      Returns:
      the activated
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public WorkflowActionStatus getStatus()
      Generated method - Getter of the InboxView.status attribute defined at extension workflow.
      Returns:
      the status
    • getWorkflow

      @Accessor(qualifier="workflow", type=GETTER) public WorkflowModel getWorkflow()
      Generated method - Getter of the InboxView.workflow attribute defined at extension workflow.
      Returns:
      the workflow