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.client.access.editor.lists
Interface Index.Record
Enclosing interface:
Index
public static interface
Index.Record
Single entry of an index providing some meta data on the item and a reference to the item itself.
Since:
5.2.11
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
String
getIdentifier
()
The identifier of this record.
Method Details
getIdentifier
@ApiDoc
(
comment
="The identifier of this record.",
since
="5.2.11") @NotNull
@NotNull
String
getIdentifier
()
The identifier of this record.
Returns:
The (unique) identifier.
Since:
5.2.11