JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.espirit.firstspirit.forms
Interface IdentifiedFormData
All Superinterfaces:
FormData
public interface
IdentifiedFormData
extends
FormData
Definition of form data container that is identified by its ID.
Since:
5.0.100
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
Long
getId
()
Get the form data's identification.
Methods inherited from interface de.espirit.firstspirit.forms.
FormData
get
,
getForm
Method Details
getId
@ApiDoc
(
comment
="Get the form data\'s identification.",
since
="5.0.100") @Nullable
@Nullable
Long
getId
()
Get the form data's identification.
Returns:
The identifier.
Since:
5.0.100