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 String
getDescription()
Integer
getId()
Integer
getVersion()
void
setDescription(String description)
void
setId(Integer id)
void
setVersion(Integer version)
-