nl.flotsam.pecia.builder
Interface ArticleBuilder<T>

All Superinterfaces:
AnnotatedArticle<T>, Article<T>, Contents<Article<T>>, DocumentElement<T>, Initializer<AnnotatedArticle<T>>, SimpleContents<Article<T>>
All Known Implementing Classes:
DefaultArticleBuilder, DefaultArticleDocument

public interface ArticleBuilder<T>
extends AnnotatedArticle<T>, Initializer<AnnotatedArticle<T>>


Method Summary
 String getAuthorEmail()
           
 String getAuthorFirstname()
           
 String getAuthorSurname()
           
 String getTitle()
           
 
Methods inherited from interface nl.flotsam.pecia.AnnotatedArticle
author, copyright
 
Methods inherited from interface nl.flotsam.pecia.Contents
section
 
Methods inherited from interface nl.flotsam.pecia.SimpleContents
document, itemizedList, orderedList, para, para, table2Cols, table3Cols, table4Cols, table5Cols, verbatim
 
Methods inherited from interface nl.flotsam.pecia.DocumentElement
end, getParent
 
Methods inherited from interface nl.flotsam.pecia.builder.Initializer
start
 

Method Detail

getTitle

String getTitle()

getAuthorFirstname

String getAuthorFirstname()

getAuthorSurname

String getAuthorSurname()

getAuthorEmail

String getAuthorEmail()


Copyright © 2010. All Rights Reserved.