/****************************************************************************** * 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 T_InventoryValue * @author iDempiere (generated) * @version Release 11 */ public interface I_T_InventoryValue { /** TableName=T_InventoryValue */ public static final String Table_Name = "T_InventoryValue"; /** AD_Table_ID=478 */ public static final int Table_ID = 478; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); /** 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 AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; /** Set Process Instance. * Instance of the process */ public void setAD_PInstance_ID (int AD_PInstance_ID); /** Get Process Instance. * Instance of the process */ public int getAD_PInstance_ID(); public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; /** Set Currency. * The Currency for this record */ public void setC_Currency_ID (int C_Currency_ID); /** Get Currency. * The Currency for this record */ public int getC_Currency_ID(); public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; /** Set Cost. * Cost information */ public void setCost (BigDecimal Cost); /** Get Cost. * Cost information */ public BigDecimal getCost(); /** Column name CostAmt */ public static final String COLUMNNAME_CostAmt = "CostAmt"; /** Set Cost Value. * Value with Cost */ public void setCostAmt (BigDecimal CostAmt); /** Get Cost Value. * Value with Cost */ public BigDecimal getCostAmt(); /** Column name CostStandard */ public static final String COLUMNNAME_CostStandard = "CostStandard"; /** Set Standard Cost. * Standard Costs */ public void setCostStandard (BigDecimal CostStandard); /** Get Standard Cost. * Standard Costs */ public BigDecimal getCostStandard(); /** Column name CostStandardAmt */ public static final String COLUMNNAME_CostStandardAmt = "CostStandardAmt"; /** Set Standard Cost Value. * Value in Standard Costs */ public void setCostStandardAmt (BigDecimal CostStandardAmt); /** Get Standard Cost Value. * Value in Standard Costs */ public BigDecimal getCostStandardAmt(); /** Column name DateValue */ public static final String COLUMNNAME_DateValue = "DateValue"; /** Set Valuation Date. * Date of valuation */ public void setDateValue (Timestamp DateValue); /** Get Valuation Date. * Date of valuation */ public Timestamp getDateValue(); /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; /** Set Attribute Set Instance. * Product Attribute Set Instance */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID); /** Get Attribute Set Instance. * Product Attribute Set Instance */ public int getM_AttributeSetInstance_ID(); public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; /** Column name M_CostElement_ID */ public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID"; /** Set Cost Element. * Product Cost Element */ public void setM_CostElement_ID (int M_CostElement_ID); /** Get Cost Element. * Product Cost Element */ public int getM_CostElement_ID(); public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_PriceList_Version_ID */ public static final String COLUMNNAME_M_PriceList_Version_ID = "M_PriceList_Version_ID"; /** Set Price List Version. * Identifies a unique instance of a Price List */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID); /** Get Price List Version. * Identifies a unique instance of a Price List */ public int getM_PriceList_Version_ID(); public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() 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 PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; /** Set Limit Price. * Lowest price for a product */ public void setPriceLimit (BigDecimal PriceLimit); /** Get Limit Price. * Lowest price for a product */ public BigDecimal getPriceLimit(); /** Column name PriceLimitAmt */ public static final String COLUMNNAME_PriceLimitAmt = "PriceLimitAmt"; /** Set Limit price Value. * Value with limit price */ public void setPriceLimitAmt (BigDecimal PriceLimitAmt); /** Get Limit price Value. * Value with limit price */ public BigDecimal getPriceLimitAmt(); /** Column name PriceList */ public static final String COLUMNNAME_PriceList = "PriceList"; /** Set List Price. * List Price */ public void setPriceList (BigDecimal PriceList); /** Get List Price. * List Price */ public BigDecimal getPriceList(); /** Column name PriceListAmt */ public static final String COLUMNNAME_PriceListAmt = "PriceListAmt"; /** Set List price Value. * Valuation with List Price */ public void setPriceListAmt (BigDecimal PriceListAmt); /** Get List price Value. * Valuation with List Price */ public BigDecimal getPriceListAmt(); /** Column name PricePO */ public static final String COLUMNNAME_PricePO = "PricePO"; /** Set PO Price. * Price based on a purchase order */ public void setPricePO (BigDecimal PricePO); /** Get PO Price. * Price based on a purchase order */ public BigDecimal getPricePO(); /** Column name PricePOAmt */ public static final String COLUMNNAME_PricePOAmt = "PricePOAmt"; /** Set PO Price Value. * Valuation with PO Price */ public void setPricePOAmt (BigDecimal PricePOAmt); /** Get PO Price Value. * Valuation with PO Price */ public BigDecimal getPricePOAmt(); /** Column name PriceStd */ public static final String COLUMNNAME_PriceStd = "PriceStd"; /** Set Standard Price. * Standard Price */ public void setPriceStd (BigDecimal PriceStd); /** Get Standard Price. * Standard Price */ public BigDecimal getPriceStd(); /** Column name PriceStdAmt */ public static final String COLUMNNAME_PriceStdAmt = "PriceStdAmt"; /** Set Std Price Value. * Valuation with standard price */ public void setPriceStdAmt (BigDecimal PriceStdAmt); /** Get Std Price Value. * Valuation with standard price */ public BigDecimal getPriceStdAmt(); /** Column name QtyOnHand */ public static final String COLUMNNAME_QtyOnHand = "QtyOnHand"; /** Set On Hand Quantity. * On Hand Quantity */ public void setQtyOnHand (BigDecimal QtyOnHand); /** Get On Hand Quantity. * On Hand Quantity */ public BigDecimal getQtyOnHand(); /** Column name T_InventoryValue_UU */ public static final String COLUMNNAME_T_InventoryValue_UU = "T_InventoryValue_UU"; /** Set T_InventoryValue_UU */ public void setT_InventoryValue_UU (String T_InventoryValue_UU); /** Get T_InventoryValue_UU */ public String getT_InventoryValue_UU(); }