| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
protected Review |
Review.addAspect(Review.Aspect aspect)
Adds an
Review.Aspect to the review. |
protected Review |
Review.addAspects(Collection<Review.Aspect> aspects)
Adds a collection of aspects to the review.
|
protected Review |
Review.removeAspect(Review.Aspect aspect)
Removes the specified aspect from the review.
|
protected Review |
Review.setAuthor(String author)
Sets the author of the review.
|
protected Review |
Review.setAuthorUrl(String authorUrl)
Sets the author's url.
|
protected Review |
Review.setLanguage(String lang)
Sets the language the review is in.
|
protected Review |
Review.setRating(int rating)
Sets the rating of this review.
|
protected Review |
Review.setText(String text)
Sets the content of this review.
|
protected Review |
Review.setTime(long time)
Sets the unix-time stamp the review was posted on.
|
| Modifier and Type | Method and Description |
|---|---|
List<Review> |
Place.getReviews()
Returns this place's reviews in an unmodifiable list.
|
| Modifier and Type | Method and Description |
|---|---|
protected Place |
Place.addReviews(Collection<Review> reviews)
Adds a collection of reviews to this place.
|
Copyright © 2014–2015. All rights reserved.