Class CMSWorkflowOperationWsDTO
java.lang.Object
de.hybris.platform.cmswebservices.dto.CMSCreateVersionWsDTO
de.hybris.platform.cmswebservices.dto.CMSWorkflowOperationWsDTO
- All Implemented Interfaces:
Serializable
Specifies properties of the CMS workflow operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActionCode(String actionCode) voidsetComment(String comment) voidsetDecisionCode(String decisionCode) voidsetOperation(String operation) Methods inherited from class de.hybris.platform.cmswebservices.dto.CMSCreateVersionWsDTO
getCreateVersion, getVersionLabel, setCreateVersion, setVersionLabel
-
Constructor Details
-
CMSWorkflowOperationWsDTO
public CMSWorkflowOperationWsDTO()
-
-
Method Details
-
setOperation
-
getOperation
-
setActionCode
-
getActionCode
-
setDecisionCode
-
getDecisionCode
-
setComment
-
getComment
-