commerce_inventory.InventoryItemReservation
Constructors
global InventoryItemReservation()
Instantiates a new Inventory item reservation levels response. Including the java reference Dto
Methods
global ID getId()
Gets id.
Returns
global void setId(ID id)
Sets id.
Parameters
global ID getInventoryReservationId()
Gets inventory reservation id.
Returns
| Type | Description |
|---|
ID | the inventory reservation id |
global void setInventoryReservationId(ID inventoryReservationId)
Sets inventory reservation id.
Parameters
| Param | Description |
|---|
inventoryReservationId | the inventory reservation id |
global ID getItemReservationSourceId()
Gets item reservation source id.
Returns
| Type | Description |
|---|
ID | the item reservation source id |
global void setItemReservationSourceId(ID itemReservationSourceId)
Sets item reservation source id.
Parameters
| Param | Description |
|---|
itemReservationSourceId | the item reservation source id |
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 Double getQuantity()
Gets quantity.
Returns
| Type | Description |
|---|
Double | the quantity |
global void setQuantity(Double quantity)
Sets quantity.
Parameters
| Param | Description |
|---|
quantity | the quantity |
global ID getReservedAtLocationId()
Gets reserved at location id.
Returns
| Type | Description |
|---|
ID | the reserved at location id |
global void setReservedAtLocationId(ID reservedAtLocationId)
Sets reserved at location id.
Parameters
| Param | Description |
|---|
reservedAtLocationId | the reserved at location id |
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 |