Class CustomTemplate
- java.lang.Object
-
- org.rodnansol.core.generator.writer.CustomTemplate
-
public class CustomTemplate extends Object
Class representing a customization for the templates.It should store the path to the custom templates.
- Since:
- 0.2.1
- Author:
- nandorholozsnyak
-
-
Constructor Summary
Constructors Constructor Description CustomTemplate(String customHeaderTemplate, String customContentTemplate, String customFooterTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomContentTemplate()StringgetCustomFooterTemplate()StringgetCustomHeaderTemplate()voidsetCustomContentTemplate(String customContentTemplate)voidsetCustomFooterTemplate(String customFooterTemplate)voidsetCustomHeaderTemplate(String customHeaderTemplate)StringtoString()
-
-
-
Method Detail
-
getCustomHeaderTemplate
public String getCustomHeaderTemplate()
-
setCustomHeaderTemplate
public void setCustomHeaderTemplate(String customHeaderTemplate)
-
getCustomContentTemplate
public String getCustomContentTemplate()
-
setCustomContentTemplate
public void setCustomContentTemplate(String customContentTemplate)
-
getCustomFooterTemplate
public String getCustomFooterTemplate()
-
setCustomFooterTemplate
public void setCustomFooterTemplate(String customFooterTemplate)
-
-