Class 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 Detail

      • ProjectVersionEntry

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

      • getVersionNumber

        public long getVersionNumber()
      • isActive

        public boolean isActive()