com.konakart.json.app
Class J_WishLists
java.lang.Object
com.konakart.json.app.J_WishLists
- All Implemented Interfaces:
- java.io.Serializable
public class J_WishLists
- extends java.lang.Object
- implements java.io.Serializable
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J_WishLists
public J_WishLists()
getTotalNumWishLists
public int getTotalNumWishLists()
- Returns:
- Returns the totalNumWishLists.
setTotalNumWishLists
public void setTotalNumWishLists(int _totalNumWishLists)
- Parameters:
_totalNumWishLists - The totalNumWishLists to set.
getWishListArray
public J_WishList[] getWishListArray()
- Returns:
- Returns the wishListArray.
setWishListArray
public void setWishListArray(J_WishList[] _wishListArray)
- Parameters:
_wishListArray - The wishListArray to set.
Copyright © 2011 DS Data Systems UK Ltd.