public class

CatalogInventoryStockItemUpdateEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Integer backorders
private Integer is_in_stock
private Integer is_qty_decimal
private Integer manage_stock
private Integer max_sale_qty
private Integer min_qty
private Integer min_sale_qty
private Integer notify_stock_qty
private String qty
private static TypeDesc typeDesc
private Integer use_config_backorders
private Integer use_config_manage_stock
private Integer use_config_max_sale_qty
private Integer use_config_min_qty
private Integer use_config_min_sale_qty
private Integer use_config_notify_stock_qty
Public Constructors
CatalogInventoryStockItemUpdateEntity()
CatalogInventoryStockItemUpdateEntity(String qty, Integer is_in_stock, Integer manage_stock, Integer use_config_manage_stock, Integer min_qty, Integer use_config_min_qty, Integer min_sale_qty, Integer use_config_min_sale_qty, Integer max_sale_qty, Integer use_config_max_sale_qty, Integer is_qty_decimal, Integer backorders, Integer use_config_backorders, Integer notify_stock_qty, Integer use_config_notify_stock_qty)
Public Methods
synchronized boolean equals(Object obj)
Integer getBackorders()
Gets the backorders value for this CatalogInventoryStockItemUpdateEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Integer getIs_in_stock()
Gets the is_in_stock value for this CatalogInventoryStockItemUpdateEntity.
Integer getIs_qty_decimal()
Gets the is_qty_decimal value for this CatalogInventoryStockItemUpdateEntity.
Integer getManage_stock()
Gets the manage_stock value for this CatalogInventoryStockItemUpdateEntity.
Integer getMax_sale_qty()
Gets the max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getMin_qty()
Gets the min_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getMin_sale_qty()
Gets the min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getNotify_stock_qty()
Gets the notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.
String getQty()
Gets the qty value for this CatalogInventoryStockItemUpdateEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
Integer getUse_config_backorders()
Gets the use_config_backorders value for this CatalogInventoryStockItemUpdateEntity.
Integer getUse_config_manage_stock()
Gets the use_config_manage_stock value for this CatalogInventoryStockItemUpdateEntity.
Integer getUse_config_max_sale_qty()
Gets the use_config_max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getUse_config_min_qty()
Gets the use_config_min_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getUse_config_min_sale_qty()
Gets the use_config_min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
Integer getUse_config_notify_stock_qty()
Gets the use_config_notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.
synchronized int hashCode()
void setBackorders(Integer backorders)
Sets the backorders value for this CatalogInventoryStockItemUpdateEntity.
void setIs_in_stock(Integer is_in_stock)
Sets the is_in_stock value for this CatalogInventoryStockItemUpdateEntity.
void setIs_qty_decimal(Integer is_qty_decimal)
Sets the is_qty_decimal value for this CatalogInventoryStockItemUpdateEntity.
void setManage_stock(Integer manage_stock)
Sets the manage_stock value for this CatalogInventoryStockItemUpdateEntity.
void setMax_sale_qty(Integer max_sale_qty)
Sets the max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
void setMin_qty(Integer min_qty)
Sets the min_qty value for this CatalogInventoryStockItemUpdateEntity.
void setMin_sale_qty(Integer min_sale_qty)
Sets the min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
void setNotify_stock_qty(Integer notify_stock_qty)
Sets the notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.
void setQty(String qty)
Sets the qty value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_backorders(Integer use_config_backorders)
Sets the use_config_backorders value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_manage_stock(Integer use_config_manage_stock)
Sets the use_config_manage_stock value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_max_sale_qty(Integer use_config_max_sale_qty)
Sets the use_config_max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_min_qty(Integer use_config_min_qty)
Sets the use_config_min_qty value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_min_sale_qty(Integer use_config_min_sale_qty)
Sets the use_config_min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.
void setUse_config_notify_stock_qty(Integer use_config_notify_stock_qty)
Sets the use_config_notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Integer backorders

private Integer is_in_stock

private Integer is_qty_decimal

private Integer manage_stock

private Integer max_sale_qty

private Integer min_qty

private Integer min_sale_qty

private Integer notify_stock_qty

private String qty

private static TypeDesc typeDesc

private Integer use_config_backorders

private Integer use_config_manage_stock

private Integer use_config_max_sale_qty

