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