|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.RewardPoints
public class RewardPoints
RewardPoints
| Constructor Summary | |
|---|---|
RewardPoints()
Constructor |
|
| Method Summary | |
|---|---|
RewardPoint[] |
getRewardPointArray()
The array of reward point records |
int |
getTotalNumRecords()
Total number of RewardPoint records present |
void |
setRewardPointArray(RewardPointIf[] 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 RewardPoints()
| Method Detail |
|---|
public int getTotalNumRecords()
RewardPointsIf
getTotalNumRecords in interface RewardPointsIfpublic void setTotalNumRecords(int totalNumRecords)
RewardPointsIf
setTotalNumRecords in interface RewardPointsIftotalNumRecords - the totalNumRecords to setpublic RewardPoint[] getRewardPointArray()
RewardPointsIf
getRewardPointArray in interface RewardPointsIfpublic void setRewardPointArray(RewardPointIf[] rewardPointArray)
RewardPointsIf
setRewardPointArray in interface RewardPointsIfrewardPointArray - the rewardPointArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||