Package org.compiere.model
Interface I_M_InventoryLine
- All Known Implementing Classes:
MInventoryLine
,X_M_InventoryLine
public interface I_M_InventoryLine
Generated Interface for M_InventoryLine
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Charge_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CurrentCostPricestatic final String
Column name Descriptionstatic final String
Column name InventoryTypestatic final String
Column name IsActivestatic final String
Column name Linestatic final String
Column name M_AttributeSetInstance_IDstatic final String
Column name M_Inventory_IDstatic final String
Column name M_InventoryLine_IDstatic final String
Column name M_InventoryLine_UUstatic final String
Column name M_Locator_IDstatic final String
Column name M_Product_IDstatic final String
Column name NewCostPricestatic final String
Column name Processedstatic final String
Column name QtyBookstatic final String
Column name QtyCountstatic final String
Column name QtyCsvstatic final String
Column name QtyInternalUsestatic final String
Column name ReversalLine_IDstatic final String
Column name UPCstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=322static final String
TableName=M_InventoryLine -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Charge.Get Created.int
Get Created By.Get Current Cost Price.Get Description.Get Inventory Type.int
getLine()
Get Line No.int
Get Attribute Set Instance.int
Get Phys.Inventory.int
Get Phys.Inventory Line.Get M_InventoryLine_UUint
Get Locator.int
Get Product.Get New Cost Price.Get Quantity book.Get Quantity count.Get Qty CsvGet Internal Use Qty.int
Get Reversal Line.getUPC()
Get UPC/EAN.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Processed.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Charge_ID
(int C_Charge_ID) Set Charge.void
setCurrentCostPrice
(BigDecimal CurrentCostPrice) Set Current Cost Price.void
setDescription
(String Description) Set Description.void
setInventoryType
(String InventoryType) Set Inventory Type.void
setIsActive
(boolean IsActive) Set Active.void
setLine
(int Line) Set Line No.void
setM_AttributeSetInstance_ID
(int M_AttributeSetInstance_ID) Set Attribute Set Instance.void
setM_Inventory_ID
(int M_Inventory_ID) Set Phys.Inventory.void
setM_InventoryLine_ID
(int M_InventoryLine_ID) Set Phys.Inventory Line.void
setM_InventoryLine_UU
(String M_InventoryLine_UU) Set M_InventoryLine_UUvoid
setM_Locator_ID
(int M_Locator_ID) Set Locator.void
setM_Product_ID
(int M_Product_ID) Set Product.void
setNewCostPrice
(BigDecimal NewCostPrice) Set New Cost Price.void
setProcessed
(boolean Processed) Set Processed.void
setQtyBook
(BigDecimal QtyBook) Set Quantity book.void
setQtyCount
(BigDecimal QtyCount) Set Quantity count.void
setQtyCsv
(BigDecimal QtyCsv) Set Qty Csvvoid
setQtyInternalUse
(BigDecimal QtyInternalUse) Set Internal Use Qty.void
setReversalLine_ID
(int ReversalLine_ID) Set Reversal Line.void
Set UPC/EAN.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=M_InventoryLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=322- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_InventoryType
Column name InventoryType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Line
Column name Line- See Also:
-
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
-
COLUMNNAME_M_Inventory_ID
Column name M_Inventory_ID- See Also:
-
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID- See Also:
-
COLUMNNAME_M_InventoryLine_UU
Column name M_InventoryLine_UU- See Also:
-
COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_NewCostPrice
Column name NewCostPrice- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_QtyBook
Column name QtyBook- See Also:
-
COLUMNNAME_QtyCount
Column name QtyCount- See Also:
-
COLUMNNAME_QtyCsv
Column name QtyCsv- See Also:
-
COLUMNNAME_QtyInternalUse
Column name QtyInternalUse- See Also:
-
COLUMNNAME_ReversalLine_ID
Column name ReversalLine_ID- See Also:
-
COLUMNNAME_UPC
Column name UPC- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setC_Charge_ID
void setC_Charge_ID(int C_Charge_ID) Set Charge. Additional document charges -
getC_Charge_ID
int getC_Charge_ID()Get Charge. Additional document charges -
getC_Charge
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setCurrentCostPrice
Set Current Cost Price. The currently used cost price -
getCurrentCostPrice
BigDecimal getCurrentCostPrice()Get Current Cost Price. The currently used cost price -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setInventoryType
Set Inventory Type. Type of inventory difference -
getInventoryType
String getInventoryType()Get Inventory Type. Type of inventory difference -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setLine
void setLine(int Line) Set Line No. Unique line for this document -
getLine
int getLine()Get Line No. Unique line for this document -
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID) Set Attribute Set Instance. Product Attribute Set Instance -
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()Get Attribute Set Instance. Product Attribute Set Instance -
getM_AttributeSetInstance
- Throws:
RuntimeException
-
setM_Inventory_ID
void setM_Inventory_ID(int M_Inventory_ID) Set Phys.Inventory. Parameters for a Physical Inventory -
getM_Inventory_ID
int getM_Inventory_ID()Get Phys.Inventory. Parameters for a Physical Inventory -
getM_Inventory
- Throws:
RuntimeException
-
setM_InventoryLine_ID
void setM_InventoryLine_ID(int M_InventoryLine_ID) Set Phys.Inventory Line. Unique line in an Inventory document -
getM_InventoryLine_ID
int getM_InventoryLine_ID()Get Phys.Inventory Line. Unique line in an Inventory document -
setM_InventoryLine_UU
Set M_InventoryLine_UU -
getM_InventoryLine_UU
String getM_InventoryLine_UU()Get M_InventoryLine_UU -
setM_Locator_ID
void setM_Locator_ID(int M_Locator_ID) Set Locator. Warehouse Locator -
getM_Locator_ID
int getM_Locator_ID()Get Locator. Warehouse Locator -
getM_Locator
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID) Set Product. Product, Service, Item -
getM_Product_ID
int getM_Product_ID()Get Product. Product, Service, Item -
getM_Product
- Throws:
RuntimeException
-
setNewCostPrice
Set New Cost Price. New current cost price after processing of M_CostDetail -
getNewCostPrice
BigDecimal getNewCostPrice()Get New Cost Price. New current cost price after processing of M_CostDetail -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setQtyBook
Set Quantity book. Book Quantity -
getQtyBook
BigDecimal getQtyBook()Get Quantity book. Book Quantity -
setQtyCount
Set Quantity count. Counted Quantity -
getQtyCount
BigDecimal getQtyCount()Get Quantity count. Counted Quantity -
setQtyCsv
Set Qty Csv -
getQtyCsv
BigDecimal getQtyCsv()Get Qty Csv -
setQtyInternalUse
Set Internal Use Qty. Internal Use Quantity removed from Inventory -
getQtyInternalUse
BigDecimal getQtyInternalUse()Get Internal Use Qty. Internal Use Quantity removed from Inventory -
setReversalLine_ID
void setReversalLine_ID(int ReversalLine_ID) Set Reversal Line. Use to keep the reversal line ID for reversing costing purpose -
getReversalLine_ID
int getReversalLine_ID()Get Reversal Line. Use to keep the reversal line ID for reversing costing purpose -
getReversalLine
- Throws:
RuntimeException
-
setUPC
Set UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number) -
getUPC
String getUPC()Get UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-