Uses of Class
de.hirola.sportslibrary.model.TrainingType
-
Packages that use TrainingType Package Description de.hirola.sportslibrary.model -
-
Uses of TrainingType in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return TrainingType Modifier and Type Method Description TrainingTypeTraining. getTrainingType()Get the type of the training.Methods in de.hirola.sportslibrary.model with parameters of type TrainingType Modifier and Type Method Description voidTraining. setTrainingType(TrainingType trainingType)Set the type of the training.Constructors in de.hirola.sportslibrary.model with parameters of type TrainingType 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)
-