T - The type of the ID to be accessed.public interface IdAccessor<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IdAccessor.IdMutator<T>
Provides a mutator for a ID property.
|
static interface |
IdAccessor.IdProperty<T>
Provides a ID property.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getId()
Retrieves the ID from the ID property.
|
T getId()
Copyright © 2018. All rights reserved.