Class WorkflowInstanceDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.workflow.WorkflowInstanceDTO
-
- All Implemented Interfaces:
Serializable
public class WorkflowInstanceDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowInstanceDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHeaderField(String value)
boolean
equals(Object obj)
List<String>
getHeaderFieldsValues()
String
getId()
String
getState()
String
getTitle()
void
setHeaderFieldsValues(List<String> headerFieldsValues)
void
setId(String id)
void
setState(String state)
void
setTitle(String title)
-