|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Reviews
public class Reviews
| Constructor Summary | |
|---|---|
Reviews()
Constructor |
|
| Method Summary | |
|---|---|
Review[] |
getReviewArray()
|
int |
getTotalNumReviews()
|
void |
setReviewArray(ReviewIf[] 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 |
|---|
public Reviews()
| Method Detail |
|---|
public Review[] getReviewArray()
getReviewArray in interface ReviewsIfpublic void setReviewArray(ReviewIf[] reviewArray)
setReviewArray in interface ReviewsIfreviewArray - The reviewArray to set.public int getTotalNumReviews()
getTotalNumReviews in interface ReviewsIfpublic void setTotalNumReviews(int totalNumReviews)
setTotalNumReviews in interface ReviewsIftotalNumReviews - The totalNumReviews to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||