JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
de.xima.fc.form.common.models
ITemplateData
Contents
Description
Method Summary
Method Details
getId()
getUuid()
getName()
getData()
getCategory()
Hide sidebar
Show sidebar
Interface ITemplateData
All Superinterfaces:
Serializable
All Known Implementing Classes:
TemplateData
public interface
ITemplateData
extends
Serializable
Common interfaces for representing template data
Author:
XIMA MEDIA GmbH, Dresden - 04.08.2020
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCategory
()
String
getData
()
Long
getId
()
String
getName
()
UUID
getUuid
()
Method Details
getId
Long
getId
()
getUuid
UUID
getUuid
()
getName
String
getName
()
getData
String
getData
()
getCategory
String
getCategory
()