Package de.xima.fc.gui.model.version
Class ProjectVersionEntry
- java.lang.Object
 - 
- de.xima.fc.gui.model.version.ProjectVersionEntry
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ProjectVersionEntry extends Object implements 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProjectVersionEntry(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormVersiongetFormVersion()longgetVersionNumber()WorkflowVersiongetWorkflowVersion()booleanisActive()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
ProjectVersionEntry
public ProjectVersionEntry(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active) 
 - 
 
- 
Method Detail
- 
getFormVersion
public FormVersion getFormVersion()
 
- 
getVersionNumber
public long getVersionNumber()
 
- 
getWorkflowVersion
public WorkflowVersion getWorkflowVersion()
 
- 
isActive
public boolean isActive()
 
 - 
 
 -