public class RewardPoints extends java.lang.Object implements RewardPointsIf
Constructor and Description |
---|
RewardPoints()
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
public int getTotalNumRecords()
RewardPointsIf
getTotalNumRecords
in interface RewardPointsIf
public void setTotalNumRecords(int totalNumRecords)
RewardPointsIf
setTotalNumRecords
in interface RewardPointsIf
totalNumRecords
- the totalNumRecords to setpublic RewardPoint[] getRewardPointArray()
RewardPointsIf
getRewardPointArray
in interface RewardPointsIf
public void setRewardPointArray(RewardPointIf[] rewardPointArray)
RewardPointsIf
setRewardPointArray
in interface RewardPointsIf
rewardPointArray
- the rewardPointArray to setCopyright © 2018 DS Data Systems UK Ltd.