Class NegativeInventoryDisallowedException

All Implemented Interfaces:
Serializable

public class NegativeInventoryDisallowedException extends AdempiereException
Exception for negative on hand quantity
Author:
hengsin
See Also:
  • Constructor Details

    • NegativeInventoryDisallowedException

      public NegativeInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, int M_Locator_ID, BigDecimal QtyOnHand, BigDecimal MovementQty)
      Parameters:
      ctx -
      M_Warehouse_ID -
      M_Product_ID -
      M_AttributeSetInstance_ID -
      M_Locator_ID -
      QtyOnHand -
      MovementQty -
  • Method Details

    • getM_Warehouse_ID

      public int getM_Warehouse_ID()
    • getM_Product_ID

      public int getM_Product_ID()
    • getM_AttributeSetInstance_ID

      public int getM_AttributeSetInstance_ID()
    • getM_Locator_ID

      public int getM_Locator_ID()
    • getQtyOnHand

      public BigDecimal getQtyOnHand()
    • getMovementQty

      public BigDecimal getMovementQty()