com.konakart.json.app
Class J_Reviews

java.lang.Object
  extended by 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

Constructor Summary
J_Reviews()
           
 
Method Summary
 J_Review[] getReviewArray()
           
 int getTotalNumReviews()
           
 void setReviewArray(J_Review[] _reviewArray)
           
 void setTotalNumReviews(int _totalNumReviews)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_Reviews

public J_Reviews()
Method Detail

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.