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 MInventoryMMovementConfirm.m_inventoryFromPhysical Inventory Fromprotected MInventoryMMovementConfirm.m_inventoryToPhysical Inventory Toprotected MInventoryMInventoryLine.m_parentParentFields in org.compiere.model with type parameters of type MInventoryMethods in org.compiere.model that return MInventoryModifier and TypeMethodDescriptionstatic MInventoryMInventory.get(int M_Inventory_ID) Get Inventory from DBstatic MInventoryMInventory.get(Properties ctx, int M_Inventory_ID) Get Inventory from DBMInventoryLine.getParent()Get Parentprotected MInventoryMInventory.reverse(boolean accrual) Reverse this documentMethods in org.compiere.model with parameters of type MInventoryModifier and TypeMethodDescriptionstatic MInventoryLineMInventoryLine.get(MInventory inventory, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID) Get Inventory Line with parametersprotected voidMMovementConfirm.setInventoryDocType(MInventory inventory) Set physical inventory doc type idprotected voidMInventoryLine.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.