|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminReviews
public class AdminReviews
Object that contains and array of AdminReview objects together with size and offset information.
Field Summary | |
---|---|
private int |
offset
offset |
private AdminReview[] |
reviewArray
reviewArray |
private int |
totalNumReviews
totalNumReviews |
Constructor Summary | |
---|---|
AdminReviews()
Constructor |
Method Summary | |
---|---|
int |
getOffset()
|
AdminReview[] |
getReviewArray()
|
int |
getTotalNumReviews()
|
void |
setOffset(int offset)
|
void |
setReviewArray(AdminReview[] reviewArray)
|
void |
setTotalNumReviews(int totalNumReviews)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int totalNumReviews
private int offset
private AdminReview[] reviewArray
Constructor Detail |
---|
public AdminReviews()
Method Detail |
---|
public AdminReview[] getReviewArray()
public void setReviewArray(AdminReview[] reviewArray)
reviewArray
- The reviewArray to set.public int getTotalNumReviews()
public void setTotalNumReviews(int totalNumReviews)
totalNumReviews
- The totalNumReviews to set.public int getOffset()
public void setOffset(int offset)
offset
- The offset to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |