Uses of Class
com.ail.core.document.model.ChapterData

Packages that use ChapterData
com.ail.core.document.model   
 

Uses of ChapterData in com.ail.core.document.model
 

Methods in com.ail.core.document.model that return types with arguments of type ChapterData
 java.util.List<ChapterData> DocumentData.getChapterData()
           
 

Method parameters in com.ail.core.document.model with type arguments of type ChapterData
 void DocumentData.setChapterData(java.util.List<ChapterData> chapterData)