Class Reviews


  • public class Reviews
    extends Object
    • Constructor Detail

      • Reviews

        public Reviews()
    • 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