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 voidaddHeaderField(String value)booleanequals(Object obj)List<String>getHeaderFieldsValues()StringgetId()StringgetState()StringgetTitle()voidsetHeaderFieldsValues(List<String> headerFieldsValues)voidsetId(String id)voidsetState(String state)voidsetTitle(String title)
-