Package de.hirola.sportslibrary.util
Class RunningPlanTemplateFile
- java.lang.Object
-
- de.hirola.sportslibrary.util.RunningPlanTemplateFile
-
public class RunningPlanTemplateFile extends Object
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. Index of available running plans.- Since:
- 1.1.1
- Author:
- Michael Schmidt (Hirola)
-
-
Constructor Summary
Constructors Constructor Description RunningPlanTemplateFile()Default constructor for import from json.RunningPlanTemplateFile(String name, String fileName)Create an object which represents a json file with a template for import.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()Get the file name of template (json) file.StringgetName()Get the name of running plan.
-