|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.soap.Item
public class Item
| 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 |
|---|
public Item()
public Item(String itemId,
String productName,
String catalog,
String asin,
String exchangeId,
String quantity,
String listPrice,
String ourPrice)
| Method Detail |
|---|
public String getItemId()
public void setItemId(String itemId)
itemId - public String getProductName()
public void setProductName(String productName)
productName - public String getCatalog()
public void setCatalog(String catalog)
catalog - public String getAsin()
public void setAsin(String asin)
asin - public String getExchangeId()
public void setExchangeId(String exchangeId)
exchangeId - public String getQuantity()
public void setQuantity(String quantity)
quantity - public String getListPrice()
public void setListPrice(String listPrice)
listPrice - public String getOurPrice()
public void setOurPrice(String ourPrice)
ourPrice - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||