Package com.fluig.sdk.api.workflow
Class BPMFormRecordVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.BPMFormRecordVO
-
- All Implemented Interfaces:
Serializable
public class BPMFormRecordVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMFormRecordVO()
-
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)
-