com.konakart.app
Class WishListItems

java.lang.Object
  extended by com.konakart.app.WishListItems
All Implemented Interfaces:
WishListItemsIf

public class WishListItems
extends java.lang.Object
implements WishListItemsIf

This is normally the object returned for API calls returning an array of wish list items. It contains an array of wish list items and the total number of items matching the request, so that they can be paged.


Constructor Summary
WishListItems()
          Constructor
 
Method Summary
 WishListItem[] getItemArray()
          Wish list item array
 int getTotalNumItems()
          Total number of wish list items
 void setItemArray(WishListItemIf[] itemArray)
          Wish list item array
 void setTotalNumItems(int totalNumItems)
          Total number of wish list items
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishListItems

public WishListItems()
Constructor

Method Detail

getTotalNumItems

public int getTotalNumItems()
Total number of wish list items

Specified by:
getTotalNumItems in interface WishListItemsIf
Returns:
the totalNumItems

setTotalNumItems

public void setTotalNumItems(int totalNumItems)
Total number of wish list items

Specified by:
setTotalNumItems in interface WishListItemsIf
Parameters:
totalNumItems - the totalNumItems to set

getItemArray

public WishListItem[] getItemArray()
Wish list item array

Specified by:
getItemArray in interface WishListItemsIf
Returns:
the itemArray

setItemArray

public void setItemArray(WishListItemIf[] itemArray)
Wish list item array

Specified by:
setItemArray in interface WishListItemsIf
Parameters:
itemArray - the itemArray to set


Copyright © 2011 DS Data Systems UK Ltd.