Class FormValueRepresentation
- java.lang.Object
-
- org.flowable.ui.task.model.runtime.FormValueRepresentation
-
public class FormValueRepresentation extends Object
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description FormValueRepresentation()FormValueRepresentation(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()voidsetId(String id)voidsetName(String name)
-