Package com.helger.commons.id
Interface ILongIDProvider<VALUETYPE>
- Type Parameters:
VALUETYPE- Object type
public interface ILongIDProvider<VALUETYPE>
Interface for objects having a long 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.
-