Package com.skava.inventory.model
Class SFCheckInventory
java.lang.Object
com.skava.inventory.model.SFCheckInventory
- All Implemented Interfaces:
Serializable
This model checks the inventory status based on the bin name, SKU ID, etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSFCheckInventory
(String binName, String sku, Integer atp, String availStatus) This method is used to check inventorySFCheckInventory
(String binName, String sku, BigDecimal atp, String availStatus) This method is used to check inventory -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the int value of quantityMethod to fetch the int value of quantityvoid
Method to set the int value of quantityvoid
Method to set the int value of quantity
-
Constructor Details
-
SFCheckInventory
This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventory
-
SFCheckInventory
This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventory
-
-
Method Details
-
getAtpQty
Method to fetch the int value of quantity -
setAtpQty
Method to set the int value of quantity -
getAtpQtyFractional
Method to fetch the int value of quantity -
setAtpQtyFractional
Method to set the int value of quantity
-