Interface ISpecialist<T>

Type Parameters:
T -

public interface ISpecialist<T>
A specialist
Author:
I-D Media AG
  • Field Details

  • Method Details

    • getId

      int getId()
      Specialist ID
      Returns:
    • getName

      @NotNull @NotNull String getName()
      Name
      Returns:
    • getInstance

      @Nullable T getInstance()
      Obtain the instance
      Returns: