com.konakart.app
Class RewardPoints

java.lang.Object
  extended by com.konakart.app.RewardPoints
All Implemented Interfaces:
RewardPointsIf

public class RewardPoints
extends java.lang.Object
implements RewardPointsIf

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

RewardPoints

public RewardPoints()
Constructor

Method Detail

getTotalNumRecords

public int getTotalNumRecords()
Description copied from interface: RewardPointsIf
Total number of RewardPoint records present

Specified by:
getTotalNumRecords in interface RewardPointsIf
Returns:
the totalNumRecords

setTotalNumRecords

public void setTotalNumRecords(int totalNumRecords)
Description copied from interface: RewardPointsIf
Total number of RewardPoint records present

Specified by:
setTotalNumRecords in interface RewardPointsIf
Parameters:
totalNumRecords - the totalNumRecords to set

getRewardPointArray

public RewardPoint[] getRewardPointArray()
Description copied from interface: RewardPointsIf
The array of reward point records

Specified by:
getRewardPointArray in interface RewardPointsIf
Returns:
the rewardPointArray

setRewardPointArray

public void setRewardPointArray(RewardPointIf[] rewardPointArray)
Description copied from interface: RewardPointsIf
The array of reward point records

Specified by:
setRewardPointArray in interface RewardPointsIf
Parameters:
rewardPointArray - the rewardPointArray to set


Copyright © 2011 DS Data Systems UK Ltd.