com.konakart.wsapp
Class WishListItems

java.lang.Object
  extended by com.konakart.wsapp.WishListItems
All Implemented Interfaces:
java.io.Serializable

public class WishListItems
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WishListItems()
           
WishListItems(WishListItem[] itemArray, int totalNumItems)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 WishListItem[] getItemArray()
          Gets the itemArray value for this WishListItems.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTotalNumItems()
          Gets the totalNumItems value for this WishListItems.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setItemArray(WishListItem[] itemArray)
          Sets the itemArray value for this WishListItems.
 void setTotalNumItems(int totalNumItems)
          Sets the totalNumItems value for this WishListItems.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishListItems

public WishListItems()

WishListItems

public WishListItems(WishListItem[] itemArray,
                     int totalNumItems)
Method Detail

getItemArray

public WishListItem[] getItemArray()
Gets the itemArray value for this WishListItems.

Returns:
itemArray

setItemArray

public void setItemArray(WishListItem[] itemArray)
Sets the itemArray value for this WishListItems.

Parameters:
itemArray -

getTotalNumItems

public int getTotalNumItems()
Gets the totalNumItems value for this WishListItems.

Returns:
totalNumItems

setTotalNumItems

public void setTotalNumItems(int totalNumItems)
Sets the totalNumItems value for this WishListItems.

Parameters:
totalNumItems -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.