Class CMSWorkflowTaskWsDTO
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.dto.CMSWorkflowTaskWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CMSWorkflowTaskWsDTO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSWorkflowTaskWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMSWorkflowActionWsDTOgetAction()java.util.List<CMSWorkflowAttachmentData>getAttachments()voidsetAction(CMSWorkflowActionWsDTO action)voidsetAttachments(java.util.List<CMSWorkflowAttachmentData> attachments)
-
-
-
Method Detail
-
setAction
public void setAction(CMSWorkflowActionWsDTO action)
-
getAction
public CMSWorkflowActionWsDTO getAction()
-
setAttachments
public void setAttachments(java.util.List<CMSWorkflowAttachmentData> attachments)
-
getAttachments
public java.util.List<CMSWorkflowAttachmentData> getAttachments()
-
-