public class

MerchantItem

extends Object
implements Serializable
java.lang.Object
   ↳ com.amazonaws.fba_inbound.doc._2007_05_10.MerchantItem

Class Overview

Properties and identifiers for a merchant item. Very similar to a FulfillmentItem, but no FulfillmentNetworkSKU nor an IsActive flag is needed.

Summary

Fields
private String ASIN
private Object __equalsCalc
private boolean __hashCodeCalc
private ItemCondition condition
private String merchantSKU
private static TypeDesc typeDesc
Public Constructors
MerchantItem()
MerchantItem(String ASIN, ItemCondition condition, String merchantSKU)
Public Methods
synchronized boolean equals(Object obj)
String getASIN()
Gets the ASIN value for this MerchantItem.
ItemCondition getCondition()
Gets the condition value for this MerchantItem.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getMerchantSKU()
Gets the merchantSKU value for this MerchantItem.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setASIN(String ASIN)
Sets the ASIN value for this MerchantItem.
void setCondition(ItemCondition condition)
Sets the condition value for this MerchantItem.
void setMerchantSKU(String merchantSKU)
Sets the merchantSKU value for this MerchantItem.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String ASIN

private Object __equalsCalc

private boolean __hashCodeCalc

private ItemCondition condition

private String merchantSKU

private static TypeDesc typeDesc

Public Constructors

public MerchantItem ()

public MerchantItem (String ASIN, ItemCondition condition, String merchantSKU)

Parameters
ASIN
condition
merchantSKU

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getASIN ()

Gets the ASIN value for this MerchantItem.

Returns
  • ASIN

public ItemCondition getCondition ()

Gets the condition value for this MerchantItem.

Returns
  • condition

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getMerchantSKU ()

Gets the merchantSKU value for this MerchantItem.

Returns
  • merchantSKU

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setASIN (String ASIN)

Sets the ASIN value for this MerchantItem.

Parameters
ASIN

public void setCondition (ItemCondition condition)

Sets the condition value for this MerchantItem.

Parameters
condition

public void setMerchantSKU (String merchantSKU)

Sets the merchantSKU value for this MerchantItem.

Parameters
merchantSKU