com.konakart.appif
Interface ReviewsIf
public interface ReviewsIf
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.
getReviewArray
ReviewIf[] getReviewArray()
- Returns:
- Returns the reviewArray.
setReviewArray
void setReviewArray(ReviewIf[] reviewArray)
- Parameters:
reviewArray - The reviewArray to set.
getTotalNumReviews
int getTotalNumReviews()
- Returns:
- Returns the totalNumReviews.
setTotalNumReviews
void setTotalNumReviews(int totalNumReviews)
- Parameters:
totalNumReviews - The totalNumReviews to set.
Copyright © 2006 DS Data Systems UK Ltd.