| java.lang.Object |
| ↳ |
com.amazonaws.fba_inbound.doc._2007_05_10.MerchantSKUQuantityItem |
Class Overview
MerchantSKU with a quantity
Summary
| Public Methods |
|
synchronized
boolean
|
equals(Object obj)
|
|
static
Deserializer
|
getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
|
|
String
|
getMerchantSKU()
Gets the merchantSKU value for this MerchantSKUQuantityItem.
|
|
int
|
getQuantity()
Gets the quantity value for this MerchantSKUQuantityItem.
|
|
static
Serializer
|
getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
|
|
static
TypeDesc
|
getTypeDesc()
Return type metadata object
|
|
synchronized
int
|
hashCode()
|
|
void
|
setMerchantSKU(String merchantSKU)
Sets the merchantSKU value for this MerchantSKUQuantityItem.
|
|
void
|
setQuantity(int quantity)
Sets the quantity value for this MerchantSKUQuantityItem.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
Object
__equalsCalc
private
boolean
__hashCodeCalc
private
String
merchantSKU
private
static
TypeDesc
typeDesc
Public Constructors
public
MerchantSKUQuantityItem
()
public
MerchantSKUQuantityItem
(String merchantSKU, int quantity)
Public Methods
public
synchronized
boolean
equals
(Object obj)
public
static
Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType)
Parameters
| mechType
| |
| _javaType
| |
| _xmlType
| |
public
String
getMerchantSKU
()
Gets the merchantSKU value for this MerchantSKUQuantityItem.
public
int
getQuantity
()
Gets the quantity value for this MerchantSKUQuantityItem.
public
static
Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType)
Parameters
| mechType
| |
| _javaType
| |
| _xmlType
| |
public
static
TypeDesc
getTypeDesc
()
Return type metadata object
public
synchronized
int
hashCode
()
public
void
setMerchantSKU
(String merchantSKU)
Sets the merchantSKU value for this MerchantSKUQuantityItem.
public
void
setQuantity
(int quantity)
Sets the quantity value for this MerchantSKUQuantityItem.