public class

CatalogInventoryStockItemEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.CatalogInventoryStockItemEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String is_in_stock
private String product_id
private String qty
private String sku
private static TypeDesc typeDesc
Public Constructors
CatalogInventoryStockItemEntity()
CatalogInventoryStockItemEntity(String product_id, String sku, String qty, String is_in_stock)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getIs_in_stock()
Gets the is_in_stock value for this CatalogInventoryStockItemEntity.
String getProduct_id()
Gets the product_id value for this CatalogInventoryStockItemEntity.
String getQty()
Gets the qty value for this CatalogInventoryStockItemEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSku()
Gets the sku value for this CatalogInventoryStockItemEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setIs_in_stock(String is_in_stock)
Sets the is_in_stock value for this CatalogInventoryStockItemEntity.
void setProduct_id(String product_id)
Sets the product_id value for this CatalogInventoryStockItemEntity.
void setQty(String qty)
Sets the qty value for this CatalogInventoryStockItemEntity.
void setSku(String sku)
Sets the sku value for this CatalogInventoryStockItemEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String is_in_stock

private String product_id

private String qty

private String sku

private static TypeDesc typeDesc

Public Constructors

public CatalogInventoryStockItemEntity ()

public CatalogInventoryStockItemEntity (String product_id, String sku, String qty, String is_in_stock)

Parameters
product_id
sku
qty
is_in_stock

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIs_in_stock ()

Gets the is_in_stock value for this CatalogInventoryStockItemEntity.

Returns
  • is_in_stock

public String getProduct_id ()

Gets the product_id value for this CatalogInventoryStockItemEntity.

Returns
  • product_id

public String getQty ()

Gets the qty value for this CatalogInventoryStockItemEntity.

Returns
  • qty

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getSku ()

Gets the sku value for this CatalogInventoryStockItemEntity.

Returns
  • sku

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setIs_in_stock (String is_in_stock)

Sets the is_in_stock value for this CatalogInventoryStockItemEntity.

Parameters
is_in_stock

public void setProduct_id (String product_id)

Sets the product_id value for this CatalogInventoryStockItemEntity.

Parameters
product_id

public void setQty (String qty)

Sets the qty value for this CatalogInventoryStockItemEntity.

Parameters
qty

public void setSku (String sku)

Sets the sku value for this CatalogInventoryStockItemEntity.

Parameters
sku