|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_RewardPoints
public class S_RewardPoints
This is normally the object returned for API calls returning an array of RewardPoint objects. It contains an array of RewardPoint objects and the total number of RewardPoint objects matching the request, so that they can be paged.
| Constructor Summary | |
|---|---|
S_RewardPoints()
|
|
| Method Summary | |
|---|---|
S_RewardPoint[] |
getRewardPointArray()
The array of reward point records |
int |
getTotalNumRecords()
Total number of RewardPoint records present |
void |
setRewardPointArray(S_RewardPoint[] _rewardPointArray)
The array of reward point records |
void |
setTotalNumRecords(int _totalNumRecords)
Total number of RewardPoint records present |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_RewardPoints()
| Method Detail |
|---|
public int getTotalNumRecords()
public void setTotalNumRecords(int _totalNumRecords)
_totalNumRecords - the totalNumRecords to setpublic S_RewardPoint[] getRewardPointArray()
public void setRewardPointArray(S_RewardPoint[] _rewardPointArray)
_rewardPointArray - the rewardPointArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||