|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_WishListItems
public class J_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 | |
|---|---|
J_WishListItems()
|
|
| Method Summary | |
|---|---|
J_WishListItem[] |
getItemArray()
Wish list item array |
int |
getTotalNumItems()
Total number of wish list items |
void |
setItemArray(J_WishListItem[] _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 J_WishListItems()
| Method Detail |
|---|
public int getTotalNumItems()
public void setTotalNumItems(int _totalNumItems)
_totalNumItems - the totalNumItems to setpublic J_WishListItem[] getItemArray()
public void setItemArray(J_WishListItem[] _itemArray)
_itemArray - the itemArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||