Class WorkflowDataDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.workflow.WorkflowDataDTO
-
- All Implemented Interfaces:
Serializable
public class WorkflowDataDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowDataDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>getHeaderLabels()StringgetId()Map<String,String>getRoles()List<String>getRolesAllowedToCreate()voidsetHeaderLabels(Map<String,List<String>> headerLabels)voidsetId(String id)voidsetRoles(Map<String,String> roles)voidsetRolesAllowedToCreate(List<String> rolesAllowedToCreate)
-