com.konakart.rmi.app
Class S_RewardPoints

java.lang.Object
  extended by com.konakart.rmi.app.S_RewardPoints
All Implemented Interfaces:
java.io.Serializable

public class S_RewardPoints
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

S_RewardPoints

public S_RewardPoints()
Method Detail

getTotalNumRecords

public int getTotalNumRecords()
Total number of RewardPoint records present

Returns:
the totalNumRecords

setTotalNumRecords

public void setTotalNumRecords(int _totalNumRecords)
Total number of RewardPoint records present

Parameters:
_totalNumRecords - the totalNumRecords to set

getRewardPointArray

public S_RewardPoint[] getRewardPointArray()
The array of reward point records

Returns:
the rewardPointArray

setRewardPointArray

public void setRewardPointArray(S_RewardPoint[] _rewardPointArray)
The array of reward point records

Parameters:
_rewardPointArray - the rewardPointArray to set


Copyright © 2011 DS Data Systems UK Ltd.