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:
  • Constructor Details

    • ProjectVersionEntry

      public ProjectVersionEntry(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active)
  • Method Details

    • getFormVersion

      public FormVersion getFormVersion()
    • getVersionNumber

      public long getVersionNumber()
    • getWorkflowVersion

      public WorkflowVersion getWorkflowVersion()
    • isActive

      public boolean isActive()
    • toString

      public String toString()
      Overrides:
      toString in class Object