Interface TemplateData
-
- All Known Implementing Classes:
MainTemplateData,SubTemplateData
public interface TemplateDataInterface representing the ancestor for all template data types.- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Property>getAggregatedProperties()Returns all properties associated with the template data.TemplateCustomizationgetTemplateCustomization()Returns the template customization data.voidsetTemplateCustomization(TemplateCustomization templateCustomization)Sets the template customization data.
-
-
-
Method Detail
-
getTemplateCustomization
TemplateCustomization getTemplateCustomization()
Returns the template customization data.- Since:
- 0.4.0
-
setTemplateCustomization
void setTemplateCustomization(TemplateCustomization templateCustomization)
Sets the template customization data.- Since:
- 0.4.0
-
-