public class ChaptersDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
ChaptersDTO()
Generated constructor - for generic creation.
|
ChaptersDTO(List<ChapterDTO> chaptersList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChapterDTO> |
getChapters() |
void |
setChapters(List<ChapterDTO> chaptersList) |
public ChaptersDTO()
public ChaptersDTO(List<ChapterDTO> chaptersList)
public List<ChapterDTO> getChapters()
public void setChapters(List<ChapterDTO> chaptersList)
chaptersList - the chaptersList to setCopyright © 2017 SAP SE. All Rights Reserved.