com.konakart.app
Class WishLists

java.lang.Object
  extended by com.konakart.app.WishLists
All Implemented Interfaces:
WishListsIf

public class WishLists
extends java.lang.Object
implements WishListsIf

This is the object returned for API calls returning an array of WishLists. It contains an array of WishList objects and the total number of WishLists matching the request, so that they can be paged.


Constructor Summary
WishLists()
          Constructor
 
Method Summary
 int getTotalNumWishLists()
           
 WishList[] getWishListArray()
           
 void setTotalNumWishLists(int totalNumWishLists)
           
 void setWishListArray(WishListIf[] wishListArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishLists

public WishLists()
Constructor

Method Detail

getTotalNumWishLists

public int getTotalNumWishLists()
Specified by:
getTotalNumWishLists in interface WishListsIf
Returns:
Returns the totalNumWishLists.

setTotalNumWishLists

public void setTotalNumWishLists(int totalNumWishLists)
Specified by:
setTotalNumWishLists in interface WishListsIf
Parameters:
totalNumWishLists - The totalNumWishLists to set.

getWishListArray

public WishList[] getWishListArray()
Specified by:
getWishListArray in interface WishListsIf
Returns:
Returns the wishListArray.

setWishListArray

public void setWishListArray(WishListIf[] wishListArray)
Specified by:
setWishListArray in interface WishListsIf
Parameters:
wishListArray - The wishListArray to set.


Copyright © 2011 DS Data Systems UK Ltd.