Class 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)
    • Field Detail

      • name

        public final String name
      • fileName

        public final String fileName
    • Constructor Detail

      • RunningPlanTemplateFile

        public RunningPlanTemplateFile()
        Default constructor for import from json.
      • RunningPlanTemplateFile

        public RunningPlanTemplateFile​(String name,
                                       String fileName)
        Create an object which represents a json file with a template for import.
        Parameters:
        name - of running plan
        fileName - of template (json) file which contains the content of running plan
    • Method Detail

      • getName

        public String getName()
        Get the name of running plan.
        Returns:
        The name of the running plan
      • getFileName

        public String getFileName()
        Get the file name of template (json) file.
        Returns:
        The file name of template (json) file