com.konakart.json.app
Class J_RewardPoints

java.lang.Object
  extended by com.konakart.json.app.J_RewardPoints
All Implemented Interfaces:
java.io.Serializable

public class J_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
J_RewardPoints()
           
 
Method Summary
 J_RewardPoint[] getRewardPointArray()
          The array of reward point records
 int getTotalNumRecords()
          Total number of RewardPoint records present
 void setRewardPointArray(J_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

J_RewardPoints

public J_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 J_RewardPoint[] getRewardPointArray()
The array of reward point records

Returns:
the rewardPointArray

setRewardPointArray

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

Parameters:
_rewardPointArray - the rewardPointArray to set


Copyright © 2011 DS Data Systems UK Ltd.