Class CheckInventory

java.lang.Object
com.skava.inventory.model.CheckInventory
All Implemented Interfaces:
Serializable

public class CheckInventory extends Object implements Serializable
This model checks the inventory status based on the bin name, SKU ID, etc.
See Also:
  • Constructor Details

    • CheckInventory

      public CheckInventory(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty)
      This method is used to check inventory
      Parameters:
      binName - Indicates the bin name of the inventory.
      sku - Indicates the sku
      atp - Indicates the quantity of the sku in the inventory.
      availStatus - Indicates the availability status of the sku in the inventory
      preOrderQty - Indicates the preorder quantity
    • CheckInventory

      public CheckInventory(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty, List<BinItemPropertyDTO> properties)
      This method is used to check inventory
      Parameters:
      binName - Indicates the bin name of the inventory.
      sku - Indicates the sku
      atp - Indicates the quantity of the sku in the inventory.
      availStatus - Indicates the availability status of the sku in the inventory
      preOrderQty - Indicates the preorder quantity
      properties - Indicates the properties
    • CheckInventory

      public CheckInventory(String binName, String sku, Integer atp, String availStatus, Integer preOrderQty)
      This method is used to check inventory
      Parameters:
      binName - Indicates the bin name of the inventory.
      sku - Indicates the sku
      atp - Indicates the quantity of the sku in the inventory.
      availStatus - Indicates the availability status of the sku in the inventory
      preOrderQty - Indicates the preorder quantity
    • CheckInventory

      public CheckInventory(String binName, String sku, Integer atp, String availStatus, Integer preOrderQty, List<BinItemPropertyDTO> properties)
      This method is used to check inventory
      Parameters:
      binName - Indicates the bin name of the inventory.
      sku - Indicates the sku
      atp - Indicates the quantity of the sku in the inventory.
      availStatus - Indicates the availability status of the sku in the inventory
      preOrderQty - Indicates the preorder quantity
      properties - Indicates the properties
  • Method Details

    • getPreOrderedQty

      public Integer getPreOrderedQty()
      Method to fetch the int value of quantity
    • setPreOrderedQty

      public void setPreOrderedQty(Integer qty)
      Method to set the int value of quantity
    • getAtpQty

      public Integer getAtpQty()
      Method to fetch the int value of quantity
    • setAtpQty

      public void setAtpQty(Integer qty)
      Method to set the int value of quantity