Package com.helger.commons.id
Interface IIntIDProvider<VALUETYPE>
- Type Parameters:
VALUETYPE- Object type
public interface IIntIDProvider<VALUETYPE>
Interface for objects having an int ID.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getID
Get the ID of the passed object.- Parameters:
aObject- The object who's ID is to be retrieved. May not benull.- Returns:
- The ID of the object.
-