setName(pName); setAuthor(pAuthor);
chapters.add( chapter );
return author;
return chapters;
return name;
author = pAuthor;
chapters = list;
name = pName;