private Integer use_config_min_qty

private Integer use_config_min_sale_qty

private Integer use_config_notify_stock_qty

Public Constructors

public CatalogInventoryStockItemUpdateEntity ()

public CatalogInventoryStockItemUpdateEntity (String qty, Integer is_in_stock, Integer manage_stock, Integer use_config_manage_stock, Integer min_qty, Integer use_config_min_qty, Integer min_sale_qty, Integer use_config_min_sale_qty, Integer max_sale_qty, Integer use_config_max_sale_qty, Integer is_qty_decimal, Integer backorders, Integer use_config_backorders, Integer notify_stock_qty, Integer use_config_notify_stock_qty)

Parameters
qty
is_in_stock
manage_stock
use_config_manage_stock
min_qty
use_config_min_qty
min_sale_qty
use_config_min_sale_qty
max_sale_qty
use_config_max_sale_qty
is_qty_decimal
backorders
use_config_backorders
notify_stock_qty
use_config_notify_stock_qty

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public Integer getBackorders ()

Gets the backorders value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • backorders

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Integer getIs_in_stock ()

Gets the is_in_stock value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • is_in_stock

public Integer getIs_qty_decimal ()

Gets the is_qty_decimal value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • is_qty_decimal

public Integer getManage_stock ()

Gets the manage_stock value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • manage_stock

public Integer getMax_sale_qty ()

Gets the max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • max_sale_qty

public Integer getMin_qty ()

Gets the min_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • min_qty

public Integer getMin_sale_qty ()

Gets the min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • min_sale_qty

public Integer getNotify_stock_qty ()

Gets the notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • notify_stock_qty

public String getQty ()

Gets the qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • qty

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 Integer getUse_config_backorders ()

Gets the use_config_backorders value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_backorders

public Integer getUse_config_manage_stock ()

Gets the use_config_manage_stock value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_manage_stock

public Integer getUse_config_max_sale_qty ()

Gets the use_config_max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_max_sale_qty

public Integer getUse_config_min_qty ()

Gets the use_config_min_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_min_qty

public Integer getUse_config_min_sale_qty ()

Gets the use_config_min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_min_sale_qty

public Integer getUse_config_notify_stock_qty ()

Gets the use_config_notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.

Returns
  • use_config_notify_stock_qty

public synchronized int hashCode ()

public void setBackorders (Integer backorders)

Sets the backorders value for this CatalogInventoryStockItemUpdateEntity.

Parameters
backorders

public void setIs_in_stock (Integer is_in_stock)

Sets the is_in_stock value for this CatalogInventoryStockItemUpdateEntity.

Parameters
is_in_stock

public void setIs_qty_decimal (Integer is_qty_decimal)

Sets the is_qty_decimal value for this CatalogInventoryStockItemUpdateEntity.

Parameters
is_qty_decimal

public void setManage_stock (Integer manage_stock)

Sets the manage_stock value for this CatalogInventoryStockItemUpdateEntity.

Parameters
manage_stock

public void setMax_sale_qty (Integer max_sale_qty)

Sets the max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
max_sale_qty

public void setMin_qty (Integer min_qty)

Sets the min_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
min_qty

public void setMin_sale_qty (Integer min_sale_qty)

Sets the min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
min_sale_qty

public void setNotify_stock_qty (Integer notify_stock_qty)

Sets the notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
notify_stock_qty

public void setQty (String qty)

Sets the qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
qty

public void setUse_config_backorders (Integer use_config_backorders)

Sets the use_config_backorders value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_backorders

public void setUse_config_manage_stock (Integer use_config_manage_stock)

Sets the use_config_manage_stock value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_manage_stock

public void setUse_config_max_sale_qty (Integer use_config_max_sale_qty)

Sets the use_config_max_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_max_sale_qty

public void setUse_config_min_qty (Integer use_config_min_qty)

Sets the use_config_min_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_min_qty

public void setUse_config_min_sale_qty (Integer use_config_min_sale_qty)

Sets the use_config_min_sale_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_min_sale_qty

public void setUse_config_notify_stock_qty (Integer use_config_notify_stock_qty)

Sets the use_config_notify_stock_qty value for this CatalogInventoryStockItemUpdateEntity.

Parameters
use_config_notify_stock_qty