public class ShopifyInventoryItem extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
ShopifyInventoryItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCost() |
String |
getId() |
String |
getRequiresShipping() |
String |
getSku() |
String |
getTracked() |
ShopifyInventoryItem |
setCost(Double cost) |
ShopifyInventoryItem |
setId(String id) |
ShopifyInventoryItem |
setRequiresShipping(Boolean requiresShipping) |
ShopifyInventoryItem |
setSku(String sku) |
ShopifyInventoryItem |
setTracked(Boolean tracked) |
addExceptionProperties, fromRecord, toRecord, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exception
public String getId()
public ShopifyInventoryItem setId(String id)
public String getSku()
public ShopifyInventoryItem setSku(String sku)
public String getRequiresShipping()
public ShopifyInventoryItem setRequiresShipping(Boolean requiresShipping)
public String getCost()
public ShopifyInventoryItem setCost(Double cost)
public String getTracked()
public ShopifyInventoryItem setTracked(Boolean tracked)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.