com.konakart.appif
Interface WishListsIf

All Known Implementing Classes:
WishLists

public interface 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.


Method Summary
 int getTotalNumWishLists()
           
 WishListIf[] getWishListArray()
           
 void setTotalNumWishLists(int totalNumWishLists)
           
 void setWishListArray(WishListIf[] wishListArray)
           
 

Method Detail

getTotalNumWishLists

int getTotalNumWishLists()
Returns:
Returns the totalNumWishLists.

setTotalNumWishLists

void setTotalNumWishLists(int totalNumWishLists)
Parameters:
totalNumWishLists - The totalNumWishLists to set.

getWishListArray

WishListIf[] getWishListArray()
Returns:
Returns the wishListArray.

setWishListArray

void setWishListArray(WishListIf[] wishListArray)
Parameters:
wishListArray - The wishListArray to set.


Copyright © 2011 DS Data Systems UK Ltd.