|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.WishLists
public class WishLists
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 |
|---|
public WishLists()
| Method Detail |
|---|
public int getTotalNumWishLists()
getTotalNumWishLists in interface WishListsIfpublic void setTotalNumWishLists(int totalNumWishLists)
setTotalNumWishLists in interface WishListsIftotalNumWishLists - The totalNumWishLists to set.public WishList[] getWishListArray()
getWishListArray in interface WishListsIfpublic void setWishListArray(WishListIf[] wishListArray)
setWishListArray in interface WishListsIfwishListArray - The wishListArray to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||