com.konakart.rmi.app
Class S_Reviews

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

Constructor Summary
S_Reviews()
           
 
Method Summary
 S_Review[] getReviewArray()
           
 int getTotalNumReviews()
           
 void setReviewArray(S_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

S_Reviews

public S_Reviews()
Method Detail

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.