Class CMSWorkflowEditableItemData
java.lang.Object
de.hybris.platform.cmsfacades.data.CMSWorkflowEditableItemData
- All Implemented Interfaces:
Serializable
Contains information about whether the item from a workflow is editable by session user or not.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUid()getUuid()booleanvoidsetEditableByUser(boolean editableByUser) voidsetEditableInWorkflow(String editableInWorkflow) voidvoid
-
Constructor Details
-
CMSWorkflowEditableItemData
public CMSWorkflowEditableItemData()
-
-
Method Details
-
setUid
-
getUid
-
setUuid
-
getUuid
-
setEditableByUser
public void setEditableByUser(boolean editableByUser) -
isEditableByUser
public boolean isEditableByUser() -
setEditableInWorkflow
-
getEditableInWorkflow
-