com.konakart.rmi.app
Class S_Reviews
java.lang.Object
com.konakart.rmi.app.S_Reviews
- All Implemented Interfaces:
- java.io.Serializable
public class S_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 |
S_Reviews
public S_Reviews()
getReviewArray
public S_Review[] getReviewArray()
- Returns:
- Returns the reviewArray.
setReviewArray
public void setReviewArray(S_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.