Interface RaceDriverProfile

All Known Implementing Classes:
RaceDriverProfileImpl

public interface RaceDriverProfile
An interface providing methods to access race driver data
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the car information
    Returns the race driver id
    Returns the race team id
  • Method Details

    • getRaceDriverId

      Urn getRaceDriverId()
      Returns the race driver id
      Returns:
      the race driver id
    • getRaceTeamId

      Urn getRaceTeamId()
      Returns the race team id
      Returns:
      the race team id
    • getCar

      Car getCar()
      Returns the car information
      Returns:
      the car information