Class SFCheckInventory

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

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

    • SFCheckInventory

      public SFCheckInventory(String binName, String sku, BigDecimal atp, String availStatus)
      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
    • SFCheckInventory

      public SFCheckInventory(String binName, String sku, Integer atp, String availStatus)
      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
  • Method Details

    • 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
    • getAtpQtyFractional

      public BigDecimal getAtpQtyFractional()
      Method to fetch the int value of quantity
    • setAtpQtyFractional

      public void setAtpQtyFractional(BigDecimal qty)
      Method to set the int value of quantity