|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.WishListItems
public class WishListItems
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 |
|---|
public WishListItems()
| Method Detail |
|---|
public int getTotalNumItems()
getTotalNumItems in interface WishListItemsIfpublic void setTotalNumItems(int totalNumItems)
setTotalNumItems in interface WishListItemsIftotalNumItems - the totalNumItems to setpublic WishListItem[] getItemArray()
getItemArray in interface WishListItemsIfpublic void setItemArray(WishListItemIf[] itemArray)
setItemArray in interface WishListItemsIfitemArray - the itemArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||