Class CMSWorkflowActionWsDTO
java.lang.Object
de.hybris.platform.cmswebservices.dto.CMSWorkflowActionWsDTO
- All Implemented Interfaces:
Serializable
Specifies properties of the CMS workflow action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()booleanvoidsetActionType(String actionType) voidvoidsetDecisions(List<CMSWorkflowDecisionWsDTO> decisions) voidsetDescription(Map<String, String> description) voidsetIsCurrentUserParticipant(boolean isCurrentUserParticipant) voidvoidsetStartedAgoInMillis(Long startedAgoInMillis) void
-
Constructor Details
-
CMSWorkflowActionWsDTO
public CMSWorkflowActionWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setActionType
-
getActionType
-
setStatus
-
getStatus
-
setIsCurrentUserParticipant
public void setIsCurrentUserParticipant(boolean isCurrentUserParticipant) -
isIsCurrentUserParticipant
public boolean isIsCurrentUserParticipant() -
setStartedAgoInMillis
-
getStartedAgoInMillis
-
setDecisions
-
getDecisions
-