public class CatalogInventoryStockItemEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogInventoryStockItemEntity() |
CatalogInventoryStockItemEntity(String product_id,
String sku,
String qty,
String is_in_stock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSku()
Gets the sku value for this CatalogInventoryStockItemEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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.
|
public String getProduct_id()
public void setProduct_id(String product_id)
product_id - public String getSku()
public void setSku(String sku)
sku - public String getQty()
public void setQty(String qty)
qty - public String getIs_in_stock()
public void setIs_in_stock(String is_in_stock)
is_in_stock - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.