/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ package org.compiere.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Inventory * @author iDempiere (generated) * @version Release 12 */ public interface I_I_Inventory { /** TableName=I_Inventory */ public static final String Table_Name = "I_Inventory"; /** AD_Table_ID=572 */ public static final int Table_ID = 572; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 2 - Client */ BigDecimal accessLevel = BigDecimal.valueOf(2); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; /** Set Charge. * Additional document charges */ public void setC_Charge_ID (int C_Charge_ID); /** Get Charge. * Additional document charges */ public int getC_Charge_ID(); public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; /** Set Document Type. * Document type or rules */ public void setC_DocType_ID (int C_DocType_ID); /** Get Document Type. * Document type or rules */ public int getC_DocType_ID(); public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeName */ public static final String COLUMNNAME_ChargeName = "ChargeName"; /** Set Charge Name. * Name of the Charge */ public void setChargeName (String ChargeName); /** Get Charge Name. * Name of the Charge */ public String getChargeName(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name CurrentCostPrice */ public static final String COLUMNNAME_CurrentCostPrice = "CurrentCostPrice"; /** Set Current Cost Price. * The currently used cost price */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice); /** Get Current Cost Price. * The currently used cost price */ public BigDecimal getCurrentCostPrice(); /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; /** Set Description. * Optional short description of the record */ public void setDescription (String Description); /** Get Description. * Optional short description of the record */ public String getDescription(); /** Column name DocTypeName */ public static final String COLUMNNAME_DocTypeName = "DocTypeName"; /** Set Document Type Name. * Name of the Document Type */ public void setDocTypeName (String DocTypeName); /** Get Document Type Name. * Name of the Document Type */ public String getDocTypeName(); /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; /** Set Import Error Message. * Messages generated from import process */ public void setI_ErrorMsg (String I_ErrorMsg); /** Get Import Error Message. * Messages generated from import process */ public String getI_ErrorMsg(); /** Column name I_Inventory_ID */ public static final String COLUMNNAME_I_Inventory_ID = "I_Inventory_ID"; /** Set Import Inventory. * Import Inventory Transactions */ public void setI_Inventory_ID (int I_Inventory_ID); /** Get Import Inventory. * Import Inventory Transactions */ public int getI_Inventory_ID(); /** Column name I_Inventory_UU */ public static final String COLUMNNAME_I_Inventory_UU = "I_Inventory_UU"; /** Set I_Inventory_UU */ public void setI_Inventory_UU (String I_Inventory_UU); /** Get I_Inventory_UU */ public String getI_Inventory_UU(); /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; /** Set Imported. * Has this import been processed */ public void setI_IsImported (boolean I_IsImported); /** Get Imported. * Has this import been processed */ public boolean isI_IsImported(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name LocatorValue */ public static final String COLUMNNAME_LocatorValue = "LocatorValue"; /** Set Locator Key. * Key of the Warehouse Locator */ public void setLocatorValue (String LocatorValue); /** Get Locator Key. * Key of the Warehouse Locator */ public String getLocatorValue(); /** Column name Lot */ public static final String COLUMNNAME_Lot = "Lot"; /** Set Lot No. * Lot number (alphanumeric) */ public void setLot (String Lot); /** Get Lot No. * Lot number (alphanumeric) */ public String getLot(); /** Column name M_CostingLine_ID */ public static final String COLUMNNAME_M_CostingLine_ID = "M_CostingLine_ID"; /** Set Cost Adjustment Line. * Unique line in an Inventory cost adjustment document */ public void setM_CostingLine_ID (int M_CostingLine_ID); /** Get Cost Adjustment Line. * Unique line in an Inventory cost adjustment document */ public int getM_CostingLine_ID(); public org.compiere.model.I_M_InventoryLine getM_CostingLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; /** Set Phys.Inventory Line. * Unique line in an Inventory document */ public void setM_InventoryLine_ID (int M_InventoryLine_ID); /** Get Phys.Inventory Line. * Unique line in an Inventory document */ public int getM_InventoryLine_ID(); public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; /** Set Phys.Inventory. * Parameters for a Physical Inventory */ public void setM_Inventory_ID (int M_Inventory_ID); /** Get Phys.Inventory. * Parameters for a Physical Inventory */ public int getM_Inventory_ID(); public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; /** Set Locator. * Warehouse Locator */ public void setM_Locator_ID (int M_Locator_ID); /** Get Locator. * Warehouse Locator */ public int getM_Locator_ID(); public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; /** Set Product. * Product, Service, Item */ public void setM_Product_ID (int M_Product_ID); /** Get Product. * Product, Service, Item */ public int getM_Product_ID(); public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; /** Set Warehouse. * Storage Warehouse and Service Point */ public void setM_Warehouse_ID (int M_Warehouse_ID); /** Get Warehouse. * Storage Warehouse and Service Point */ public int getM_Warehouse_ID(); public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; /** Set Movement Date. * Date a product was moved in or out of inventory */ public void setMovementDate (Timestamp MovementDate); /** Get Movement Date. * Date a product was moved in or out of inventory */ public Timestamp getMovementDate(); /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; /** Set Processed. * The document has been processed */ public void setProcessed (boolean Processed); /** Get Processed. * The document has been processed */ public boolean isProcessed(); /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; /** Set Process Now */ public void setProcessing (boolean Processing); /** Get Process Now */ public boolean isProcessing(); /** Column name QtyBook */ public static final String COLUMNNAME_QtyBook = "QtyBook"; /** Set Quantity book. * Book Quantity */ public void setQtyBook (BigDecimal QtyBook); /** Get Quantity book. * Book Quantity */ public BigDecimal getQtyBook(); /** Column name QtyCount */ public static final String COLUMNNAME_QtyCount = "QtyCount"; /** Set Quantity count. * Counted Quantity */ public void setQtyCount (BigDecimal QtyCount); /** Get Quantity count. * Counted Quantity */ public BigDecimal getQtyCount(); /** Column name QtyInternalUse */ public static final String COLUMNNAME_QtyInternalUse = "QtyInternalUse"; /** Set Internal Use Qty. * Internal Use Quantity removed from Inventory */ public void setQtyInternalUse (BigDecimal QtyInternalUse); /** Get Internal Use Qty. * Internal Use Quantity removed from Inventory */ public BigDecimal getQtyInternalUse(); /** Column name SerNo */ public static final String COLUMNNAME_SerNo = "SerNo"; /** Set Serial No. * Product Serial Number */ public void setSerNo (String SerNo); /** Get Serial No. * Product Serial Number */ public String getSerNo(); /** Column name UPC */ public static final String COLUMNNAME_UPC = "UPC"; /** Set UPC/EAN. * Bar Code (Universal Product Code or its superset European Article Number) */ public void setUPC (String UPC); /** Get UPC/EAN. * Bar Code (Universal Product Code or its superset European Article Number) */ public String getUPC(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; /** Set Search Key. * Search key for the record in the format required - must be unique */ public void setValue (String Value); /** Get Search Key. * Search key for the record in the format required - must be unique */ public String getValue(); /** Column name WarehouseValue */ public static final String COLUMNNAME_WarehouseValue = "WarehouseValue"; /** Set Warehouse Key. * Key of the Warehouse */ public void setWarehouseValue (String WarehouseValue); /** Get Warehouse Key. * Key of the Warehouse */ public String getWarehouseValue(); /** Column name X */ public static final String COLUMNNAME_X = "X"; /** Set Aisle (X). * X dimension, e.g., Aisle */ public void setX (String X); /** Get Aisle (X). * X dimension, e.g., Aisle */ public String getX(); /** Column name Y */ public static final String COLUMNNAME_Y = "Y"; /** Set Bin (Y). * Y dimension, e.g., Bin */ public void setY (String Y); /** Get Bin (Y). * Y dimension, e.g., Bin */ public String getY(); /** Column name Z */ public static final String COLUMNNAME_Z = "Z"; /** Set Level (Z). * Z dimension, e.g., Level */ public void setZ (String Z); /** Get Level (Z). * Z dimension, e.g., Level */ public String getZ(); }