Uses of Class
org.compiere.model.MInventory
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MInventory in org.compiere.model
Modifier and TypeFieldDescriptionprotected MInventory
MMovementConfirm.m_inventoryFrom
Physical Inventory Fromprotected MInventory
MMovementConfirm.m_inventoryTo
Physical Inventory Toprotected MInventory
MInventoryLine.m_parent
ParentModifier and TypeMethodDescriptionstatic MInventory
MInventory.get
(int M_Inventory_ID) Get Inventory from DBstatic MInventory
MInventory.get
(Properties ctx, int M_Inventory_ID) Get Inventory from DBMInventoryLine.getParent()
Get Parentprotected MInventory
MInventory.reverse
(boolean accrual) Reverse this documentModifier and TypeMethodDescriptionstatic MInventoryLine
MInventoryLine.get
(MInventory inventory, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID) Get Inventory Line with parametersprotected void
MMovementConfirm.setInventoryDocType
(MInventory inventory) Set physical inventory doc type idprotected void
MInventoryLine.setParent
(MInventory parent) Set ParentModifierConstructorDescriptionMAsset
(MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs) Create Asset from InventoryMInventory
(Properties ctx, MInventory copy) Copy constructorMInventory
(Properties ctx, MInventory copy, String trxName) Copy constructorMInventory
(MInventory copy) Copy constructorMInventoryLine
(MInventory inventory, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal QtyBook, BigDecimal QtyCount) MInventoryLine
(MInventory inventory, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal QtyBook, BigDecimal QtyCount, BigDecimal QtyInternalUse) Detail Constructor.