Uses of Class
de.hirola.sportslibrary.model.RunningPlanEntry
-
Packages that use RunningPlanEntry Package Description de.hirola.sportslibrary.model -
-
Uses of RunningPlanEntry in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return types with arguments of type RunningPlanEntry Modifier and Type Method Description List<RunningPlanEntry>RunningPlan. getEntries()Get the entries (days) of the plan.List<RunningPlanEntry>RunningPlan. runningPlanEntriesForWeek(int forWeek)Returns all training units (all days) of the given week.Methods in de.hirola.sportslibrary.model with parameters of type RunningPlanEntry Modifier and Type Method Description voidRunningPlan. addEntry(RunningPlanEntry runningPlanEntry)Add a training entry to the plan.Constructor parameters in de.hirola.sportslibrary.model with type arguments of type RunningPlanEntry Constructor Description RunningPlan(String name, String remarks, int orderNumber, ArrayList<RunningPlanEntry> entries, boolean isTemplate)Creates a running plan.
-