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
POJO class for the result returned byFormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion)- Since:
 - 8.0.1
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FetchedFormTemplate(FormTemplate template, String version)Creates a new POJO for the given plugin template and plugin version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormTemplategetTemplate()StringgetVersion() 
 - 
 
- 
- 
Constructor Detail
- 
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 fetchedversion- Version of the template.
 
 - 
 
- 
Method Detail
- 
getTemplate
public FormTemplate getTemplate()
- Returns:
 - Form template that was fetched.
 
 
- 
getVersion
public String getVersion()
- Returns:
 - Version of the template.
 
 
 - 
 
 -