JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.datafx.crud.util
Interface EntityWithId<T>
Type Parameters:
T
- type of the id
All Superinterfaces:
java.io.Serializable
public interface
EntityWithId<T>
extends java.io.Serializable
A base interface for all entites that have a unique id
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getId
()
Returns the id
Method Detail
getId
T
getId()
Returns the id
Returns:
the id
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method