Uses of Class
de.hirola.sportslibrary.model.Track
-
Packages that use Track Package Description de.hirola.sportslibrary.model -
-
Uses of Track in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return Track Modifier and Type Method Description @Nullable TrackTraining. getTrack()Get the track of the training.Methods in de.hirola.sportslibrary.model with parameters of type Track Modifier and Type Method Description voidTraining. setTrack(Track track)Set the track of the training.Constructors in de.hirola.sportslibrary.model with parameters of type Track Constructor Description Training(@NotNull String name, @Nullable String remarks, @Nullable TrainingType trainingType, @NotNull Track track, @Nullable java.time.LocalDate trainingDate)Training(@NotNull String name, @Nullable String remarks, @Nullable TrainingType trainingType, @Nullable java.time.LocalDate trainingDate, @Nullable Track track, double distance, double averageSpeed, double altitudeDifference)
-