/****************************************************************************** * 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_Invoice * @author iDempiere (generated) * @version Release 12 */ public interface I_I_Invoice { /** TableName=I_Invoice */ public static final String Table_Name = "I_Invoice"; /** AD_Table_ID=598 */ public static final int Table_ID = 598; 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_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; /** Set Trx Organization. * Performing or initiating organization */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); /** Get Trx Organization. * Performing or initiating organization */ public int getAD_OrgTrx_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_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name ActivityValue */ public static final String COLUMNNAME_ActivityValue = "ActivityValue"; /** Set Activity Key. * Text key for Activity */ public void setActivityValue (String ActivityValue); /** Get Activity Key. * Text key for Activity */ public String getActivityValue(); /** Column name Address1 */ public static final String COLUMNNAME_Address1 = "Address1"; /** Set Address 1. * Address line 1 for this location */ public void setAddress1 (String Address1); /** Get Address 1. * Address line 1 for this location */ public String getAddress1(); /** Column name Address2 */ public static final String COLUMNNAME_Address2 = "Address2"; /** Set Address 2. * Address line 2 for this location */ public void setAddress2 (String Address2); /** Get Address 2. * Address line 2 for this location */ public String getAddress2(); /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; /** Set Business Partner Key. * Key of the Business Partner */ public void setBPartnerValue (String BPartnerValue); /** Get Business Partner Key. * Key of the Business Partner */ public String getBPartnerValue(); /** Column name C_1099Box_ID */ public static final String COLUMNNAME_C_1099Box_ID = "C_1099Box_ID"; /** Set 1099 Box */ public void setC_1099Box_ID (int C_1099Box_ID); /** Get 1099 Box */ public int getC_1099Box_ID(); public org.compiere.model.I_C_1099Box getC_1099Box() throws RuntimeException; /** Column name C_1099Box_Value */ public static final String COLUMNNAME_C_1099Box_Value = "C_1099Box_Value"; /** Set 1099 Box Value */ public void setC_1099Box_Value (String C_1099Box_Value); /** Get 1099 Box Value */ public String getC_1099Box_Value(); /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; /** Set Activity. * Business Activity */ public void setC_Activity_ID (int C_Activity_ID); /** Get Activity. * Business Activity */ public int getC_Activity_ID(); public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; /** Set Partner Location. * Identifies the (ship to) address for this Business Partner */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID); /** Get Partner Location. * Identifies the (ship to) address for this Business Partner */ public int getC_BPartner_Location_ID(); public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; /** Set Campaign. * Marketing Campaign */ public void setC_Campaign_ID (int C_Campaign_ID); /** Get Campaign. * Marketing Campaign */ public int getC_Campaign_ID(); public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** 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_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; /** Set Country. * Country */ public void setC_Country_ID (int C_Country_ID); /** Get Country. * Country */ public int getC_Country_ID(); public org.compiere.model.I_C_Country getC_Country() 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 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 C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; /** Set Invoice Line. * Invoice Detail Line */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID); /** Get Invoice Line. * Invoice Detail Line */ public int getC_InvoiceLine_ID(); public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; /** Set Invoice. * Invoice Identifier */ public void setC_Invoice_ID (int C_Invoice_ID); /** Get Invoice. * Invoice Identifier */ public int getC_Invoice_ID(); public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; /** Set Address. * Location or Address */ public void setC_Location_ID (int C_Location_ID); /** Get Address. * Location or Address */ public int getC_Location_ID(); public org.compiere.model.I_C_Location getC_Location() throws RuntimeException; /** Column name C_PaymentTerm_ID */ public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID"; /** Set Payment Term. * The terms of Payment (timing, discount) */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID); /** Get Payment Term. * The terms of Payment (timing, discount) */ public int getC_PaymentTerm_ID(); public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; /** Set Project. * Financial Project */ public void setC_Project_ID (int C_Project_ID); /** Get Project. * Financial Project */ public int getC_Project_ID(); public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_Region_ID */ public static final String COLUMNNAME_C_Region_ID = "C_Region_ID"; /** Set Region. * Identifies a geographical Region */ public void setC_Region_ID (int C_Region_ID); /** Get Region. * Identifies a geographical Region */ public int getC_Region_ID(); public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; /** Set Tax. * Tax identifier */ public void setC_Tax_ID (int C_Tax_ID); /** Get Tax. * Tax identifier */ public int getC_Tax_ID(); public org.compiere.model.I_C_Tax getC_Tax() 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 City */ public static final String COLUMNNAME_City = "City"; /** Set City. * Identifies a City */ public void setCity (String City); /** Get City. * Identifies a City */ public String getCity(); /** Column name ContactName */ public static final String COLUMNNAME_ContactName = "ContactName"; /** Set Contact Name. * Business Partner Contact Name */ public void setContactName (String ContactName); /** Get Contact Name. * Business Partner Contact Name */ public String getContactName(); /** Column name CountryCode */ public static final String COLUMNNAME_CountryCode = "CountryCode"; /** Set ISO Country Code. * Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ public void setCountryCode (boolean CountryCode); /** Get ISO Country Code. * Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ public boolean isCountryCode(); /** 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 DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; /** Set Account Date. * Accounting Date */ public void setDateAcct (Timestamp DateAcct); /** Get Account Date. * Accounting Date */ public Timestamp getDateAcct(); /** Column name DateInvoiced */ public static final String COLUMNNAME_DateInvoiced = "DateInvoiced"; /** Set Date Invoiced. * Date printed on Invoice */ public void setDateInvoiced (Timestamp DateInvoiced); /** Get Date Invoiced. * Date printed on Invoice */ public Timestamp getDateInvoiced(); /** 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 DocumentNo */ public static final String COLUMNNAME_DocumentNo = "DocumentNo"; /** Set Document No. * Document sequence number of the document */ public void setDocumentNo (String DocumentNo); /** Get Document No. * Document sequence number of the document */ public String getDocumentNo(); /** Column name EMail */ public static final String COLUMNNAME_EMail = "EMail"; /** Set EMail Address. * Electronic Mail Address */ public void setEMail (String EMail); /** Get EMail Address. * Electronic Mail Address */ public String getEMail(); /** 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_Invoice_ID */ public static final String COLUMNNAME_I_Invoice_ID = "I_Invoice_ID"; /** Set Import Invoice. * Import Invoice */ public void setI_Invoice_ID (int I_Invoice_ID); /** Get Import Invoice. * Import Invoice */ public int getI_Invoice_ID(); /** Column name I_Invoice_UU */ public static final String COLUMNNAME_I_Invoice_UU = "I_Invoice_UU"; /** Set I_Invoice_UU */ public void setI_Invoice_UU (String I_Invoice_UU); /** Get I_Invoice_UU */ public String getI_Invoice_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 IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; /** Set Sales Transaction. * This is a Sales Transaction */ public void setIsSOTrx (boolean IsSOTrx); /** Get Sales Transaction. * This is a Sales Transaction */ public boolean isSOTrx(); /** Column name LineDescription */ public static final String COLUMNNAME_LineDescription = "LineDescription"; /** Set Line Description. * Description of the Line */ public void setLineDescription (String LineDescription); /** Get Line Description. * Description of the Line */ public String getLineDescription(); /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; /** Set Price List. * Unique identifier of a Price List */ public void setM_PriceList_ID (int M_PriceList_ID); /** Get Price List. * Unique identifier of a Price List */ public int getM_PriceList_ID(); public org.compiere.model.I_M_PriceList getM_PriceList() 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 Name */ public static final String COLUMNNAME_Name = "Name"; /** Set Name. * Alphanumeric identifier of the entity */ public void setName (String Name); /** Get Name. * Alphanumeric identifier of the entity */ public String getName(); /** Column name PaymentTermValue */ public static final String COLUMNNAME_PaymentTermValue = "PaymentTermValue"; /** Set Payment Term Key. * Key of the Payment Term */ public void setPaymentTermValue (String PaymentTermValue); /** Get Payment Term Key. * Key of the Payment Term */ public String getPaymentTermValue(); /** Column name Phone */ public static final String COLUMNNAME_Phone = "Phone"; /** Set Phone. * Identifies a telephone number */ public void setPhone (String Phone); /** Get Phone. * Identifies a telephone number */ public String getPhone(); /** Column name Postal */ public static final String COLUMNNAME_Postal = "Postal"; /** Set ZIP. * Postal code */ public void setPostal (String Postal); /** Get ZIP. * Postal code */ public String getPostal(); /** Column name PriceActual */ public static final String COLUMNNAME_PriceActual = "PriceActual"; /** Set Unit Price. * Actual Price */ public void setPriceActual (BigDecimal PriceActual); /** Get Unit Price. * Actual Price */ public BigDecimal getPriceActual(); /** 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 ProductValue */ public static final String COLUMNNAME_ProductValue = "ProductValue"; /** Set Product Key. * Key of the Product */ public void setProductValue (String ProductValue); /** Get Product Key. * Key of the Product */ public String getProductValue(); /** Column name ProjectValue */ public static final String COLUMNNAME_ProjectValue = "ProjectValue"; /** Set Project Key. * Key of the Project */ public void setProjectValue (String ProjectValue); /** Get Project Key. * Key of the Project */ public String getProjectValue(); /** Column name QtyOrdered */ public static final String COLUMNNAME_QtyOrdered = "QtyOrdered"; /** Set Ordered Quantity. * Ordered Quantity */ public void setQtyOrdered (BigDecimal QtyOrdered); /** Get Ordered Quantity. * Ordered Quantity */ public BigDecimal getQtyOrdered(); /** Column name RegionName */ public static final String COLUMNNAME_RegionName = "RegionName"; /** Set Region. * Name of the Region */ public void setRegionName (String RegionName); /** Get Region. * Name of the Region */ public String getRegionName(); /** Column name SKU */ public static final String COLUMNNAME_SKU = "SKU"; /** Set SKU. * Stock Keeping Unit */ public void setSKU (String SKU); /** Get SKU. * Stock Keeping Unit */ public String getSKU(); /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; /** Set Sales Representative. * Sales Representative or Company Agent */ public void setSalesRep_ID (int SalesRep_ID); /** Get Sales Representative. * Sales Representative or Company Agent */ public int getSalesRep_ID(); public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name TaxAmt */ public static final String COLUMNNAME_TaxAmt = "TaxAmt"; /** Set Tax Amount. * Tax Amount for a document */ public void setTaxAmt (BigDecimal TaxAmt); /** Get Tax Amount. * Tax Amount for a document */ public BigDecimal getTaxAmt(); /** Column name TaxIndicator */ public static final String COLUMNNAME_TaxIndicator = "TaxIndicator"; /** Set Tax Indicator. * Short form for Tax to be printed on documents */ public void setTaxIndicator (String TaxIndicator); /** Get Tax Indicator. * Short form for Tax to be printed on documents */ public String getTaxIndicator(); /** 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(); }