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()
String
getId()
Map<String,String>
getRoles()
List<String>
getRolesAllowedToCreate()
void
setHeaderLabels(Map<String,List<String>> headerLabels)
void
setId(String id)
void
setRoles(Map<String,String> roles)
void
setRolesAllowedToCreate(List<String> rolesAllowedToCreate)
-