VALUETYPE - Object typepublic interface IIntIDProvider<VALUETYPE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static <VALUETYPE extends IHasIntID> |
createHasIntID() |
int |
getID(VALUETYPE aObject)
Get the ID of the passed object.
|
int getID(@Nonnull VALUETYPE aObject)
aObject - The object who's ID is to be retrieved. May not be null
.@Nonnull static <VALUETYPE extends IHasIntID> IIntIDProvider<VALUETYPE> createHasIntID()
Copyright © 2014–2016 Philip Helger. All rights reserved.