Interface ILongIDProvider<VALUETYPE>

  • Type Parameters:
    VALUETYPE - Object type

    public interface ILongIDProvider<VALUETYPE>
    Interface for objects having a long ID.
    Author:
    Philip Helger
    • Method Detail

      • getID

        long getID​(@Nonnull
                   VALUETYPE aObject)
        Get the ID of the passed object.
        Parameters:
        aObject - The object who's ID is to be retrieved. May not be null .
        Returns:
        The ID of the object.