com.konakart.json.app
Class J_Reviews
java.lang.Object
com.konakart.json.app.J_Reviews
- All Implemented Interfaces:
- java.io.Serializable
public class J_Reviews
- extends java.lang.Object
- implements java.io.Serializable
This is normally the object returned for API calls returning an array of Reviews. It contains an
array of reviews and the total number of reviews matching the request, so that they can
be paged.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J_Reviews
public J_Reviews()
getReviewArray
public J_Review[] getReviewArray()
- Returns:
- Returns the reviewArray.
setReviewArray
public void setReviewArray(J_Review[] _reviewArray)
- Parameters:
_reviewArray - The reviewArray to set.
getTotalNumReviews
public int getTotalNumReviews()
- Returns:
- Returns the totalNumReviews.
setTotalNumReviews
public void setTotalNumReviews(int _totalNumReviews)
- Parameters:
_totalNumReviews - The totalNumReviews to set.
Copyright © 2011 DS Data Systems UK Ltd.