com.konakart.rmi.app
Class S_WishLists
java.lang.Object
com.konakart.rmi.app.S_WishLists
- All Implemented Interfaces:
- java.io.Serializable
public class S_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 |
S_WishLists
public S_WishLists()
getTotalNumWishLists
public int getTotalNumWishLists()
- Returns:
- Returns the totalNumWishLists.
setTotalNumWishLists
public void setTotalNumWishLists(int _totalNumWishLists)
- Parameters:
_totalNumWishLists - The totalNumWishLists to set.
getWishListArray
public S_WishList[] getWishListArray()
- Returns:
- Returns the wishListArray.
setWishListArray
public void setWishListArray(S_WishList[] _wishListArray)
- Parameters:
_wishListArray - The wishListArray to set.
Copyright © 2011 DS Data Systems UK Ltd.