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 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 MInventory Modifier and Type Field Description protected List<MInventory>
MMovementConfirm. m_inventoryDoc
Methods in org.compiere.model that return MInventory Modifier and Type Method Description static MInventory
MInventory. get(int M_Inventory_ID)
Get Inventorystatic MInventory
MInventory. get(Properties ctx, int M_Inventory_ID)
Get InventoryMInventory
MInventoryLine. getParent()
Get Parentprotected MInventory
MInventory. reverse(boolean accrual)
Methods in org.compiere.model with parameters of type MInventory Modifier and Type Method Description static 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)
protected void
MInventoryLine. 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.
-