com.amazon.soap
Class Item

java.lang.Object
  extended by com.amazon.soap.Item
All Implemented Interfaces:
Serializable

public class Item
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Item()
           
Item(String itemId, String productName, String catalog, String asin, String exchangeId, String quantity, String listPrice, String ourPrice)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAsin()
          Gets the asin value for this Item.
 String getCatalog()
          Gets the catalog value for this Item.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getExchangeId()
          Gets the exchangeId value for this Item.
 String getItemId()
          Gets the itemId value for this Item.
 String getListPrice()
          Gets the listPrice value for this Item.
 String getOurPrice()
          Gets the ourPrice value for this Item.
 String getProductName()
          Gets the productName value for this Item.
 String getQuantity()
          Gets the quantity value for this Item.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAsin(String asin)
          Sets the asin value for this Item.
 void setCatalog(String catalog)
          Sets the catalog value for this Item.
 void setExchangeId(String exchangeId)
          Sets the exchangeId value for this Item.
 void setItemId(String itemId)
          Sets the itemId value for this Item.
 void setListPrice(String listPrice)
          Sets the listPrice value for this Item.
 void setOurPrice(String ourPrice)
          Sets the ourPrice value for this Item.
 void setProductName(String productName)
          Sets the productName value for this Item.
 void setQuantity(String quantity)
          Sets the quantity value for this Item.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()

Item

public Item(String itemId,
            String productName,
            String catalog,
            String asin,
            String exchangeId,
            String quantity,
            String listPrice,
            String ourPrice)
Method Detail

getItemId

public String getItemId()
Gets the itemId value for this Item.

Returns:
itemId

setItemId

public void setItemId(String itemId)
Sets the itemId value for this Item.

Parameters:
itemId -

getProductName

public String getProductName()
Gets the productName value for this Item.

Returns:
productName

setProductName

public void setProductName(String productName)
Sets the productName value for this Item.

Parameters:
productName -

getCatalog

public String getCatalog()
Gets the catalog value for this Item.

Returns:
catalog

setCatalog

public void setCatalog(String catalog)
Sets the catalog value for this Item.

Parameters:
catalog -

getAsin

public String getAsin()
Gets the asin value for this Item.

Returns:
asin

setAsin

public void setAsin(String asin)
Sets the asin value for this Item.

Parameters:
asin -

getExchangeId

public String getExchangeId()
Gets the exchangeId value for this Item.

Returns:
exchangeId

setExchangeId

public void setExchangeId(String exchangeId)
Sets the exchangeId value for this Item.

Parameters:
exchangeId -

getQuantity

public String getQuantity()
Gets the quantity value for this Item.

Returns:
quantity

setQuantity

public void setQuantity(String quantity)
Sets the quantity value for this Item.

Parameters:
quantity -

getListPrice

public String getListPrice()
Gets the listPrice value for this Item.

Returns:
listPrice

setListPrice

public void setListPrice(String listPrice)
Sets the listPrice value for this Item.

Parameters:
listPrice -

getOurPrice

public String getOurPrice()
Gets the ourPrice value for this Item.

Returns:
ourPrice

setOurPrice

public void setOurPrice(String ourPrice)
Sets the ourPrice value for this Item.

Parameters:
ourPrice -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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