public class Reviews extends Object
| Constructor and Description |
|---|
Reviews() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
Calendar |
getDatePosted() |
Boolean |
getHtml() |
Rating |
getRating() |
String |
getReview() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setDatePosted(Calendar datePosted) |
void |
setHtml(Boolean html) |
void |
setRating(Rating rating) |
void |
setReview(String review) |
void |
setTitle(String title) |
public final String getAuthor()
public final void setAuthor(String author)
author - the author to setpublic final Calendar getDatePosted()
public final void setDatePosted(Calendar datePosted)
datePosted - the datePosted to setpublic final Rating getRating()
public final void setRating(Rating rating)
rating - the rating to setpublic final String getTitle()
public final void setTitle(String title)
title - the title to setpublic final String getReview()
public final void setReview(String review)
review - the review to setpublic final Boolean getHtml()
public final void setHtml(Boolean html)
html - the html to setCopyright © 2021. All rights reserved.