Class SubTemplateData
- java.lang.Object
-
- org.rodnansol.core.generator.template.SubTemplateData
-
- All Implemented Interfaces:
TemplateData
public class SubTemplateData extends Object implements TemplateData
Class representing a sub template data.
-
-
Constructor Summary
Constructors Constructor Description SubTemplateData(String moduleName, List<PropertyGroup> propertyGroups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetGenerationDate()StringgetModuleDescription()StringgetModuleName()List<PropertyGroup>getPropertyGroups()voidsetGenerationDate(LocalDateTime generationDate)voidsetModuleDescription(String moduleDescription)StringtoString()
-
-
-
Constructor Detail
-
SubTemplateData
public SubTemplateData(String moduleName, List<PropertyGroup> propertyGroups)
-
-
Method Detail
-
getModuleName
public String getModuleName()
-
getPropertyGroups
public List<PropertyGroup> getPropertyGroups()
-
getModuleDescription
public String getModuleDescription()
-
setModuleDescription
public void setModuleDescription(String moduleDescription)
-
getGenerationDate
public LocalDateTime getGenerationDate()
-
setGenerationDate
public void setGenerationDate(LocalDateTime generationDate)
-
-