public class

FulfillmentItem

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

Class Overview

Properties and identifiers for an item that could be fulfilled by Amazon. This does NOT imply that the item has a offer for which it can be fulfilled, only that it can be tracked by the Amazon Fulfillment Network. An inactive item may have quantity in the fulfillment center, but will never be fulfilled.

Summary

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

Fields

private String ASIN

private Object __equalsCalc

private boolean __hashCodeCalc

private ItemCondition condition

private String fulfillmentNetworkSKU

private boolean isActive

private String merchantSKU

private static TypeDesc typeDesc

Public Constructors

public FulfillmentItem ()

public FulfillmentItem (String ASIN, ItemCondition condition, String merchantSKU, String fulfillmentNetworkSKU, boolean isActive)

Parameters
ASIN
condition
merchantSKU
fulfillmentNetworkSKU
isActive

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getASIN ()

Gets the ASIN value for this FulfillmentItem.

Returns
  • ASIN

public ItemCondition getCondition ()

Gets the condition value for this FulfillmentItem.

Returns
  • condition

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getFulfillmentNetworkSKU ()

Gets the fulfillmentNetworkSKU value for this FulfillmentItem.

Returns
  • fulfillmentNetworkSKU

public String getMerchantSKU ()

Gets the merchantSKU value for this FulfillmentItem.

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 boolean isIsActive ()

Gets the isActive value for this FulfillmentItem.

Returns
  • isActive

public void setASIN (String ASIN)

Sets the ASIN value for this FulfillmentItem.

Parameters
ASIN

public void setCondition (ItemCondition condition)

Sets the condition value for this FulfillmentItem.

Parameters
condition

public void setFulfillmentNetworkSKU (String fulfillmentNetworkSKU)

Sets the fulfillmentNetworkSKU value for this FulfillmentItem.

Parameters
fulfillmentNetworkSKU

public void setIsActive (boolean isActive)

Sets the isActive value for this FulfillmentItem.

Parameters
isActive

public void setMerchantSKU (String merchantSKU)

Sets the merchantSKU value for this FulfillmentItem.

Parameters
merchantSKU