returnReturns the author. return author;
return author;
returnReturns the id. return id;
return id;
return pubDate;
returnReturns the summary. return summary;
return summary;
returnReturns the text. return text;
return text;
returnReturns the title. return title;
return title;
return totalSales;
paramauthor The author to set. this.author = author;
this.author = author;
paramid The id to set. this.id = id;
this.id = id;
this.pubDate = pubDate;
paramsummary The summary to set. this.summary = summary;
this.summary = summary;
paramtext The text to set. this.text = text;
this.text = text;
paramtitle The title to set. this.title = title;
this.title = title;
this.totalSales = totalSales;