Class WorkflowTemplateListWsDTO
- java.lang.Object
-
- de.hybris.platform.cmswebservices.dto.WorkflowTemplateListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowTemplateListWsDTO extends java.lang.Object implements java.io.SerializableSpecifies a list of available workflow templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowTemplateListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<WorkflowTemplateWsDTO>getTemplates()voidsetTemplates(java.util.List<WorkflowTemplateWsDTO> templates)
-
-
-
Method Detail
-
setTemplates
public void setTemplates(java.util.List<WorkflowTemplateWsDTO> templates)
-
getTemplates
public java.util.List<WorkflowTemplateWsDTO> getTemplates()
-
-