Class FetchedFormTemplate
java.lang.Object
de.xima.fc.gui.designer.form.model.FetchedFormTemplate
- All Implemented Interfaces:
Serializable
POJO class for the result returned by
FormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion)
- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchedFormTemplate
(FormTemplate template, String version) Creates a new POJO for the given plugin template and plugin version. -
Method Summary
-
Constructor Details
-
FetchedFormTemplate
Creates a new POJO for the given plugin template and plugin version.- Parameters:
template
- Form template that was fetchedversion
- Version of the template.
-
-
Method Details
-
getTemplate
- Returns:
- Form template that was fetched.
-
getVersion
- Returns:
- Version of the template.
-