public class CatalogInventoryStockItemUpdateEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getBackorders()
Gets the backorders value for this CatalogInventoryStockItemUpdateEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.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.
|
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.
|
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)
public String getQty()
public void setQty(String qty)
qty - public Integer getIs_in_stock()
public void setIs_in_stock(Integer is_in_stock)
is_in_stock - public Integer getManage_stock()
public void setManage_stock(Integer manage_stock)
manage_stock - public Integer getUse_config_manage_stock()
public void setUse_config_manage_stock(Integer use_config_manage_stock)
use_config_manage_stock - public Integer getMin_qty()
public void setMin_qty(Integer min_qty)
min_qty - public Integer getUse_config_min_qty()
public void setUse_config_min_qty(Integer use_config_min_qty)
use_config_min_qty - public Integer getMin_sale_qty()
public void setMin_sale_qty(Integer min_sale_qty)
min_sale_qty - public Integer getUse_config_min_sale_qty()
public void setUse_config_min_sale_qty(Integer use_config_min_sale_qty)
use_config_min_sale_qty - public Integer getMax_sale_qty()
public void setMax_sale_qty(Integer max_sale_qty)
max_sale_qty - public Integer getUse_config_max_sale_qty()
public void setUse_config_max_sale_qty(Integer use_config_max_sale_qty)
use_config_max_sale_qty - public Integer getIs_qty_decimal()
public void setIs_qty_decimal(Integer is_qty_decimal)
is_qty_decimal - public Integer getBackorders()
public void setBackorders(Integer backorders)
backorders - public Integer getUse_config_backorders()
public void setUse_config_backorders(Integer use_config_backorders)
use_config_backorders - public Integer getNotify_stock_qty()
public void setNotify_stock_qty(Integer notify_stock_qty)
notify_stock_qty - public Integer getUse_config_notify_stock_qty()
public void setUse_config_notify_stock_qty(Integer use_config_notify_stock_qty)
use_config_notify_stock_qty - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.