Class FetchedFormTemplate

java.lang.Object
de.xima.fc.gui.designer.form.model.FetchedFormTemplate
All Implemented Interfaces:
Serializable

public final class FetchedFormTemplate extends Object implements Serializable
Since:
8.0.1
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FetchedFormTemplate

      public FetchedFormTemplate(FormTemplate template, String version)
      Creates a new POJO for the given plugin template and plugin version.
      Parameters:
      template - Form template that was fetched
      version - Version of the template.
  • Method Details

    • getTemplate

      public FormTemplate getTemplate()
      Returns:
      Form template that was fetched.
    • getVersion

      public String getVersion()
      Returns:
      Version of the template.