Package org.adempiere.exceptions
Class NegativeInventoryDisallowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.NegativeInventoryDisallowedException
-
- All Implemented Interfaces:
Serializable
public class NegativeInventoryDisallowedException extends AdempiereException
- Author:
- hengsin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NegativeInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, int M_Locator_ID, BigDecimal QtyOnHand, BigDecimal MovementQty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getM_AttributeSetInstance_ID()
int
getM_Locator_ID()
int
getM_Product_ID()
int
getM_Warehouse_ID()
BigDecimal
getMovementQty()
BigDecimal
getQtyOnHand()
-
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
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()
-
-