Uses of Class
org.compiere.model.MInventory
Packages that use 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
Fields in org.compiere.model declared as MInventoryModifier and TypeFieldDescriptionprotected MInventory
MMovementConfirm.m_inventoryFrom
Physical Inventory Fromprotected MInventory
MMovementConfirm.m_inventoryTo
Physical Inventory Toprotected MInventory
MInventoryLine.m_parent
ParentFields in org.compiere.model with type parameters of type MInventoryMethods in org.compiere.model that return MInventoryModifier 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 documentMethods in org.compiere.model with parameters of type MInventoryModifier 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 ParentConstructors in org.compiere.model with parameters of type MInventoryModifierConstructorDescriptionMAsset
(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.