Interface IdAccessor<T>

  • Type Parameters:
    T - The type of the ID to be accessed.
    All Known Subinterfaces:
    IdAccessor.IdProperty<T>


    public interface IdAccessor<T>
    Provides an accessor for a ID property.
    • Method Detail

      • getId

        T getId​()
        Retrieves the ID from the ID property.
        Returns:
        The ID stored by the ID property.