Interface EmailTemplateBuilder

All Known Implementing Classes:
EmailTemplateBuilderImpl

public interface EmailTemplateBuilder
That interface provides abilities of builder pattern to create filled email template EmailTemplate. There are a lot of 'set' and 'add' intermediate methods and five terminal methods. The implementation must contain copy of email template that have to filled by terminal methods.