Uses of Class
org.compiere.model.MInventory
-
Packages that use MInventory Package Description org.compiere.model Provides for.... -
-
Uses of MInventory in org.compiere.model
Fields in org.compiere.model declared as MInventory Modifier and Type Field Description protected MInventoryMMovementConfirm. m_inventoryFromPhysical Inventory Fromprotected MInventoryMMovementConfirm. m_inventoryToPhysical Inventory Toprotected MInventoryMInventoryLine. m_parentParentFields in org.compiere.model with type parameters of type MInventory Modifier and Type Field Description protected List<MInventory>MMovementConfirm. m_inventoryDocMethods in org.compiere.model that return MInventory Modifier and Type Method Description static MInventoryMInventory. get(int M_Inventory_ID)Get Inventorystatic MInventoryMInventory. get(Properties ctx, int M_Inventory_ID)Get InventoryMInventoryMInventoryLine. getParent()Get Parentprotected MInventoryMInventory. reverse(boolean accrual)Methods in org.compiere.model with parameters of type MInventory Modifier and Type Method Description static 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)protected voidMInventoryLine. setParent(MInventory parent)Get ParentConstructors in org.compiere.model with parameters of type MInventory Constructor Description MAsset(MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs)Create Asset from InventoryMInventory(Properties ctx, MInventory copy)MInventory(Properties ctx, MInventory copy, String trxName)MInventory(MInventory copy)MInventoryLine(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.
-