commerce_inventory.InventoryLevelsItemResponse
Constructors
global InventoryLevelsItemResponse()
Instantiates a new inventory item levels response. Including the java reference Dto
Methods
global String getErrorCode()
Gets error code.
Returns
| Type | Description |
|---|
String | the error code |
global void setErrorCode(String errorCode)
Sets error code.
Parameters
| Param | Description |
|---|
errorCode | the error code |
global String getErrorMessage()
Gets error message.
Returns
| Type | Description |
|---|
String | the error message |
global void setErrorMessage(String errorMessage)
Sets error message.
Parameters
| Param | Description |
|---|
errorMessage | the error message |
global ID getProductId()
Gets product id.
Returns
| Type | Description |
|---|
ID | the product id |
global void setProductId(ID productId)
Sets product id.
Parameters
| Param | Description |
|---|
productId | the product id |
global String getStockKeepingUnit()
Gets stock keeping unit.
Returns
| Type | Description |
|---|
String | stock keeping unit |
global void setStockKeepingUnit(String stockKeepingUnit)
Sets stock keeping unit.
Parameters
| Param | Description |
|---|
stockKeepingUnit | the stock keeping unit |
global ID getLocationSourceId()
Gets location source id.
Returns
| Type | Description |
|---|
ID | the location source id |
global void setLocationSourceId(ID locationSourceId)
Sets location source id.
Parameters
| Param | Description |
|---|
locationSourceId | the location source id |
global String getInventoryLocationSourceType()
Gets inventory location source type.
Returns
| Type | Description |
|---|
String | the inventory location source type |
global void setInventoryLocationSourceType(String inventoryLocationSourceType)
Sets inventory location source type.
Parameters
| Param | Description |
|---|
inventoryLocationSourceType | the inventory location source type |
global Double getOnHand()
Gets on hand.
Returns
| Type | Description |
|---|
Double | the on hand |
global void setOnHand(Double onHand)
Sets on hand.
Parameters
| Param | Description |
|---|
onHand | the on hand |
global Double getAvailableToFulfill()
Gets available to fulfill.
Returns
| Type | Description |
|---|
Double | the available to fulfill |
global void setAvailableToFulfill(Double availableToFulfill)
Sets available to fulfill.
Parameters
| Param | Description |
|---|
availableToFulfill | the available to fulfill |
global Double getAvailableToOrder()
Gets available to order.
Returns
| Type | Description |
|---|
Double | the available to order |
global void setAvailableToOrder(Double availableToOrder)
Sets available to order.
Parameters
| Param | Description |
|---|
availableToOrder | the available to order |
global List<InventoryLevelsItemResponse> getAssociatedProducts()
Gets the associated products.
Returns
| Type | Description |
|---|
List<InventoryLevelsItemResponse> | the associated products |
global void setAssociatedProducts(List<InventoryLevelsItemResponse> associatedProducts)
Sets the Associated products.