Class CMSWorkflowActionWsDTO

java.lang.Object
de.hybris.platform.cmswebservices.dto.CMSWorkflowActionWsDTO
All Implemented Interfaces:
Serializable

public class CMSWorkflowActionWsDTO extends Object implements Serializable
Specifies properties of the CMS workflow action.
See Also:
  • Constructor Details

    • CMSWorkflowActionWsDTO

      public CMSWorkflowActionWsDTO()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setName

      public void setName(Map<String,String> name)
    • getName

      public Map<String,String> getName()
    • setDescription

      public void setDescription(Map<String,String> description)
    • getDescription

      public Map<String,String> getDescription()
    • setActionType

      public void setActionType(String actionType)
    • getActionType

      public String getActionType()
    • setStatus

      public void setStatus(String status)
    • getStatus

      public String getStatus()
    • setIsCurrentUserParticipant

      public void setIsCurrentUserParticipant(boolean isCurrentUserParticipant)
    • isIsCurrentUserParticipant

      public boolean isIsCurrentUserParticipant()
    • setStartedAgoInMillis

      public void setStartedAgoInMillis(Long startedAgoInMillis)
    • getStartedAgoInMillis

      public Long getStartedAgoInMillis()
    • setDecisions

      public void setDecisions(List<CMSWorkflowDecisionWsDTO> decisions)
    • getDecisions

      public List<CMSWorkflowDecisionWsDTO> getDecisions()