Interface PeriodCompetitorResult
- All Known Implementing Classes:
PeriodCompetitorResultImpl
public interface PeriodCompetitorResult
Defines methods used to access data of a competitor result per period
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of the competitor resultsgetId()Returns the competitor id
-
Method Details
-
getId
Urn getId()Returns the competitor id- Returns:
- the competitor id
-
getCompetitorResults
List<CompetitorResult> getCompetitorResults()Returns the list of the competitor results- Returns:
- the list of the competitor results
-