Class WorkflowFieldDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.FormFieldDTO
-
- org.silverpeas.mobile.shared.dto.workflow.WorkflowFieldDTO
-
- All Implemented Interfaces:
Serializable
public class WorkflowFieldDTO extends FormFieldDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowFieldDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionName()
void
setActionName(String actionName)
-
Methods inherited from class org.silverpeas.mobile.shared.dto.FormFieldDTO
equals, getDisplayerName, getId, getInstanceId, getLabel, getName, getObjectValue, getType, getValue, getValueId, getValues, isMandatory, isReadOnly, setDisplayerName, setId, setInstanceId, setLabel, setMandatory, setName, setObjectValue, setReadOnly, setType, setValue, setValueId, setValues
-
-