Class TemplateModule
java.lang.Object
ch.admin.bit.jeap.initializer.model.TemplateModule
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateModule(String id, String name, String description, List<TemplateParameter> moduleParameters) Creates a newTemplateModuleinstance. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()ID of the module (i.e.getName()Human-readable name of the moduleinthashCode()voidsetDescription(String description) voidID of the module (i.e.voidsetModuleParameters(List<TemplateParameter> moduleParameters) voidHuman-readable name of the moduletoString()
-
Constructor Details
-
TemplateModule
public TemplateModule(String id, String name, String description, List<TemplateParameter> moduleParameters) Creates a newTemplateModuleinstance.- Parameters:
id- ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the modulename- Human-readable name of the moduledescription-moduleParameters-
-
TemplateModule
public TemplateModule()
-
-
Method Details
-
getId
ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the module -
getName
Human-readable name of the module -
getDescription
-
getModuleParameters
-
setId
ID of the module (i.e. 'object-storage'). Used to identify optional parts in the template related to the module -
setName
Human-readable name of the module -
setDescription
-
setModuleParameters
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-