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:
java.io.Serializable
public class InboxViewModel extends ItemModel
Generated model class for type InboxView first defined at extension workflow.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringACTIONGenerated constant - Attribute key ofInboxView.actionattribute defined at extensionworkflow.static java.lang.StringACTIONCOMMENTGenerated constant - Attribute key ofInboxView.actioncommentattribute defined at extensionworkflow.static java.lang.StringACTIVATEDGenerated constant - Attribute key ofInboxView.activatedattribute defined at extensionworkflow.static java.lang.StringSTATUSGenerated constant - Attribute key ofInboxView.statusattribute defined at extensionworkflow.static java.lang.StringWORKFLOWGenerated constant - Attribute key ofInboxView.workflowattribute defined at extensionworkflow.-
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 InboxViewModel()Generated constructor - Default constructor for generic creation.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 parametersInboxViewModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowActionModelgetAction()Generated method - Getter of theInboxView.actionattribute defined at extensionworkflow.java.lang.StringgetActioncomment()Generated method - Getter of theInboxView.actioncommentattribute defined at extensionworkflow.java.lang.StringgetActivated()Generated method - Getter of theInboxView.activatedattribute defined at extensionworkflow.WorkflowActionStatusgetStatus()Generated method - Getter of theInboxView.statusattribute defined at extensionworkflow.WorkflowModelgetWorkflow()Generated method - Getter of theInboxView.workflowattribute defined at extensionworkflow.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
ACTION
public static final java.lang.String ACTION
Generated constant - Attribute key ofInboxView.actionattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
ACTIVATED
public static final java.lang.String ACTIVATED
Generated constant - Attribute key ofInboxView.activatedattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
ACTIONCOMMENT
public static final java.lang.String ACTIONCOMMENT
Generated constant - Attribute key ofInboxView.actioncommentattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
WORKFLOW
public static final java.lang.String WORKFLOW
Generated constant - Attribute key ofInboxView.workflowattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofInboxView.statusattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InboxViewModel
public InboxViewModel()
Generated constructor - Default constructor for generic creation.
-
InboxViewModel
public InboxViewModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAction
@Accessor(qualifier="action", type=GETTER) public WorkflowActionModel getAction()
Generated method - Getter of theInboxView.actionattribute defined at extensionworkflow.- Returns:
- the action
-
getActioncomment
@Accessor(qualifier="actioncomment", type=GETTER) public java.lang.String getActioncomment()
Generated method - Getter of theInboxView.actioncommentattribute defined at extensionworkflow.- Returns:
- the actioncomment
-
getActivated
@Accessor(qualifier="activated", type=GETTER) public java.lang.String getActivated()
Generated method - Getter of theInboxView.activatedattribute defined at extensionworkflow.- Returns:
- the activated
-
getStatus
@Accessor(qualifier="status", type=GETTER) public WorkflowActionStatus getStatus()
Generated method - Getter of theInboxView.statusattribute defined at extensionworkflow.- Returns:
- the status
-
getWorkflow
@Accessor(qualifier="workflow", type=GETTER) public WorkflowModel getWorkflow()
Generated method - Getter of theInboxView.workflowattribute defined at extensionworkflow.- Returns:
- the workflow
-
-