Class 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 Detail

      • CustomTemplate

        public CustomTemplate​(String customHeaderTemplate,
                              String customContentTemplate,
                              String customFooterTemplate)
    • 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)