Package com.fluig.sdk.api.workflow
Class FormRecordVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.FormRecordVO
-
- All Implemented Interfaces:
Serializable
public class FormRecordVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormRecordVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()IntegergetId()IntegergetVersion()voidsetDescription(String description)voidsetId(Integer id)voidsetVersion(Integer version)
-