Package org.compiere.model
Interface I_M_InventoryLine
-
- All Known Implementing Classes:
MInventoryLine,X_M_InventoryLine
public interface I_M_InventoryLineGenerated Interface for M_InventoryLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Charge_IDColumn name C_Charge_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CurrentCostPriceColumn name CurrentCostPricestatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_InventoryTypeColumn name InventoryTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_Inventory_IDColumn name M_Inventory_IDstatic StringCOLUMNNAME_M_InventoryLine_IDColumn name M_InventoryLine_IDstatic StringCOLUMNNAME_M_InventoryLine_UUColumn name M_InventoryLine_UUstatic StringCOLUMNNAME_M_Locator_IDColumn name M_Locator_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NewCostPriceColumn name NewCostPricestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_QtyBookColumn name QtyBookstatic StringCOLUMNNAME_QtyCountColumn name QtyCountstatic StringCOLUMNNAME_QtyCsvColumn name QtyCsvstatic StringCOLUMNNAME_QtyInternalUseColumn name QtyInternalUsestatic StringCOLUMNNAME_ReversalLine_IDColumn name ReversalLine_IDstatic StringCOLUMNNAME_UPCColumn name UPCstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=322static StringTable_NameTableName=M_InventoryLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_ChargegetC_Charge()intgetC_Charge_ID()Get Charge.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetCurrentCostPrice()Get Current Cost Price.StringgetDescription()Get Description.StringgetInventoryType()Get Inventory Type.intgetLine()Get Line No.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_InventorygetM_Inventory()intgetM_Inventory_ID()Get Phys.Inventory.intgetM_InventoryLine_ID()Get Phys.Inventory Line.StringgetM_InventoryLine_UU()Get M_InventoryLine_UUI_M_LocatorgetM_Locator()intgetM_Locator_ID()Get Locator.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.BigDecimalgetNewCostPrice()Get New Cost Price.BigDecimalgetQtyBook()Get Quantity book.BigDecimalgetQtyCount()Get Quantity count.BigDecimalgetQtyCsv()Get QtyCsvBigDecimalgetQtyInternalUse()Get Internal Use Qty.I_M_InventoryLinegetReversalLine()intgetReversalLine_ID()Get Reversal Line.StringgetUPC()Get UPC/EAN.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisProcessed()Get Processed.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Charge_ID(int C_Charge_ID)Set Charge.voidsetCurrentCostPrice(BigDecimal CurrentCostPrice)Set Current Cost Price.voidsetDescription(String Description)Set Description.voidsetInventoryType(String InventoryType)Set Inventory Type.voidsetIsActive(boolean IsActive)Set Active.voidsetLine(int Line)Set Line No.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_Inventory_ID(int M_Inventory_ID)Set Phys.Inventory.voidsetM_InventoryLine_ID(int M_InventoryLine_ID)Set Phys.Inventory Line.voidsetM_InventoryLine_UU(String M_InventoryLine_UU)Set M_InventoryLine_UUvoidsetM_Locator_ID(int M_Locator_ID)Set Locator.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetNewCostPrice(BigDecimal NewCostPrice)Set New Cost Price.voidsetProcessed(boolean Processed)Set Processed.voidsetQtyBook(BigDecimal QtyBook)Set Quantity book.voidsetQtyCount(BigDecimal QtyCount)Set Quantity count.voidsetQtyCsv(BigDecimal QtyCsv)Set QtyCsvvoidsetQtyInternalUse(BigDecimal QtyInternalUse)Set Internal Use Qty.voidsetReversalLine_ID(int ReversalLine_ID)Set Reversal Line.voidsetUPC(String UPC)Set UPC/EAN.voidsetValue(String Value)Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_InventoryLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=322- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CurrentCostPrice
static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_InventoryType
static final String COLUMNNAME_InventoryType
Column name InventoryType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Inventory_ID
static final String COLUMNNAME_M_Inventory_ID
Column name M_Inventory_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InventoryLine_UU
static final String COLUMNNAME_M_InventoryLine_UU
Column name M_InventoryLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_NewCostPrice
static final String COLUMNNAME_NewCostPrice
Column name NewCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_QtyBook
static final String COLUMNNAME_QtyBook
Column name QtyBook- See Also:
- Constant Field Values
-
COLUMNNAME_QtyCount
static final String COLUMNNAME_QtyCount
Column name QtyCount- See Also:
- Constant Field Values
-
COLUMNNAME_QtyCsv
static final String COLUMNNAME_QtyCsv
Column name QtyCsv- See Also:
- Constant Field Values
-
COLUMNNAME_QtyInternalUse
static final String COLUMNNAME_QtyInternalUse
Column name QtyInternalUse- See Also:
- Constant Field Values
-
COLUMNNAME_ReversalLine_ID
static final String COLUMNNAME_ReversalLine_ID
Column name ReversalLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_UPC
static final String COLUMNNAME_UPC
Column name UPC- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
I_C_Charge getC_Charge() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCurrentCostPrice
void setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price. The currently used cost price
-
getCurrentCostPrice
BigDecimal getCurrentCostPrice()
Get Current Cost Price. The currently used cost price
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setInventoryType
void setInventoryType(String InventoryType)
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
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- 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
I_M_Inventory getM_Inventory() throws RuntimeException
- 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
void setM_InventoryLine_UU(String M_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
I_M_Locator getM_Locator() throws RuntimeException
- 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
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setNewCostPrice
void setNewCostPrice(BigDecimal NewCostPrice)
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
void setQtyBook(BigDecimal QtyBook)
Set Quantity book. Book Quantity
-
getQtyBook
BigDecimal getQtyBook()
Get Quantity book. Book Quantity
-
setQtyCount
void setQtyCount(BigDecimal QtyCount)
Set Quantity count. Counted Quantity
-
getQtyCount
BigDecimal getQtyCount()
Get Quantity count. Counted Quantity
-
setQtyCsv
void setQtyCsv(BigDecimal QtyCsv)
Set QtyCsv
-
getQtyCsv
BigDecimal getQtyCsv()
Get QtyCsv
-
setQtyInternalUse
void setQtyInternalUse(BigDecimal QtyInternalUse)
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
I_M_InventoryLine getReversalLine() throws RuntimeException
- Throws:
RuntimeException
-
setUPC
void setUPC(String UPC)
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
void setValue(String Value)
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
-
-