public interface Identifiable extends Assignable
Assignable view representing an entity with an ID.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Obtains a globally-unique identifier
|
void |
setId(java.lang.String id)
Sets the globally-unique identifier
|
as