I - The generic ID type, usually Long.public interface Identifiable<I extends Comparable<I> & Serializable>
Base interface for something identifiable.
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The string representing the field name
"id". |
| Modifier and Type | Method and Description |
|---|---|
I |
getId()
Returns the ID.
|
void |
setId(I id)
Sets the ID.
|
static final String ID
"id".Copyright © 2015–2017 OmniFaces. All rights reserved.