Class TemplateModule

java.lang.Object
ch.admin.bit.jeap.initializer.model.TemplateModule

public class TemplateModule extends Object
  • Constructor Details

    • TemplateModule

      public TemplateModule(String id, String name, String description, List<TemplateParameter> moduleParameters)
      Creates a new TemplateModule instance.
      Parameters:
      id - ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the module
      name - Human-readable name of the module
      description -
      moduleParameters -
    • TemplateModule

      public TemplateModule()
  • Method Details

    • getId

      public String getId()
      ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the module
    • getName

      public String getName()
      Human-readable name of the module
    • getDescription

      public String getDescription()
    • getModuleParameters

      public List<TemplateParameter> getModuleParameters()
    • setId

      public void setId(String id)
      ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the module
    • setName

      public void setName(String name)
      Human-readable name of the module
    • setDescription

      public void setDescription(String description)
    • setModuleParameters

      public void setModuleParameters(List<TemplateParameter> moduleParameters)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object