Package org.compiere.model
Interface I_I_Inventory
- All Known Implementing Classes:
X_I_Inventory
public interface I_I_Inventory
Generated Interface for I_Inventory
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic 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 C_DocType_IDstatic final String
Column name ChargeNamestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CurrentCostPricestatic final String
Column name Descriptionstatic final String
Column name DocTypeNamestatic final String
Column name I_ErrorMsgstatic final String
Column name I_Inventory_IDstatic final String
Column name I_Inventory_UUstatic final String
Column name I_IsImportedstatic final String
Column name IsActivestatic final String
Column name LocatorValuestatic final String
Column name Lotstatic final String
Column name M_CostingLine_IDstatic final String
Column name M_Inventory_IDstatic final String
Column name M_InventoryLine_IDstatic final String
Column name M_Locator_IDstatic final String
Column name M_Product_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name MovementDatestatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name QtyBookstatic final String
Column name QtyCountstatic final String
Column name QtyInternalUsestatic final String
Column name SerNostatic final String
Column name UPCstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final String
Column name WarehouseValuestatic final String
Column name Xstatic final String
Column name Ystatic final String
Column name Zstatic final KeyNamePair
static final int
AD_Table_ID=572static final String
TableName=I_Inventory -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Charge.int
Get Document Type.Get Charge Name.Get Created.int
Get Created By.Get Current Cost Price.Get Description.Get Document Type Name.Get Import Error Message.int
Get Import Inventory.Get I_Inventory_UUGet Locator Key.getLot()
Get Lot No.int
Get Cost Adjustment Line.int
Get Phys.Inventory.int
Get Phys.Inventory Line.int
Get Locator.int
Get Product.int
Get Warehouse.Get Movement Date.Get Quantity book.Get Quantity count.Get Internal Use Qty.getSerNo()
Get Serial No.getUPC()
Get UPC/EAN.Get Updated.int
Get Updated By.getValue()
Get Search Key.Get Warehouse Key.getX()
Get Aisle (X).getY()
Get Bin (Y).getZ()
Get Level (Z).boolean
isActive()
Get Active.boolean
Get Imported.boolean
Get Processed.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Charge_ID
(int C_Charge_ID) Set Charge.void
setC_DocType_ID
(int C_DocType_ID) Set Document Type.void
setChargeName
(String ChargeName) Set Charge Name.void
setCurrentCostPrice
(BigDecimal CurrentCostPrice) Set Current Cost Price.void
setDescription
(String Description) Set Description.void
setDocTypeName
(String DocTypeName) Set Document Type Name.void
setI_ErrorMsg
(String I_ErrorMsg) Set Import Error Message.void
setI_Inventory_ID
(int I_Inventory_ID) Set Import Inventory.void
setI_Inventory_UU
(String I_Inventory_UU) Set I_Inventory_UUvoid
setI_IsImported
(boolean I_IsImported) Set Imported.void
setIsActive
(boolean IsActive) Set Active.void
setLocatorValue
(String LocatorValue) Set Locator Key.void
Set Lot No.void
setM_CostingLine_ID
(int M_CostingLine_ID) Set Cost Adjustment Line.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_Locator_ID
(int M_Locator_ID) Set Locator.void
setM_Product_ID
(int M_Product_ID) Set Product.void
setM_Warehouse_ID
(int M_Warehouse_ID) Set Warehouse.void
setMovementDate
(Timestamp MovementDate) Set Movement Date.void
setProcessed
(boolean Processed) Set Processed.void
setProcessing
(boolean Processing) Set Process Nowvoid
setQtyBook
(BigDecimal QtyBook) Set Quantity book.void
setQtyCount
(BigDecimal QtyCount) Set Quantity count.void
setQtyInternalUse
(BigDecimal QtyInternalUse) Set Internal Use Qty.void
Set Serial No.void
Set UPC/EAN.void
Set Search Key.void
setWarehouseValue
(String WarehouseValue) Set Warehouse Key.void
Set Aisle (X).void
Set Bin (Y).void
Set Level (Z).
-
Field Details
-
Table_Name
TableName=I_Inventory- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=572- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
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_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_ChargeName
Column name ChargeName- 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_DocTypeName
Column name DocTypeName- See Also:
-
COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg- See Also:
-
COLUMNNAME_I_Inventory_ID
Column name I_Inventory_ID- See Also:
-
COLUMNNAME_I_Inventory_UU
Column name I_Inventory_UU- See Also:
-
COLUMNNAME_I_IsImported
Column name I_IsImported- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_LocatorValue
Column name LocatorValue- See Also:
-
COLUMNNAME_Lot
Column name Lot- See Also:
-
COLUMNNAME_M_CostingLine_ID
Column name M_CostingLine_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_Locator_ID
Column name M_Locator_ID- See Also:
-
COLUMNNAME_MovementDate
Column name MovementDate- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_QtyBook
Column name QtyBook- See Also:
-
COLUMNNAME_QtyCount
Column name QtyCount- See Also:
-
COLUMNNAME_QtyInternalUse
Column name QtyInternalUse- See Also:
-
COLUMNNAME_SerNo
Column name SerNo- 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:
-
COLUMNNAME_WarehouseValue
Column name WarehouseValue- See Also:
-
COLUMNNAME_X
Column name X- See Also:
-
COLUMNNAME_Y
Column name Y- See Also:
-
COLUMNNAME_Z
Column name Z- 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
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID) Set Document Type. Document type or rules -
getC_DocType_ID
int getC_DocType_ID()Get Document Type. Document type or rules -
getC_DocType
- Throws:
RuntimeException
-
setChargeName
Set Charge Name. Name of the Charge -
getChargeName
String getChargeName()Get Charge Name. Name of the Charge -
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 -
setDocTypeName
Set Document Type Name. Name of the Document Type -
getDocTypeName
String getDocTypeName()Get Document Type Name. Name of the Document Type -
setI_ErrorMsg
Set Import Error Message. Messages generated from import process -
getI_ErrorMsg
String getI_ErrorMsg()Get Import Error Message. Messages generated from import process -
setI_Inventory_ID
void setI_Inventory_ID(int I_Inventory_ID) Set Import Inventory. Import Inventory Transactions -
getI_Inventory_ID
int getI_Inventory_ID()Get Import Inventory. Import Inventory Transactions -
setI_Inventory_UU
Set I_Inventory_UU -
getI_Inventory_UU
String getI_Inventory_UU()Get I_Inventory_UU -
setI_IsImported
void setI_IsImported(boolean I_IsImported) Set Imported. Has this import been processed -
isI_IsImported
boolean isI_IsImported()Get Imported. Has this import been processed -
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 -
setLocatorValue
Set Locator Key. Key of the Warehouse Locator -
getLocatorValue
String getLocatorValue()Get Locator Key. Key of the Warehouse Locator -
setLot
Set Lot No. Lot number (alphanumeric) -
getLot
String getLot()Get Lot No. Lot number (alphanumeric) -
setM_CostingLine_ID
void setM_CostingLine_ID(int M_CostingLine_ID) Set Cost Adjustment Line. Unique line in an Inventory cost adjustment document -
getM_CostingLine_ID
int getM_CostingLine_ID()Get Cost Adjustment Line. Unique line in an Inventory cost adjustment document -
getM_CostingLine
- 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 -
getM_InventoryLine
- Throws:
RuntimeException
-
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
-
setMovementDate
Set Movement Date. Date a product was moved in or out of inventory -
getMovementDate
Timestamp getMovementDate()Get Movement Date. Date a product was moved in or out of inventory -
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
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID) Set Warehouse. Storage Warehouse and Service Point -
getM_Warehouse_ID
int getM_Warehouse_ID()Get Warehouse. Storage Warehouse and Service Point -
getM_Warehouse
- Throws:
RuntimeException
-
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
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 -
setQtyInternalUse
Set Internal Use Qty. Internal Use Quantity removed from Inventory -
getQtyInternalUse
BigDecimal getQtyInternalUse()Get Internal Use Qty. Internal Use Quantity removed from Inventory -
setSerNo
Set Serial No. Product Serial Number -
getSerNo
String getSerNo()Get Serial No. Product Serial Number -
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 -
setWarehouseValue
Set Warehouse Key. Key of the Warehouse -
getWarehouseValue
String getWarehouseValue()Get Warehouse Key. Key of the Warehouse -
setX
Set Aisle (X). X dimension, e.g., Aisle -
getX
String getX()Get Aisle (X). X dimension, e.g., Aisle -
setY
Set Bin (Y). Y dimension, e.g., Bin -
getY
String getY()Get Bin (Y). Y dimension, e.g., Bin -
setZ
Set Level (Z). Z dimension, e.g., Level -
getZ
String getZ()Get Level (Z). Z dimension, e.g., Level
-