Package org.dajlab.bricksetapi.v3.vo
Class Reviews
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Reviews
-
public class Reviews extends Object
-
-
Constructor Summary
Constructors Constructor Description Reviews()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()CalendargetDatePosted()BooleangetHtml()RatinggetRating()StringgetReview()StringgetTitle()voidsetAuthor(String author)voidsetDatePosted(Calendar datePosted)voidsetHtml(Boolean html)voidsetRating(Rating rating)voidsetReview(String review)voidsetTitle(String title)
-
-
-
Method Detail
-
getAuthor
public final String getAuthor()
- Returns:
- the author
-
setAuthor
public final void setAuthor(String author)
- Parameters:
author- the author to set
-
getDatePosted
public final Calendar getDatePosted()
- Returns:
- the datePosted
-
setDatePosted
public final void setDatePosted(Calendar datePosted)
- Parameters:
datePosted- the datePosted to set
-
getRating
public final Rating getRating()
- Returns:
- the rating
-
setRating
public final void setRating(Rating rating)
- Parameters:
rating- the rating to set
-
getTitle
public final String getTitle()
- Returns:
- the title
-
setTitle
public final void setTitle(String title)
- Parameters:
title- the title to set
-
getReview
public final String getReview()
- Returns:
- the review
-
setReview
public final void setReview(String review)
- Parameters:
review- the review to set
-
getHtml
public final Boolean getHtml()
- Returns:
- the html
-
setHtml
public final void setHtml(Boolean html)
- Parameters:
html- the html to set
-
-