Package de.xima.fc.gui.model.version
Class ProjectVersionEntry
java.lang.Object
de.xima.fc.gui.model.version.ProjectVersionEntry
- All Implemented Interfaces:
Serializable
POJO model class for the editing the available versions of a project. Groups the form version and the workflow
version.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectVersionEntry
(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active) -
Method Summary
-
Constructor Details
-
ProjectVersionEntry
public ProjectVersionEntry(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active)
-
-
Method Details