diff --git a/base/src/org/compiere/model/I_I_BPartner.java b/base/src/org/compiere/model/I_I_BPartner.java index 2c88057f67..f00fc7eda4 100644 --- a/base/src/org/compiere/model/I_I_BPartner.java +++ b/base/src/org/compiere/model/I_I_BPartner.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_BPartner * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_BPartner { @@ -79,6 +70,19 @@ public interface I_I_BPartner */ public String getAddress2(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -92,7 +96,7 @@ public interface I_I_BPartner */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name Birthday */ public static final String COLUMNNAME_Birthday = "Birthday"; @@ -133,7 +137,7 @@ public interface I_I_BPartner */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -148,7 +152,7 @@ public interface I_I_BPartner */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -163,7 +167,7 @@ public interface I_I_BPartner */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws Exception; + public I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -178,7 +182,7 @@ public interface I_I_BPartner */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws Exception; + public I_C_Country getC_Country() throws RuntimeException; /** Column name C_Greeting_ID */ public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID"; @@ -193,7 +197,7 @@ public interface I_I_BPartner */ public int getC_Greeting_ID(); - public I_C_Greeting getC_Greeting() throws Exception; + public I_C_Greeting getC_Greeting() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -273,7 +277,7 @@ public interface I_I_BPartner */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws Exception; + public I_C_Region getC_Region() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -540,7 +544,7 @@ public interface I_I_BPartner */ public int getR_InterestArea_ID(); - public I_R_InterestArea getR_InterestArea() throws Exception; + public I_R_InterestArea getR_InterestArea() throws RuntimeException; /** Column name TaxID */ public static final String COLUMNNAME_TaxID = "TaxID"; diff --git a/base/src/org/compiere/model/I_I_Conversion_Rate.java b/base/src/org/compiere/model/I_I_Conversion_Rate.java index c59104588e..058d96488f 100644 --- a/base/src/org/compiere/model/I_I_Conversion_Rate.java +++ b/base/src/org/compiere/model/I_I_Conversion_Rate.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Conversion_Rate * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Conversion_Rate { @@ -53,6 +44,19 @@ public interface I_I_Conversion_Rate /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Conversion_Rate_ID */ public static final String COLUMNNAME_C_Conversion_Rate_ID = "C_Conversion_Rate_ID"; @@ -66,7 +70,7 @@ public interface I_I_Conversion_Rate */ public int getC_Conversion_Rate_ID(); - public I_C_Conversion_Rate getC_Conversion_Rate() throws Exception; + public I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -81,7 +85,7 @@ public interface I_I_Conversion_Rate */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws Exception; + public I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -96,7 +100,7 @@ public interface I_I_Conversion_Rate */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Currency_ID_To */ public static final String COLUMNNAME_C_Currency_ID_To = "C_Currency_ID_To"; diff --git a/base/src/org/compiere/model/I_I_ElementValue.java b/base/src/org/compiere/model/I_I_ElementValue.java index 5d7091c32b..c09371c9e3 100644 --- a/base/src/org/compiere/model/I_I_ElementValue.java +++ b/base/src/org/compiere/model/I_I_ElementValue.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ElementValue * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_ElementValue { @@ -91,6 +82,19 @@ public interface I_I_ElementValue */ public int getAD_Column_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Element_ID */ public static final String COLUMNNAME_C_Element_ID = "C_Element_ID"; @@ -104,7 +108,7 @@ public interface I_I_ElementValue */ public int getC_Element_ID(); - public I_C_Element getC_Element() throws Exception; + public I_C_Element getC_Element() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -119,7 +123,7 @@ public interface I_I_ElementValue */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws Exception; + public I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Default_Account */ public static final String COLUMNNAME_Default_Account = "Default_Account"; diff --git a/base/src/org/compiere/model/I_I_FAJournal.java b/base/src/org/compiere/model/I_I_FAJournal.java index 5bc5759bd8..5a6de16d41 100644 --- a/base/src/org/compiere/model/I_I_FAJournal.java +++ b/base/src/org/compiere/model/I_I_FAJournal.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_FAJournal * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_FAJournal { @@ -118,6 +109,19 @@ public interface I_I_FAJournal */ public int getAD_OrgDoc_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -134,10 +138,10 @@ public interface I_I_FAJournal /** Column name A_Entry_Type */ public static final String COLUMNNAME_A_Entry_Type = "A_Entry_Type"; - /** Set A_Entry_Type */ + /** Set Entry Type */ public void setA_Entry_Type (String A_Entry_Type); - /** Get A_Entry_Type */ + /** Get Entry Type */ public String getA_Entry_Type(); /** Column name AmtAcctCr */ @@ -244,7 +248,7 @@ public interface I_I_FAJournal */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -259,7 +263,7 @@ public interface I_I_FAJournal */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name CategoryName */ public static final String COLUMNNAME_CategoryName = "CategoryName"; @@ -287,7 +291,7 @@ public interface I_I_FAJournal */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -302,7 +306,7 @@ public interface I_I_FAJournal */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -330,7 +334,7 @@ public interface I_I_FAJournal */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -345,7 +349,7 @@ public interface I_I_FAJournal */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ClientValue */ public static final String COLUMNNAME_ClientValue = "ClientValue"; @@ -412,7 +416,7 @@ public interface I_I_FAJournal */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws Exception; + public I_C_Period getC_Period() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -427,7 +431,7 @@ public interface I_I_FAJournal */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_SalesRegion_ID */ public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID"; @@ -442,7 +446,7 @@ public interface I_I_FAJournal */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws Exception; + public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_SubAcct_ID */ public static final String COLUMNNAME_C_SubAcct_ID = "C_SubAcct_ID"; @@ -470,7 +474,7 @@ public interface I_I_FAJournal */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name CurrencyRate */ public static final String COLUMNNAME_CurrencyRate = "CurrencyRate"; @@ -507,7 +511,7 @@ public interface I_I_FAJournal */ public int getC_ValidCombination_ID(); - public I_C_ValidCombination getC_ValidCombination() throws Exception; + public I_C_ValidCombination getC_ValidCombination() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -561,7 +565,7 @@ public interface I_I_FAJournal */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws Exception; + public I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name GL_Category_ID */ public static final String COLUMNNAME_GL_Category_ID = "GL_Category_ID"; @@ -576,7 +580,7 @@ public interface I_I_FAJournal */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws Exception; + public I_GL_Category getGL_Category() throws RuntimeException; /** Column name GL_JournalBatch_ID */ public static final String COLUMNNAME_GL_JournalBatch_ID = "GL_JournalBatch_ID"; @@ -591,7 +595,7 @@ public interface I_I_FAJournal */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws Exception; + public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name GL_Journal_ID */ public static final String COLUMNNAME_GL_Journal_ID = "GL_Journal_ID"; @@ -606,7 +610,7 @@ public interface I_I_FAJournal */ public int getGL_Journal_ID(); - public I_GL_Journal getGL_Journal() throws Exception; + public I_GL_Journal getGL_Journal() throws RuntimeException; /** Column name GL_JournalLine_ID */ public static final String COLUMNNAME_GL_JournalLine_ID = "GL_JournalLine_ID"; @@ -621,7 +625,7 @@ public interface I_I_FAJournal */ public int getGL_JournalLine_ID(); - public I_GL_JournalLine getGL_JournalLine() throws Exception; + public I_GL_JournalLine getGL_JournalLine() throws RuntimeException; /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; @@ -723,7 +727,7 @@ public interface I_I_FAJournal */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name OrgTrxValue */ public static final String COLUMNNAME_OrgTrxValue = "OrgTrxValue"; @@ -851,32 +855,6 @@ public interface I_I_FAJournal */ public String getUPC(); - /** Column name UserElement1_ID */ - public static final String COLUMNNAME_UserElement1_ID = "UserElement1_ID"; - - /** Set User Element 1. - * User defined accounting Element - */ - public void setUserElement1_ID (int UserElement1_ID); - - /** Get User Element 1. - * User defined accounting Element - */ - public int getUserElement1_ID(); - - /** Column name UserElement2_ID */ - public static final String COLUMNNAME_UserElement2_ID = "UserElement2_ID"; - - /** Set User Element 2. - * User defined accounting Element - */ - public void setUserElement2_ID (int UserElement2_ID); - - /** Get User Element 2. - * User defined accounting Element - */ - public int getUserElement2_ID(); - /** Column name User1_ID */ public static final String COLUMNNAME_User1_ID = "User1_ID"; @@ -902,4 +880,30 @@ public interface I_I_FAJournal * User defined list element #2 */ public int getUser2_ID(); + + /** Column name UserElement1_ID */ + public static final String COLUMNNAME_UserElement1_ID = "UserElement1_ID"; + + /** Set User Element 1. + * User defined accounting Element + */ + public void setUserElement1_ID (int UserElement1_ID); + + /** Get User Element 1. + * User defined accounting Element + */ + public int getUserElement1_ID(); + + /** Column name UserElement2_ID */ + public static final String COLUMNNAME_UserElement2_ID = "UserElement2_ID"; + + /** Set User Element 2. + * User defined accounting Element + */ + public void setUserElement2_ID (int UserElement2_ID); + + /** Get User Element 2. + * User defined accounting Element + */ + public int getUserElement2_ID(); } diff --git a/base/src/org/compiere/model/I_I_GLJournal.java b/base/src/org/compiere/model/I_I_GLJournal.java index 35dd7a453b..b13de9f6b3 100644 --- a/base/src/org/compiere/model/I_I_GLJournal.java +++ b/base/src/org/compiere/model/I_I_GLJournal.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_GLJournal * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_GLJournal { @@ -105,6 +96,19 @@ public interface I_I_GLJournal */ public int getAD_OrgDoc_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -222,7 +226,7 @@ public interface I_I_GLJournal */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -237,7 +241,7 @@ public interface I_I_GLJournal */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name CategoryName */ public static final String COLUMNNAME_CategoryName = "CategoryName"; @@ -265,7 +269,7 @@ public interface I_I_GLJournal */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -280,7 +284,7 @@ public interface I_I_GLJournal */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -295,7 +299,7 @@ public interface I_I_GLJournal */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws Exception; + public I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -310,7 +314,7 @@ public interface I_I_GLJournal */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -325,7 +329,7 @@ public interface I_I_GLJournal */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ClientValue */ public static final String COLUMNNAME_ClientValue = "ClientValue"; @@ -392,7 +396,7 @@ public interface I_I_GLJournal */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws Exception; + public I_C_Period getC_Period() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -407,7 +411,7 @@ public interface I_I_GLJournal */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_SalesRegion_ID */ public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID"; @@ -422,7 +426,7 @@ public interface I_I_GLJournal */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws Exception; + public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -437,7 +441,7 @@ public interface I_I_GLJournal */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name CurrencyRate */ public static final String COLUMNNAME_CurrencyRate = "CurrencyRate"; @@ -465,7 +469,7 @@ public interface I_I_GLJournal */ public int getC_ValidCombination_ID(); - public I_C_ValidCombination getC_ValidCombination() throws Exception; + public I_C_ValidCombination getC_ValidCombination() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -519,7 +523,7 @@ public interface I_I_GLJournal */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws Exception; + public I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name GL_Category_ID */ public static final String COLUMNNAME_GL_Category_ID = "GL_Category_ID"; @@ -534,7 +538,7 @@ public interface I_I_GLJournal */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws Exception; + public I_GL_Category getGL_Category() throws RuntimeException; /** Column name GL_JournalBatch_ID */ public static final String COLUMNNAME_GL_JournalBatch_ID = "GL_JournalBatch_ID"; @@ -549,7 +553,7 @@ public interface I_I_GLJournal */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws Exception; + public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name GL_Journal_ID */ public static final String COLUMNNAME_GL_Journal_ID = "GL_Journal_ID"; @@ -564,7 +568,7 @@ public interface I_I_GLJournal */ public int getGL_Journal_ID(); - public I_GL_Journal getGL_Journal() throws Exception; + public I_GL_Journal getGL_Journal() throws RuntimeException; /** Column name GL_JournalLine_ID */ public static final String COLUMNNAME_GL_JournalLine_ID = "GL_JournalLine_ID"; @@ -579,7 +583,7 @@ public interface I_I_GLJournal */ public int getGL_JournalLine_ID(); - public I_GL_JournalLine getGL_JournalLine() throws Exception; + public I_GL_JournalLine getGL_JournalLine() throws RuntimeException; /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; @@ -698,7 +702,7 @@ public interface I_I_GLJournal */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name OrgTrxValue */ public static final String COLUMNNAME_OrgTrxValue = "OrgTrxValue"; diff --git a/base/src/org/compiere/model/I_I_InOutLineConfirm.java b/base/src/org/compiere/model/I_I_InOutLineConfirm.java index 6295a17d24..41c78405a6 100644 --- a/base/src/org/compiere/model/I_I_InOutLineConfirm.java +++ b/base/src/org/compiere/model/I_I_InOutLineConfirm.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_InOutLineConfirm * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_InOutLineConfirm { @@ -52,6 +43,19 @@ public interface I_I_InOutLineConfirm /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ConfirmationNo */ public static final String COLUMNNAME_ConfirmationNo = "ConfirmationNo"; @@ -156,7 +160,7 @@ public interface I_I_InOutLineConfirm */ public int getM_InOutLineConfirm_ID(); - public I_M_InOutLineConfirm getM_InOutLineConfirm() throws Exception; + public I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_I_Inventory.java b/base/src/org/compiere/model/I_I_Inventory.java index d3f1163ec4..e763e5babe 100644 --- a/base/src/org/compiere/model/I_I_Inventory.java +++ b/base/src/org/compiere/model/I_I_Inventory.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Inventory * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Inventory { @@ -53,6 +44,19 @@ public interface I_I_Inventory /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -144,7 +148,7 @@ public interface I_I_Inventory */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws Exception; + public I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -159,7 +163,7 @@ public interface I_I_Inventory */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -174,7 +178,7 @@ public interface I_I_Inventory */ public int getM_Locator_ID(); - public I_M_Locator getM_Locator() throws Exception; + public I_M_Locator getM_Locator() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -202,7 +206,7 @@ public interface I_I_Inventory */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -217,7 +221,7 @@ public interface I_I_Inventory */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_I_Invoice.java b/base/src/org/compiere/model/I_I_Invoice.java index 1483429a63..c753563a7e 100644 --- a/base/src/org/compiere/model/I_I_Invoice.java +++ b/base/src/org/compiere/model/I_I_Invoice.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Invoice * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Invoice { @@ -88,6 +79,19 @@ public interface I_I_Invoice */ public String getAddress2(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -114,7 +118,7 @@ public interface I_I_Invoice */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; @@ -142,7 +146,7 @@ public interface I_I_Invoice */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -157,7 +161,7 @@ public interface I_I_Invoice */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -172,7 +176,7 @@ public interface I_I_Invoice */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public 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"; @@ -187,7 +191,7 @@ public interface I_I_Invoice */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -202,7 +206,7 @@ public interface I_I_Invoice */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -217,7 +221,7 @@ public interface I_I_Invoice */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws Exception; + public I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -232,7 +236,7 @@ public interface I_I_Invoice */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -247,7 +251,7 @@ public interface I_I_Invoice */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeName */ public static final String COLUMNNAME_ChargeName = "ChargeName"; @@ -275,7 +279,7 @@ public interface I_I_Invoice */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -290,7 +294,7 @@ public interface I_I_Invoice */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -318,7 +322,7 @@ public interface I_I_Invoice */ public int getC_Location_ID(); - public I_C_Location getC_Location() throws Exception; + public I_C_Location getC_Location() throws RuntimeException; /** Column name ContactName */ public static final String COLUMNNAME_ContactName = "ContactName"; @@ -359,7 +363,7 @@ public interface I_I_Invoice */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws Exception; + public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -374,7 +378,7 @@ public interface I_I_Invoice */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_Region_ID */ public static final String COLUMNNAME_C_Region_ID = "C_Region_ID"; @@ -389,7 +393,7 @@ public interface I_I_Invoice */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws Exception; + public I_C_Region getC_Region() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -404,7 +408,7 @@ public interface I_I_Invoice */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws Exception; + public I_C_Tax getC_Tax() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -562,7 +566,7 @@ public interface I_I_Invoice */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -577,7 +581,7 @@ public interface I_I_Invoice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_I_Order.java b/base/src/org/compiere/model/I_I_Order.java index 2858d8c358..834e103913 100644 --- a/base/src/org/compiere/model/I_I_Order.java +++ b/base/src/org/compiere/model/I_I_Order.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Order * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Order { @@ -79,6 +70,19 @@ public interface I_I_Order */ public String getAddress2(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -105,7 +109,7 @@ public interface I_I_Order */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name BillTo_ID */ public static final String COLUMNNAME_BillTo_ID = "BillTo_ID"; @@ -146,7 +150,7 @@ public interface I_I_Order */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -161,7 +165,7 @@ public interface I_I_Order */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -176,7 +180,7 @@ public interface I_I_Order */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public 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"; @@ -191,7 +195,7 @@ public interface I_I_Order */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -206,7 +210,7 @@ public interface I_I_Order */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -221,7 +225,7 @@ public interface I_I_Order */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws Exception; + public I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -236,7 +240,7 @@ public interface I_I_Order */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -251,7 +255,7 @@ public interface I_I_Order */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeName */ public static final String COLUMNNAME_ChargeName = "ChargeName"; @@ -292,7 +296,7 @@ public interface I_I_Order */ public int getC_Location_ID(); - public I_C_Location getC_Location() throws Exception; + public I_C_Location getC_Location() throws RuntimeException; /** Column name ContactName */ public static final String COLUMNNAME_ContactName = "ContactName"; @@ -320,7 +324,7 @@ public interface I_I_Order */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws Exception; + public I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -335,7 +339,7 @@ public interface I_I_Order */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name CountryCode */ public static final String COLUMNNAME_CountryCode = "CountryCode"; @@ -363,7 +367,7 @@ public interface I_I_Order */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws Exception; + public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -378,7 +382,7 @@ public interface I_I_Order */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_Region_ID */ public static final String COLUMNNAME_C_Region_ID = "C_Region_ID"; @@ -393,7 +397,7 @@ public interface I_I_Order */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws Exception; + public I_C_Region getC_Region() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -408,7 +412,7 @@ public interface I_I_Order */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws Exception; + public I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -423,7 +427,7 @@ public interface I_I_Order */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -594,7 +598,7 @@ public interface I_I_Order */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -609,7 +613,7 @@ public interface I_I_Order */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -624,7 +628,7 @@ public interface I_I_Order */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws Exception; + public I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -639,7 +643,7 @@ public interface I_I_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_I_Payment.java b/base/src/org/compiere/model/I_I_Payment.java index 0ea9d5f789..775f13f334 100644 --- a/base/src/org/compiere/model/I_I_Payment.java +++ b/base/src/org/compiere/model/I_I_Payment.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Payment * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Payment { @@ -92,6 +83,19 @@ public interface I_I_Payment */ public String getA_Country(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name A_EMail */ public static final String COLUMNNAME_A_EMail = "A_EMail"; @@ -222,7 +226,7 @@ public interface I_I_Payment */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws Exception; + public I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -237,7 +241,7 @@ public interface I_I_Payment */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -252,7 +256,7 @@ public interface I_I_Payment */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -267,7 +271,7 @@ public interface I_I_Payment */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -282,7 +286,7 @@ public interface I_I_Payment */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -336,7 +340,7 @@ public interface I_I_Payment */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -351,7 +355,7 @@ public interface I_I_Payment */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws Exception; + public I_C_Payment getC_Payment() throws RuntimeException; /** Column name CreditCardExpMM */ public static final String COLUMNNAME_CreditCardExpMM = "CreditCardExpMM"; diff --git a/base/src/org/compiere/model/I_I_Product.java b/base/src/org/compiere/model/I_I_Product.java index 3778ba38af..9c51a2df3f 100644 --- a/base/src/org/compiere/model/I_I_Product.java +++ b/base/src/org/compiere/model/I_I_Product.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Product * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_Product { @@ -53,6 +44,19 @@ public interface I_I_Product /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BPartner_Value */ public static final String COLUMNNAME_BPartner_Value = "BPartner_Value"; @@ -79,7 +83,7 @@ public interface I_I_Product */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -94,7 +98,7 @@ public interface I_I_Product */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name Classification */ public static final String COLUMNNAME_Classification = "Classification"; @@ -135,7 +139,7 @@ public interface I_I_Product */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DeliveryTime_Promised */ public static final String COLUMNNAME_DeliveryTime_Promised = "DeliveryTime_Promised"; @@ -319,7 +323,7 @@ public interface I_I_Product */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -334,7 +338,7 @@ public interface I_I_Product */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_I_ReportLine.java b/base/src/org/compiere/model/I_I_ReportLine.java index fed33b5d6e..ce5ea69d96 100644 --- a/base/src/org/compiere/model/I_I_ReportLine.java +++ b/base/src/org/compiere/model/I_I_ReportLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ReportLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_I_ReportLine { @@ -52,6 +43,19 @@ public interface I_I_ReportLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AmountType */ public static final String COLUMNNAME_AmountType = "AmountType"; @@ -87,7 +91,7 @@ public interface I_I_ReportLine */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws Exception; + public I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -211,7 +215,7 @@ public interface I_I_ReportLine /** Get Report Line */ public int getPA_ReportLine_ID(); - public I_PA_ReportLine getPA_ReportLine() throws Exception; + public I_PA_ReportLine getPA_ReportLine() throws RuntimeException; /** Column name PA_ReportLineSet_ID */ public static final String COLUMNNAME_PA_ReportLineSet_ID = "PA_ReportLineSet_ID"; @@ -222,7 +226,7 @@ public interface I_I_ReportLine /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); - public I_PA_ReportLineSet getPA_ReportLineSet() throws Exception; + public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; /** Column name PA_ReportSource_ID */ public static final String COLUMNNAME_PA_ReportSource_ID = "PA_ReportSource_ID"; @@ -237,7 +241,7 @@ public interface I_I_ReportLine */ public int getPA_ReportSource_ID(); - public I_PA_ReportSource getPA_ReportSource() throws Exception; + public I_PA_ReportSource getPA_ReportSource() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/base/src/org/compiere/model/I_K_Category.java b/base/src/org/compiere/model/I_K_Category.java index 91a9ca80e9..d400f9ecf8 100644 --- a/base/src/org/compiere/model/I_K_Category.java +++ b/base/src/org/compiere/model/I_K_Category.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Category * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Category { @@ -52,6 +43,19 @@ public interface I_K_Category /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_K_CategoryValue.java b/base/src/org/compiere/model/I_K_CategoryValue.java index 32b65b3d83..9e6f6c1fc1 100644 --- a/base/src/org/compiere/model/I_K_CategoryValue.java +++ b/base/src/org/compiere/model/I_K_CategoryValue.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_CategoryValue * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_CategoryValue { @@ -52,6 +43,19 @@ public interface I_K_CategoryValue /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -78,7 +82,7 @@ public interface I_K_CategoryValue */ public int getK_Category_ID(); - public I_K_Category getK_Category() throws Exception; + public I_K_Category getK_Category() throws RuntimeException; /** Column name K_CategoryValue_ID */ public static final String COLUMNNAME_K_CategoryValue_ID = "K_CategoryValue_ID"; diff --git a/base/src/org/compiere/model/I_K_Comment.java b/base/src/org/compiere/model/I_K_Comment.java index 4ad6e8d05d..7ef69b9c34 100644 --- a/base/src/org/compiere/model/I_K_Comment.java +++ b/base/src/org/compiere/model/I_K_Comment.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Comment * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Comment { @@ -52,6 +43,19 @@ public interface I_K_Comment /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Session_ID */ public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID"; @@ -65,7 +69,7 @@ public interface I_K_Comment */ public int getAD_Session_ID(); - public I_AD_Session getAD_Session() throws Exception; + public I_AD_Session getAD_Session() throws RuntimeException; /** Column name IsPublic */ public static final String COLUMNNAME_IsPublic = "IsPublic"; @@ -106,7 +110,7 @@ public interface I_K_Comment */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws Exception; + public I_K_Entry getK_Entry() throws RuntimeException; /** Column name Rating */ public static final String COLUMNNAME_Rating = "Rating"; diff --git a/base/src/org/compiere/model/I_K_Entry.java b/base/src/org/compiere/model/I_K_Entry.java index e2c7417e9a..4bed8b9caa 100644 --- a/base/src/org/compiere/model/I_K_Entry.java +++ b/base/src/org/compiere/model/I_K_Entry.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Entry * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Entry { @@ -53,6 +44,19 @@ public interface I_K_Entry /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Session_ID */ public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID"; @@ -66,7 +70,7 @@ public interface I_K_Entry */ public int getAD_Session_ID(); - public I_AD_Session getAD_Session() throws Exception; + public I_AD_Session getAD_Session() throws RuntimeException; /** Column name DescriptionURL */ public static final String COLUMNNAME_DescriptionURL = "DescriptionURL"; @@ -133,7 +137,7 @@ public interface I_K_Entry */ public int getK_Source_ID(); - public I_K_Source getK_Source() throws Exception; + public I_K_Source getK_Source() throws RuntimeException; /** Column name K_Topic_ID */ public static final String COLUMNNAME_K_Topic_ID = "K_Topic_ID"; @@ -148,7 +152,7 @@ public interface I_K_Entry */ public int getK_Topic_ID(); - public I_K_Topic getK_Topic() throws Exception; + public I_K_Topic getK_Topic() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_K_EntryCategory.java b/base/src/org/compiere/model/I_K_EntryCategory.java index 1a2581a5fa..62ec1dadcc 100644 --- a/base/src/org/compiere/model/I_K_EntryCategory.java +++ b/base/src/org/compiere/model/I_K_EntryCategory.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_EntryCategory * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_EntryCategory { @@ -52,6 +43,19 @@ public interface I_K_EntryCategory /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name K_Category_ID */ public static final String COLUMNNAME_K_Category_ID = "K_Category_ID"; @@ -65,7 +69,7 @@ public interface I_K_EntryCategory */ public int getK_Category_ID(); - public I_K_Category getK_Category() throws Exception; + public I_K_Category getK_Category() throws RuntimeException; /** Column name K_CategoryValue_ID */ public static final String COLUMNNAME_K_CategoryValue_ID = "K_CategoryValue_ID"; @@ -80,7 +84,7 @@ public interface I_K_EntryCategory */ public int getK_CategoryValue_ID(); - public I_K_CategoryValue getK_CategoryValue() throws Exception; + public I_K_CategoryValue getK_CategoryValue() throws RuntimeException; /** Column name K_Entry_ID */ public static final String COLUMNNAME_K_Entry_ID = "K_Entry_ID"; @@ -95,5 +99,5 @@ public interface I_K_EntryCategory */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws Exception; + public I_K_Entry getK_Entry() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_K_EntryRelated.java b/base/src/org/compiere/model/I_K_EntryRelated.java index 74f07e35e3..be4ff2b135 100644 --- a/base/src/org/compiere/model/I_K_EntryRelated.java +++ b/base/src/org/compiere/model/I_K_EntryRelated.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_EntryRelated * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_EntryRelated { @@ -52,6 +43,19 @@ public interface I_K_EntryRelated /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name K_Entry_ID */ public static final String COLUMNNAME_K_Entry_ID = "K_Entry_ID"; @@ -65,7 +69,7 @@ public interface I_K_EntryRelated */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws Exception; + public I_K_Entry getK_Entry() throws RuntimeException; /** Column name K_EntryRelated_ID */ public static final String COLUMNNAME_K_EntryRelated_ID = "K_EntryRelated_ID"; diff --git a/base/src/org/compiere/model/I_K_Index.java b/base/src/org/compiere/model/I_K_Index.java index 17871e9de8..13e7649d44 100644 --- a/base/src/org/compiere/model/I_K_Index.java +++ b/base/src/org/compiere/model/I_K_Index.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Index * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Index { @@ -53,6 +44,19 @@ public interface I_K_Index /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -66,7 +70,7 @@ public interface I_K_Index */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -81,7 +85,7 @@ public interface I_K_Index */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -96,7 +100,7 @@ public interface I_K_Index */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws Exception; + public I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Excerpt */ public static final String COLUMNNAME_Excerpt = "Excerpt"; @@ -163,7 +167,7 @@ public interface I_K_Index */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name SourceUpdated */ public static final String COLUMNNAME_SourceUpdated = "SourceUpdated"; diff --git a/base/src/org/compiere/model/I_K_IndexLog.java b/base/src/org/compiere/model/I_K_IndexLog.java index 3a3ba69ea7..077ba6c1c5 100644 --- a/base/src/org/compiere/model/I_K_IndexLog.java +++ b/base/src/org/compiere/model/I_K_IndexLog.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_IndexLog * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_IndexLog { @@ -52,6 +43,19 @@ public interface I_K_IndexLog /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name IndexQuery */ public static final String COLUMNNAME_IndexQuery = "IndexQuery"; diff --git a/base/src/org/compiere/model/I_K_IndexStop.java b/base/src/org/compiere/model/I_K_IndexStop.java index fc51cf4238..e8ed7ca553 100644 --- a/base/src/org/compiere/model/I_K_IndexStop.java +++ b/base/src/org/compiere/model/I_K_IndexStop.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_IndexStop * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_IndexStop { @@ -52,6 +43,19 @@ public interface I_K_IndexStop /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -65,7 +69,7 @@ public interface I_K_IndexStop */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -80,7 +84,7 @@ public interface I_K_IndexStop */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws Exception; + public I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name IsManual */ public static final String COLUMNNAME_IsManual = "IsManual"; @@ -134,5 +138,5 @@ public interface I_K_IndexStop */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_K_Source.java b/base/src/org/compiere/model/I_K_Source.java index 74fb9157ed..f6afc2050d 100644 --- a/base/src/org/compiere/model/I_K_Source.java +++ b/base/src/org/compiere/model/I_K_Source.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Source * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Source { @@ -52,6 +43,19 @@ public interface I_K_Source /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DescriptionURL */ public static final String COLUMNNAME_DescriptionURL = "DescriptionURL"; diff --git a/base/src/org/compiere/model/I_K_Synonym.java b/base/src/org/compiere/model/I_K_Synonym.java index 33c5c6c134..6437d7dc94 100644 --- a/base/src/org/compiere/model/I_K_Synonym.java +++ b/base/src/org/compiere/model/I_K_Synonym.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Synonym * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Synonym { @@ -65,6 +56,19 @@ public interface I_K_Synonym */ public String getAD_Language(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name K_Synonym_ID */ public static final String COLUMNNAME_K_Synonym_ID = "K_Synonym_ID"; diff --git a/base/src/org/compiere/model/I_K_Topic.java b/base/src/org/compiere/model/I_K_Topic.java index c656d9ed93..4ce9b3c33c 100644 --- a/base/src/org/compiere/model/I_K_Topic.java +++ b/base/src/org/compiere/model/I_K_Topic.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Topic * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Topic { @@ -52,6 +43,19 @@ public interface I_K_Topic /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -130,7 +134,7 @@ public interface I_K_Topic */ public int getK_Type_ID(); - public I_K_Type getK_Type() throws Exception; + public I_K_Type getK_Type() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_K_Type.java b/base/src/org/compiere/model/I_K_Type.java index 414113ff17..51a4f79572 100644 --- a/base/src/org/compiere/model/I_K_Type.java +++ b/base/src/org/compiere/model/I_K_Type.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for K_Type * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_K_Type { @@ -52,6 +43,19 @@ public interface I_K_Type /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_Attribute.java b/base/src/org/compiere/model/I_M_Attribute.java index 31c143871b..b016b68465 100644 --- a/base/src/org/compiere/model/I_M_Attribute.java +++ b/base/src/org/compiere/model/I_M_Attribute.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Attribute * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Attribute { @@ -52,6 +43,19 @@ public interface I_M_Attribute /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AttributeValueType */ public static final String COLUMNNAME_AttributeValueType = "AttributeValueType"; @@ -130,7 +134,7 @@ public interface I_M_Attribute */ public int getM_AttributeSearch_ID(); - public I_M_AttributeSearch getM_AttributeSearch() throws Exception; + public I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_AttributeInstance.java b/base/src/org/compiere/model/I_M_AttributeInstance.java index ffe8a76946..8e2039f531 100644 --- a/base/src/org/compiere/model/I_M_AttributeInstance.java +++ b/base/src/org/compiere/model/I_M_AttributeInstance.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeInstance * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeInstance { @@ -52,6 +43,19 @@ public interface I_M_AttributeInstance /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_Attribute_ID */ public static final String COLUMNNAME_M_Attribute_ID = "M_Attribute_ID"; @@ -65,7 +69,7 @@ public interface I_M_AttributeInstance */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws Exception; + public I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -93,7 +97,7 @@ public interface I_M_AttributeInstance */ public int getM_AttributeValue_ID(); - public I_M_AttributeValue getM_AttributeValue() throws Exception; + public I_M_AttributeValue getM_AttributeValue() throws RuntimeException; /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; diff --git a/base/src/org/compiere/model/I_M_AttributeSearch.java b/base/src/org/compiere/model/I_M_AttributeSearch.java index 118e80dc77..adb11a9018 100644 --- a/base/src/org/compiere/model/I_M_AttributeSearch.java +++ b/base/src/org/compiere/model/I_M_AttributeSearch.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSearch * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeSearch { @@ -52,6 +43,19 @@ public interface I_M_AttributeSearch /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_AttributeSet.java b/base/src/org/compiere/model/I_M_AttributeSet.java index 907c4ece3b..d544dd740a 100644 --- a/base/src/org/compiere/model/I_M_AttributeSet.java +++ b/base/src/org/compiere/model/I_M_AttributeSet.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSet * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeSet { @@ -52,6 +43,19 @@ public interface I_M_AttributeSet /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -234,7 +238,7 @@ public interface I_M_AttributeSet */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws Exception; + public I_M_LotCtl getM_LotCtl() throws RuntimeException; /** Column name M_SerNoCtl_ID */ public static final String COLUMNNAME_M_SerNoCtl_ID = "M_SerNoCtl_ID"; @@ -249,7 +253,7 @@ public interface I_M_AttributeSet */ public int getM_SerNoCtl_ID(); - public I_M_SerNoCtl getM_SerNoCtl() throws Exception; + public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_AttributeSetExclude.java b/base/src/org/compiere/model/I_M_AttributeSetExclude.java index 6204f9d49d..b80edecaa0 100644 --- a/base/src/org/compiere/model/I_M_AttributeSetExclude.java +++ b/base/src/org/compiere/model/I_M_AttributeSetExclude.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetExclude * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeSetExclude { @@ -52,6 +43,19 @@ public interface I_M_AttributeSetExclude /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -65,7 +69,7 @@ public interface I_M_AttributeSetExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; @@ -106,5 +110,5 @@ public interface I_M_AttributeSetExclude */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws Exception; + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_AttributeSetInstance.java b/base/src/org/compiere/model/I_M_AttributeSetInstance.java index 208d17536b..3d38824a28 100644 --- a/base/src/org/compiere/model/I_M_AttributeSetInstance.java +++ b/base/src/org/compiere/model/I_M_AttributeSetInstance.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetInstance * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeSetInstance { @@ -53,6 +44,19 @@ public interface I_M_AttributeSetInstance /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -105,7 +109,7 @@ public interface I_M_AttributeSetInstance */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws Exception; + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -133,7 +137,7 @@ public interface I_M_AttributeSetInstance */ public int getM_Lot_ID(); - public I_M_Lot getM_Lot() throws Exception; + public I_M_Lot getM_Lot() throws RuntimeException; /** Column name SerNo */ public static final String COLUMNNAME_SerNo = "SerNo"; diff --git a/base/src/org/compiere/model/I_M_AttributeUse.java b/base/src/org/compiere/model/I_M_AttributeUse.java index b7f959a11f..d68ecd1f26 100644 --- a/base/src/org/compiere/model/I_M_AttributeUse.java +++ b/base/src/org/compiere/model/I_M_AttributeUse.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeUse * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeUse { @@ -52,6 +43,19 @@ public interface I_M_AttributeUse /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_Attribute_ID */ public static final String COLUMNNAME_M_Attribute_ID = "M_Attribute_ID"; @@ -65,7 +69,7 @@ public interface I_M_AttributeUse */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws Exception; + public I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name M_AttributeSet_ID */ public static final String COLUMNNAME_M_AttributeSet_ID = "M_AttributeSet_ID"; @@ -80,7 +84,7 @@ public interface I_M_AttributeUse */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws Exception; + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_M_AttributeValue.java b/base/src/org/compiere/model/I_M_AttributeValue.java index 0bd2ec2542..b91c85a330 100644 --- a/base/src/org/compiere/model/I_M_AttributeValue.java +++ b/base/src/org/compiere/model/I_M_AttributeValue.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeValue * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_AttributeValue { @@ -52,6 +43,19 @@ public interface I_M_AttributeValue /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -78,7 +82,7 @@ public interface I_M_AttributeValue */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws Exception; + public I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name M_AttributeValue_ID */ public static final String COLUMNNAME_M_AttributeValue_ID = "M_AttributeValue_ID"; diff --git a/base/src/org/compiere/model/I_M_BOM.java b/base/src/org/compiere/model/I_M_BOM.java index a5294e3705..9627c08349 100644 --- a/base/src/org/compiere/model/I_M_BOM.java +++ b/base/src/org/compiere/model/I_M_BOM.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOM * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_BOM { @@ -52,6 +43,19 @@ public interface I_M_BOM /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BOMType */ public static final String COLUMNNAME_BOMType = "BOMType"; @@ -130,7 +134,7 @@ public interface I_M_BOM */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws Exception; + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -145,7 +149,7 @@ public interface I_M_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_BOMAlternative.java b/base/src/org/compiere/model/I_M_BOMAlternative.java index 6f352e3c79..c6d9e954a9 100644 --- a/base/src/org/compiere/model/I_M_BOMAlternative.java +++ b/base/src/org/compiere/model/I_M_BOMAlternative.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMAlternative * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_BOMAlternative { @@ -52,6 +43,19 @@ public interface I_M_BOMAlternative /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_M_BOMAlternative */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_BOMProduct.java b/base/src/org/compiere/model/I_M_BOMProduct.java index b81f095b24..890d45ace4 100644 --- a/base/src/org/compiere/model/I_M_BOMProduct.java +++ b/base/src/org/compiere/model/I_M_BOMProduct.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMProduct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_BOMProduct { @@ -52,6 +43,19 @@ public interface I_M_BOMProduct /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BOMProductType */ public static final String COLUMNNAME_BOMProductType = "BOMProductType"; @@ -169,7 +173,7 @@ public interface I_M_BOMProduct */ public int getM_BOMAlternative_ID(); - public I_M_BOMAlternative getM_BOMAlternative() throws Exception; + public I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException; /** Column name M_BOM_ID */ public static final String COLUMNNAME_M_BOM_ID = "M_BOM_ID"; @@ -184,7 +188,7 @@ public interface I_M_BOMProduct */ public int getM_BOM_ID(); - public I_M_BOM getM_BOM() throws Exception; + public I_M_BOM getM_BOM() throws RuntimeException; /** Column name M_BOMProduct_ID */ public static final String COLUMNNAME_M_BOMProduct_ID = "M_BOMProduct_ID"; @@ -212,7 +216,7 @@ public interface I_M_BOMProduct */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws Exception; + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_ProductBOM_ID */ public static final String COLUMNNAME_M_ProductBOM_ID = "M_ProductBOM_ID"; @@ -240,7 +244,7 @@ public interface I_M_BOMProduct */ public int getM_ProductOperation_ID(); - public I_M_ProductOperation getM_ProductOperation() throws Exception; + public I_M_ProductOperation getM_ProductOperation() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_M_ChangeNotice.java b/base/src/org/compiere/model/I_M_ChangeNotice.java index 6c848647bd..36a006d39e 100644 --- a/base/src/org/compiere/model/I_M_ChangeNotice.java +++ b/base/src/org/compiere/model/I_M_ChangeNotice.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeNotice * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ChangeNotice { @@ -52,6 +43,19 @@ public interface I_M_ChangeNotice /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_ChangeRequest.java b/base/src/org/compiere/model/I_M_ChangeRequest.java index 5cc238ea86..d8b5e16de3 100644 --- a/base/src/org/compiere/model/I_M_ChangeRequest.java +++ b/base/src/org/compiere/model/I_M_ChangeRequest.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeRequest * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ChangeRequest { @@ -52,6 +43,19 @@ public interface I_M_ChangeRequest /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -130,7 +134,7 @@ public interface I_M_ChangeRequest */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws Exception; + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_ChangeRequest_ID */ public static final String COLUMNNAME_M_ChangeRequest_ID = "M_ChangeRequest_ID"; @@ -184,7 +188,7 @@ public interface I_M_ChangeRequest */ public int getPP_Product_BOM_ID(); - public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception; + public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_Cost.java b/base/src/org/compiere/model/I_M_Cost.java index 92fe85612d..5a40d59ac0 100644 --- a/base/src/org/compiere/model/I_M_Cost.java +++ b/base/src/org/compiere/model/I_M_Cost.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Cost * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Cost { @@ -52,6 +43,19 @@ public interface I_M_Cost /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_Cost */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CostingMethod */ public static final String COLUMNNAME_CostingMethod = "CostingMethod"; @@ -122,10 +126,10 @@ public interface I_M_Cost /** Column name CurrentCostPriceLL */ public static final String COLUMNNAME_CurrentCostPriceLL = "CurrentCostPriceLL"; - /** Set CurrentCostPriceLL */ + /** Set Current Cost Price Lower Level */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL); - /** Get CurrentCostPriceLL */ + /** Get Current Cost Price Lower Level */ public BigDecimal getCurrentCostPriceLL(); /** Column name CurrentQty */ @@ -189,7 +193,7 @@ public interface I_M_Cost */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws Exception; + public I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostType_ID */ public static final String COLUMNNAME_M_CostType_ID = "M_CostType_ID"; @@ -204,7 +208,7 @@ public interface I_M_Cost */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws Exception; + public I_M_CostType getM_CostType() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -219,7 +223,7 @@ public interface I_M_Cost */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Percent */ public static final String COLUMNNAME_Percent = "Percent"; diff --git a/base/src/org/compiere/model/I_M_CostDetail.java b/base/src/org/compiere/model/I_M_CostDetail.java index 3c7a594f68..6fab842814 100644 --- a/base/src/org/compiere/model/I_M_CostDetail.java +++ b/base/src/org/compiere/model/I_M_CostDetail.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostDetail * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_CostDetail { @@ -52,6 +43,19 @@ public interface I_M_CostDetail /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Amt */ public static final String COLUMNNAME_Amt = "Amt"; @@ -78,7 +82,7 @@ public interface I_M_CostDetail */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -93,7 +97,7 @@ public interface I_M_CostDetail */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -108,7 +112,7 @@ public interface I_M_CostDetail */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -123,7 +127,7 @@ public interface I_M_CostDetail */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws Exception; + public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name DeltaAmt */ public static final String COLUMNNAME_DeltaAmt = "DeltaAmt"; @@ -216,7 +220,7 @@ public interface I_M_CostDetail */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws Exception; + public I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -231,7 +235,7 @@ public interface I_M_CostDetail */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -246,7 +250,7 @@ public interface I_M_CostDetail */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -261,7 +265,7 @@ public interface I_M_CostDetail */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws Exception; + public I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -276,7 +280,7 @@ public interface I_M_CostDetail */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -291,7 +295,7 @@ public interface I_M_CostDetail */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws Exception; + public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name Price */ public static final String COLUMNNAME_Price = "Price"; diff --git a/base/src/org/compiere/model/I_M_CostElement.java b/base/src/org/compiere/model/I_M_CostElement.java index a61f5b3cf4..d2720ca35b 100644 --- a/base/src/org/compiere/model/I_M_CostElement.java +++ b/base/src/org/compiere/model/I_M_CostElement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostElement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_CostElement { @@ -52,6 +43,19 @@ public interface I_M_CostElement /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CostElementType */ public static final String COLUMNNAME_CostElementType = "CostElementType"; diff --git a/base/src/org/compiere/model/I_M_CostQueue.java b/base/src/org/compiere/model/I_M_CostQueue.java index bcfb4029aa..130cd6d4fc 100644 --- a/base/src/org/compiere/model/I_M_CostQueue.java +++ b/base/src/org/compiere/model/I_M_CostQueue.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostQueue * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_CostQueue { @@ -52,6 +43,19 @@ public interface I_M_CostQueue /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_CostQueue */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CurrentCostPrice */ public static final String COLUMNNAME_CurrentCostPrice = "CurrentCostPrice"; @@ -119,7 +123,7 @@ public interface I_M_CostQueue */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws Exception; + public I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostQueue_ID */ public static final String COLUMNNAME_M_CostQueue_ID = "M_CostQueue_ID"; @@ -147,7 +151,7 @@ public interface I_M_CostQueue */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws Exception; + public I_M_CostType getM_CostType() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -162,5 +166,5 @@ public interface I_M_CostQueue */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_CostType.java b/base/src/org/compiere/model/I_M_CostType.java index b6c741d115..7bc0e7cb5c 100644 --- a/base/src/org/compiere/model/I_M_CostType.java +++ b/base/src/org/compiere/model/I_M_CostType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_CostType { @@ -52,6 +43,19 @@ public interface I_M_CostType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_Demand.java b/base/src/org/compiere/model/I_M_Demand.java index 832e99f024..608d0392f0 100644 --- a/base/src/org/compiere/model/I_M_Demand.java +++ b/base/src/org/compiere/model/I_M_Demand.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Demand * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Demand { @@ -52,6 +43,19 @@ public interface I_M_Demand /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -65,7 +69,7 @@ public interface I_M_Demand */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws Exception; + public I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name C_Year_ID */ public static final String COLUMNNAME_C_Year_ID = "C_Year_ID"; @@ -80,7 +84,7 @@ public interface I_M_Demand */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws Exception; + public I_C_Year getC_Year() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_DemandDetail.java b/base/src/org/compiere/model/I_M_DemandDetail.java index 81ffa567c5..211e081b13 100644 --- a/base/src/org/compiere/model/I_M_DemandDetail.java +++ b/base/src/org/compiere/model/I_M_DemandDetail.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandDetail * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DemandDetail { @@ -52,6 +43,19 @@ public interface I_M_DemandDetail /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -65,7 +69,7 @@ public interface I_M_DemandDetail */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name M_DemandDetail_ID */ public static final String COLUMNNAME_M_DemandDetail_ID = "M_DemandDetail_ID"; @@ -93,7 +97,7 @@ public interface I_M_DemandDetail */ public int getM_DemandLine_ID(); - public I_M_DemandLine getM_DemandLine() throws Exception; + public I_M_DemandLine getM_DemandLine() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -108,7 +112,7 @@ public interface I_M_DemandDetail */ public int getM_ForecastLine_ID(); - public I_M_ForecastLine getM_ForecastLine() throws Exception; + public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; /** Column name M_RequisitionLine_ID */ public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID"; @@ -123,5 +127,5 @@ public interface I_M_DemandDetail */ public int getM_RequisitionLine_ID(); - public I_M_RequisitionLine getM_RequisitionLine() throws Exception; + public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_DemandLine.java b/base/src/org/compiere/model/I_M_DemandLine.java index 49d0900d2f..815461be3d 100644 --- a/base/src/org/compiere/model/I_M_DemandLine.java +++ b/base/src/org/compiere/model/I_M_DemandLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DemandLine { @@ -52,6 +43,19 @@ public interface I_M_DemandLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -65,7 +69,7 @@ public interface I_M_DemandLine */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws Exception; + public I_C_Period getC_Period() throws RuntimeException; /** Column name M_Demand_ID */ public static final String COLUMNNAME_M_Demand_ID = "M_Demand_ID"; @@ -80,7 +84,7 @@ public interface I_M_DemandLine */ public int getM_Demand_ID(); - public I_M_Demand getM_Demand() throws Exception; + public I_M_Demand getM_Demand() throws RuntimeException; /** Column name M_DemandLine_ID */ public static final String COLUMNNAME_M_DemandLine_ID = "M_DemandLine_ID"; @@ -108,7 +112,7 @@ public interface I_M_DemandLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/base/src/org/compiere/model/I_M_DiscountSchema.java b/base/src/org/compiere/model/I_M_DiscountSchema.java index 564d624415..7dfe5b8545 100644 --- a/base/src/org/compiere/model/I_M_DiscountSchema.java +++ b/base/src/org/compiere/model/I_M_DiscountSchema.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchema * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DiscountSchema { @@ -53,6 +44,19 @@ public interface I_M_DiscountSchema /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CumulativeLevel */ public static final String COLUMNNAME_CumulativeLevel = "CumulativeLevel"; diff --git a/base/src/org/compiere/model/I_M_DiscountSchemaBreak.java b/base/src/org/compiere/model/I_M_DiscountSchemaBreak.java index e4cd97027b..3c42148c9c 100644 --- a/base/src/org/compiere/model/I_M_DiscountSchemaBreak.java +++ b/base/src/org/compiere/model/I_M_DiscountSchemaBreak.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaBreak * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DiscountSchemaBreak { @@ -52,6 +43,19 @@ public interface I_M_DiscountSchemaBreak /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BreakDiscount */ public static final String COLUMNNAME_BreakDiscount = "BreakDiscount"; @@ -117,7 +121,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws Exception; + public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; @@ -132,7 +136,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -147,7 +151,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_M_DiscountSchemaLine.java b/base/src/org/compiere/model/I_M_DiscountSchemaLine.java index 8a1682cdfc..8ba4a162bd 100644 --- a/base/src/org/compiere/model/I_M_DiscountSchemaLine.java +++ b/base/src/org/compiere/model/I_M_DiscountSchemaLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DiscountSchemaLine { @@ -53,6 +44,19 @@ public interface I_M_DiscountSchemaLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -66,7 +70,7 @@ public interface I_M_DiscountSchemaLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -81,7 +85,7 @@ public interface I_M_DiscountSchemaLine */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws Exception; + public I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name Classification */ public static final String COLUMNNAME_Classification = "Classification"; @@ -326,7 +330,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws Exception; + public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_DiscountSchemaLine_ID */ public static final String COLUMNNAME_M_DiscountSchemaLine_ID = "M_DiscountSchemaLine_ID"; @@ -354,7 +358,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -369,7 +373,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_M_DistributionList.java b/base/src/org/compiere/model/I_M_DistributionList.java index 1bf884f161..af07445fc9 100644 --- a/base/src/org/compiere/model/I_M_DistributionList.java +++ b/base/src/org/compiere/model/I_M_DistributionList.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionList * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DistributionList { @@ -52,6 +43,19 @@ public interface I_M_DistributionList /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_DistributionListLine.java b/base/src/org/compiere/model/I_M_DistributionListLine.java index 6c05533c12..1e3950ce2f 100644 --- a/base/src/org/compiere/model/I_M_DistributionListLine.java +++ b/base/src/org/compiere/model/I_M_DistributionListLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionListLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DistributionListLine { @@ -52,6 +43,19 @@ public interface I_M_DistributionListLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -65,7 +69,7 @@ public interface I_M_DistributionListLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -80,7 +84,7 @@ public interface I_M_DistributionListLine */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -108,7 +112,7 @@ public interface I_M_DistributionListLine */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws Exception; + public I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionListLine_ID */ public static final String COLUMNNAME_M_DistributionListLine_ID = "M_DistributionListLine_ID"; diff --git a/base/src/org/compiere/model/I_M_DistributionRun.java b/base/src/org/compiere/model/I_M_DistributionRun.java index 2f199062e7..3985220801 100644 --- a/base/src/org/compiere/model/I_M_DistributionRun.java +++ b/base/src/org/compiere/model/I_M_DistributionRun.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRun * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DistributionRun { @@ -52,6 +43,19 @@ public interface I_M_DistributionRun /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -65,7 +69,7 @@ public interface I_M_DistributionRun */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -80,7 +84,7 @@ public interface I_M_DistributionRun */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_DistributionRunLine.java b/base/src/org/compiere/model/I_M_DistributionRunLine.java index c0f4987202..96d924ee18 100644 --- a/base/src/org/compiere/model/I_M_DistributionRunLine.java +++ b/base/src/org/compiere/model/I_M_DistributionRunLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRunLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_DistributionRunLine { @@ -52,6 +43,19 @@ public interface I_M_DistributionRunLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_M_DistributionRunLine */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws Exception; + public I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionRun_ID */ public static final String COLUMNNAME_M_DistributionRun_ID = "M_DistributionRun_ID"; @@ -106,7 +110,7 @@ public interface I_M_DistributionRunLine */ public int getM_DistributionRun_ID(); - public I_M_DistributionRun getM_DistributionRun() throws Exception; + public I_M_DistributionRun getM_DistributionRun() throws RuntimeException; /** Column name M_DistributionRunLine_ID */ public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID"; @@ -147,7 +151,7 @@ public interface I_M_DistributionRunLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name TotalQty */ public static final String COLUMNNAME_TotalQty = "TotalQty"; diff --git a/base/src/org/compiere/model/I_M_Forecast.java b/base/src/org/compiere/model/I_M_Forecast.java index 9ef87d1b2a..7bdd074517 100644 --- a/base/src/org/compiere/model/I_M_Forecast.java +++ b/base/src/org/compiere/model/I_M_Forecast.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Forecast * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Forecast { @@ -52,6 +43,19 @@ public interface I_M_Forecast /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -65,7 +69,7 @@ public interface I_M_Forecast */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws Exception; + public I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name C_Year_ID */ public static final String COLUMNNAME_C_Year_ID = "C_Year_ID"; @@ -80,7 +84,7 @@ public interface I_M_Forecast */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws Exception; + public I_C_Year getC_Year() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -134,6 +138,21 @@ public interface I_M_Forecast */ public int getM_Forecast_ID(); + /** 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 I_M_PriceList getM_PriceList() throws RuntimeException; + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_ForecastLine.java b/base/src/org/compiere/model/I_M_ForecastLine.java index 112478b7d4..959f2f1494 100644 --- a/base/src/org/compiere/model/I_M_ForecastLine.java +++ b/base/src/org/compiere/model/I_M_ForecastLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ForecastLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ForecastLine { @@ -53,6 +44,19 @@ public interface I_M_ForecastLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -66,7 +70,7 @@ public interface I_M_ForecastLine */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws Exception; + public I_C_Period getC_Period() throws RuntimeException; /** Column name DatePromised */ public static final String COLUMNNAME_DatePromised = "DatePromised"; @@ -94,7 +98,7 @@ public interface I_M_ForecastLine */ public int getM_Forecast_ID(); - public I_M_Forecast getM_Forecast() throws Exception; + public I_M_Forecast getM_Forecast() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -122,7 +126,7 @@ public interface I_M_ForecastLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -137,7 +141,7 @@ public interface I_M_ForecastLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; @@ -164,4 +168,17 @@ public interface I_M_ForecastLine * Calculated Quantity */ public BigDecimal getQtyCalculated(); + + /** 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(); } diff --git a/base/src/org/compiere/model/I_M_Freight.java b/base/src/org/compiere/model/I_M_Freight.java index c59e321748..d16969bdd5 100644 --- a/base/src/org/compiere/model/I_M_Freight.java +++ b/base/src/org/compiere/model/I_M_Freight.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Freight * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Freight { @@ -53,6 +44,19 @@ public interface I_M_Freight /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -66,7 +70,7 @@ public interface I_M_Freight */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws Exception; + public I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -81,7 +85,7 @@ public interface I_M_Freight */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Region_ID */ public static final String COLUMNNAME_C_Region_ID = "C_Region_ID"; @@ -96,7 +100,7 @@ public interface I_M_Freight */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws Exception; + public I_C_Region getC_Region() throws RuntimeException; /** Column name FreightAmt */ public static final String COLUMNNAME_FreightAmt = "FreightAmt"; @@ -124,7 +128,7 @@ public interface I_M_Freight */ public int getM_FreightCategory_ID(); - public I_M_FreightCategory getM_FreightCategory() throws Exception; + public I_M_FreightCategory getM_FreightCategory() throws RuntimeException; /** Column name M_Freight_ID */ public static final String COLUMNNAME_M_Freight_ID = "M_Freight_ID"; @@ -152,7 +156,7 @@ public interface I_M_Freight */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws Exception; + public I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name To_Country_ID */ public static final String COLUMNNAME_To_Country_ID = "To_Country_ID"; diff --git a/base/src/org/compiere/model/I_M_FreightCategory.java b/base/src/org/compiere/model/I_M_FreightCategory.java index 793c498e04..6cbdee041b 100644 --- a/base/src/org/compiere/model/I_M_FreightCategory.java +++ b/base/src/org/compiere/model/I_M_FreightCategory.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_FreightCategory * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_FreightCategory { @@ -52,6 +43,19 @@ public interface I_M_FreightCategory /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_InOut.java b/base/src/org/compiere/model/I_M_InOut.java index fe44ee6c77..23ef83022c 100644 --- a/base/src/org/compiere/model/I_M_InOut.java +++ b/base/src/org/compiere/model/I_M_InOut.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOut * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InOut { @@ -44,19 +44,6 @@ public interface I_M_InOut /** Load Meta Data */ - /** 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"; @@ -70,6 +57,19 @@ public interface I_M_InOut */ public int getAD_Org_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_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -171,6 +171,19 @@ public interface I_M_InOut */ public int getC_DocType_ID(); + /** Column name ChargeAmt */ + public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; + + /** Set Charge amount. + * Charge Amount + */ + public void setChargeAmt (BigDecimal ChargeAmt); + + /** Get Charge amount. + * Charge Amount + */ + public BigDecimal getChargeAmt(); + /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -216,19 +229,6 @@ public interface I_M_InOut public I_C_Project getC_Project() throws RuntimeException; - /** Column name ChargeAmt */ - public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; - - /** Set Charge amount. - * Charge Amount - */ - public void setChargeAmt (BigDecimal ChargeAmt); - - /** Get Charge amount. - * Charge Amount - */ - public BigDecimal getChargeAmt(); - /** Column name CreateConfirm */ public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; @@ -559,6 +559,32 @@ public interface I_M_InOut */ public int getM_InOut_ID(); + /** 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 MovementType */ + public static final String COLUMNNAME_MovementType = "MovementType"; + + /** Set Movement Type. + * Method of moving the inventory + */ + public void setMovementType (String MovementType); + + /** Get Movement Type. + * Method of moving the inventory + */ + public String getMovementType(); + /** Column name M_RMA_ID */ public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID"; @@ -604,32 +630,6 @@ public interface I_M_InOut public 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 MovementType */ - public static final String COLUMNNAME_MovementType = "MovementType"; - - /** Set Movement Type. - * Method of moving the inventory - */ - public void setMovementType (String MovementType); - - /** Get Movement Type. - * Method of moving the inventory - */ - public String getMovementType(); - /** Column name NoPackages */ public static final String COLUMNNAME_NoPackages = "NoPackages"; @@ -643,19 +643,6 @@ public interface I_M_InOut */ public int getNoPackages(); - /** Column name POReference */ - public static final String COLUMNNAME_POReference = "POReference"; - - /** Set Order Reference. - * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ - public void setPOReference (String POReference); - - /** Get Order Reference. - * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ - public String getPOReference(); - /** Column name PickDate */ public static final String COLUMNNAME_PickDate = "PickDate"; @@ -669,6 +656,19 @@ public interface I_M_InOut */ public Timestamp getPickDate(); + /** Column name POReference */ + public static final String COLUMNNAME_POReference = "POReference"; + + /** Set Order Reference. + * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ + public void setPOReference (String POReference); + + /** Get Order Reference. + * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ + public String getPOReference(); + /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/base/src/org/compiere/model/I_M_InOutConfirm.java b/base/src/org/compiere/model/I_M_InOutConfirm.java index bd29cc1e6d..7bdb12a14b 100644 --- a/base/src/org/compiere/model/I_M_InOutConfirm.java +++ b/base/src/org/compiere/model/I_M_InOutConfirm.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutConfirm * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InOutConfirm { @@ -52,6 +43,19 @@ public interface I_M_InOutConfirm /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ApprovalAmt */ public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt"; @@ -78,7 +82,7 @@ public interface I_M_InOutConfirm */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name ConfirmationNo */ public static final String COLUMNNAME_ConfirmationNo = "ConfirmationNo"; @@ -232,7 +236,7 @@ public interface I_M_InOutConfirm */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; @@ -247,7 +251,7 @@ public interface I_M_InOutConfirm */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws Exception; + public I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_InOutLine.java b/base/src/org/compiere/model/I_M_InOutLine.java index 96c799556c..64473548a6 100644 --- a/base/src/org/compiere/model/I_M_InOutLine.java +++ b/base/src/org/compiere/model/I_M_InOutLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InOutLine { @@ -52,6 +43,19 @@ public interface I_M_InOutLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -78,7 +82,7 @@ public interface I_M_InOutLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -93,7 +97,7 @@ public interface I_M_InOutLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -108,7 +112,20 @@ public interface I_M_InOutLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; + + /** Column name ConfirmedQty */ + public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; + + /** Set Confirmed Quantity. + * Confirmation of a received quantity + */ + public void setConfirmedQty (BigDecimal ConfirmedQty); + + /** Get Confirmed Quantity. + * Confirmation of a received quantity + */ + public BigDecimal getConfirmedQty(); /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -123,37 +140,7 @@ public interface I_M_InOutLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; - - /** Column name C_ProjectPhase_ID */ - public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; - - /** Set Project Phase. - * Phase of a Project - */ - public void setC_ProjectPhase_ID (int C_ProjectPhase_ID); - - /** Get Project Phase. - * Phase of a Project - */ - public int getC_ProjectPhase_ID(); - - public I_C_ProjectPhase getC_ProjectPhase() throws Exception; - - /** Column name C_ProjectTask_ID */ - public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; - - /** Set Project Task. - * Actual Project Task in a Phase - */ - public void setC_ProjectTask_ID (int C_ProjectTask_ID); - - /** Get Project Task. - * Actual Project Task in a Phase - */ - public int getC_ProjectTask_ID(); - - public I_C_ProjectTask getC_ProjectTask() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -168,7 +155,37 @@ public interface I_M_InOutLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; + + /** Column name C_ProjectPhase_ID */ + public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; + + /** Set Project Phase. + * Phase of a Project + */ + public void setC_ProjectPhase_ID (int C_ProjectPhase_ID); + + /** Get Project Phase. + * Phase of a Project + */ + public int getC_ProjectPhase_ID(); + + public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + + /** Column name C_ProjectTask_ID */ + public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; + + /** Set Project Task. + * Actual Project Task in a Phase + */ + public void setC_ProjectTask_ID (int C_ProjectTask_ID); + + /** Get Project Task. + * Actual Project Task in a Phase + */ + public int getC_ProjectTask_ID(); + + public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -183,20 +200,7 @@ public interface I_M_InOutLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; - - /** Column name ConfirmedQty */ - public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; - - /** Set Confirmed Quantity. - * Confirmation of a received quantity - */ - public void setConfirmedQty (BigDecimal ConfirmedQty); - - /** Get Confirmed Quantity. - * Confirmation of a received quantity - */ - public BigDecimal getConfirmedQty(); + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -263,19 +267,6 @@ public interface I_M_InOutLine */ public int getM_AttributeSetInstance_ID(); - /** Column name M_InOutLine_ID */ - public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; - - /** Set Shipment/Receipt Line. - * Line on Shipment or Receipt document - */ - public void setM_InOutLine_ID (int M_InOutLine_ID); - - /** Get Shipment/Receipt Line. - * Line on Shipment or Receipt document - */ - public int getM_InOutLine_ID(); - /** Column name M_InOut_ID */ public static final String COLUMNNAME_M_InOut_ID = "M_InOut_ID"; @@ -289,7 +280,20 @@ public interface I_M_InOutLine */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; + + /** Column name M_InOutLine_ID */ + public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; + + /** Set Shipment/Receipt Line. + * Line on Shipment or Receipt document + */ + public void setM_InOutLine_ID (int M_InOutLine_ID); + + /** Get Shipment/Receipt Line. + * Line on Shipment or Receipt document + */ + public int getM_InOutLine_ID(); /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -304,6 +308,19 @@ public interface I_M_InOutLine */ public int getM_Locator_ID(); + /** Column name MovementQty */ + public static final String COLUMNNAME_MovementQty = "MovementQty"; + + /** Set Movement Quantity. + * Quantity of a product moved. + */ + public void setMovementQty (BigDecimal MovementQty); + + /** Get Movement Quantity. + * Quantity of a product moved. + */ + public BigDecimal getMovementQty(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -317,7 +334,7 @@ public interface I_M_InOutLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_RMALine_ID */ public static final String COLUMNNAME_M_RMALine_ID = "M_RMALine_ID"; @@ -332,20 +349,7 @@ public interface I_M_InOutLine */ public int getM_RMALine_ID(); - public I_M_RMALine getM_RMALine() throws Exception; - - /** Column name MovementQty */ - public static final String COLUMNNAME_MovementQty = "MovementQty"; - - /** Set Movement Quantity. - * Quantity of a product moved. - */ - public void setMovementQty (BigDecimal MovementQty); - - /** Get Movement Quantity. - * Quantity of a product moved. - */ - public BigDecimal getMovementQty(); + public I_M_RMALine getM_RMALine() throws RuntimeException; /** Column name PickedQty */ public static final String COLUMNNAME_PickedQty = "PickedQty"; diff --git a/base/src/org/compiere/model/I_M_InOutLineConfirm.java b/base/src/org/compiere/model/I_M_InOutLineConfirm.java index 346beb1f52..9ed2bcf401 100644 --- a/base/src/org/compiere/model/I_M_InOutLineConfirm.java +++ b/base/src/org/compiere/model/I_M_InOutLineConfirm.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineConfirm * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InOutLineConfirm { @@ -52,6 +43,19 @@ public interface I_M_InOutLineConfirm /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -65,7 +69,7 @@ public interface I_M_InOutLineConfirm */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name ConfirmationNo */ public static final String COLUMNNAME_ConfirmationNo = "ConfirmationNo"; @@ -132,7 +136,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InOutConfirm_ID(); - public I_M_InOutConfirm getM_InOutConfirm() throws Exception; + public I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException; /** Column name M_InOutLineConfirm_ID */ public static final String COLUMNNAME_M_InOutLineConfirm_ID = "M_InOutLineConfirm_ID"; @@ -160,7 +164,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -175,7 +179,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_InOutLineMA.java b/base/src/org/compiere/model/I_M_InOutLineMA.java index 3905d670f0..7125fc7d9b 100644 --- a/base/src/org/compiere/model/I_M_InOutLineMA.java +++ b/base/src/org/compiere/model/I_M_InOutLineMA.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InOutLineMA { @@ -52,6 +43,19 @@ public interface I_M_InOutLineMA /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -78,7 +82,7 @@ public interface I_M_InOutLineMA */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/base/src/org/compiere/model/I_M_Inventory.java b/base/src/org/compiere/model/I_M_Inventory.java index 2cbbd0a527..8e9c2a749e 100644 --- a/base/src/org/compiere/model/I_M_Inventory.java +++ b/base/src/org/compiere/model/I_M_Inventory.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Inventory * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Inventory { @@ -53,6 +44,19 @@ public interface I_M_Inventory /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -92,7 +96,7 @@ public interface I_M_Inventory */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -107,7 +111,7 @@ public interface I_M_Inventory */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -122,7 +126,7 @@ public interface I_M_Inventory */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -137,7 +141,7 @@ public interface I_M_Inventory */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -256,7 +260,7 @@ public interface I_M_Inventory */ public int getM_PerpetualInv_ID(); - public I_M_PerpetualInv getM_PerpetualInv() throws Exception; + public I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -271,7 +275,7 @@ public interface I_M_Inventory */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/base/src/org/compiere/model/I_M_InventoryLine.java b/base/src/org/compiere/model/I_M_InventoryLine.java index 17043f3b23..7cd6165584 100644 --- a/base/src/org/compiere/model/I_M_InventoryLine.java +++ b/base/src/org/compiere/model/I_M_InventoryLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InventoryLine { @@ -52,6 +43,19 @@ public interface I_M_InventoryLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -65,7 +69,7 @@ public interface I_M_InventoryLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -119,19 +123,6 @@ public interface I_M_InventoryLine */ public int getM_AttributeSetInstance_ID(); - /** 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(); - /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; @@ -145,7 +136,20 @@ public interface I_M_InventoryLine */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws Exception; + public I_M_Inventory getM_Inventory() 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(); /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; diff --git a/base/src/org/compiere/model/I_M_InventoryLineMA.java b/base/src/org/compiere/model/I_M_InventoryLineMA.java index 9aea5e0163..3a1feeb209 100644 --- a/base/src/org/compiere/model/I_M_InventoryLineMA.java +++ b/base/src/org/compiere/model/I_M_InventoryLineMA.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLineMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_InventoryLineMA { @@ -52,6 +43,19 @@ public interface I_M_InventoryLineMA /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -78,7 +82,7 @@ public interface I_M_InventoryLineMA */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/base/src/org/compiere/model/I_M_Locator.java b/base/src/org/compiere/model/I_M_Locator.java index 85bc00a0bd..86f2854260 100644 --- a/base/src/org/compiere/model/I_M_Locator.java +++ b/base/src/org/compiere/model/I_M_Locator.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Locator * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Locator { @@ -52,6 +43,19 @@ public interface I_M_Locator /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name IsDefault */ public static final String COLUMNNAME_IsDefault = "IsDefault"; @@ -91,7 +95,7 @@ public interface I_M_Locator */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PriorityNo */ public static final String COLUMNNAME_PriorityNo = "PriorityNo"; diff --git a/base/src/org/compiere/model/I_M_Lot.java b/base/src/org/compiere/model/I_M_Lot.java index 3566e0ce40..07d29f83b0 100644 --- a/base/src/org/compiere/model/I_M_Lot.java +++ b/base/src/org/compiere/model/I_M_Lot.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Lot * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Lot { @@ -53,6 +44,19 @@ public interface I_M_Lot /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateFrom */ public static final String COLUMNNAME_DateFrom = "DateFrom"; @@ -118,7 +122,7 @@ public interface I_M_Lot */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws Exception; + public I_M_LotCtl getM_LotCtl() throws RuntimeException; /** Column name M_Lot_ID */ public static final String COLUMNNAME_M_Lot_ID = "M_Lot_ID"; @@ -146,7 +150,7 @@ public interface I_M_Lot */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_LotCtl.java b/base/src/org/compiere/model/I_M_LotCtl.java index 6f583faa8f..e79868b93f 100644 --- a/base/src/org/compiere/model/I_M_LotCtl.java +++ b/base/src/org/compiere/model/I_M_LotCtl.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtl * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_LotCtl { @@ -52,6 +43,19 @@ public interface I_M_LotCtl /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CurrentNext */ public static final String COLUMNNAME_CurrentNext = "CurrentNext"; diff --git a/base/src/org/compiere/model/I_M_LotCtlExclude.java b/base/src/org/compiere/model/I_M_LotCtlExclude.java index 89a453de55..0e2d028868 100644 --- a/base/src/org/compiere/model/I_M_LotCtlExclude.java +++ b/base/src/org/compiere/model/I_M_LotCtlExclude.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtlExclude * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_LotCtlExclude { @@ -52,6 +43,19 @@ public interface I_M_LotCtlExclude /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -65,7 +69,7 @@ public interface I_M_LotCtlExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; @@ -106,5 +110,5 @@ public interface I_M_LotCtlExclude */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws Exception; + public I_M_LotCtl getM_LotCtl() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_MatchInv.java b/base/src/org/compiere/model/I_M_MatchInv.java index 4cf9ec8f9b..0474b93144 100644 --- a/base/src/org/compiere/model/I_M_MatchInv.java +++ b/base/src/org/compiere/model/I_M_MatchInv.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchInv * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MatchInv { @@ -53,6 +44,19 @@ public interface I_M_MatchInv /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -66,7 +70,7 @@ public interface I_M_MatchInv */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -146,7 +150,7 @@ public interface I_M_MatchInv */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_MatchInv_ID */ public static final String COLUMNNAME_M_MatchInv_ID = "M_MatchInv_ID"; @@ -174,7 +178,7 @@ public interface I_M_MatchInv */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/base/src/org/compiere/model/I_M_MatchPO.java b/base/src/org/compiere/model/I_M_MatchPO.java index 6faebecb9a..777619a5aa 100644 --- a/base/src/org/compiere/model/I_M_MatchPO.java +++ b/base/src/org/compiere/model/I_M_MatchPO.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchPO * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MatchPO { @@ -53,6 +44,19 @@ public interface I_M_MatchPO /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -66,7 +70,7 @@ public interface I_M_MatchPO */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -81,7 +85,7 @@ public interface I_M_MatchPO */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -174,7 +178,7 @@ public interface I_M_MatchPO */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_MatchPO_ID */ public static final String COLUMNNAME_M_MatchPO_ID = "M_MatchPO_ID"; @@ -202,7 +206,7 @@ public interface I_M_MatchPO */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/base/src/org/compiere/model/I_M_Movement.java b/base/src/org/compiere/model/I_M_Movement.java index 9a73dafc54..4e70c41691 100644 --- a/base/src/org/compiere/model/I_M_Movement.java +++ b/base/src/org/compiere/model/I_M_Movement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Movement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Movement { @@ -53,6 +44,19 @@ public interface I_M_Movement /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -105,7 +109,7 @@ public interface I_M_Movement */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -120,7 +124,7 @@ public interface I_M_Movement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -148,7 +152,7 @@ public interface I_M_Movement */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -163,7 +167,7 @@ public interface I_M_Movement */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -178,22 +182,7 @@ public interface I_M_Movement */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; - - /** 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 I_C_Project getC_Project() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -208,6 +197,21 @@ public interface I_M_Movement */ public BigDecimal getChargeAmt(); + /** 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 I_C_Project getC_Project() throws RuntimeException; + /** Column name CreateFrom */ public static final String COLUMNNAME_CreateFrom = "CreateFrom"; @@ -221,17 +225,6 @@ public interface I_M_Movement */ public String getCreateFrom(); - /** Column name DD_Order_ID */ - public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; - - /** Set Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID); - - /** Get Distribution Order */ - public int getDD_Order_ID(); - - public org.eevolution.model.I_DD_Order getDD_Order() throws Exception; - /** Column name DateReceived */ public static final String COLUMNNAME_DateReceived = "DateReceived"; @@ -245,6 +238,17 @@ public interface I_M_Movement */ public Timestamp getDateReceived(); + /** Column name DD_Order_ID */ + public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; + + /** Set Distribution Order */ + public void setDD_Order_ID (int DD_Order_ID); + + /** Get Distribution Order */ + public int getDD_Order_ID(); + + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException; + /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; @@ -388,6 +392,19 @@ public interface I_M_Movement */ public int getM_Movement_ID(); + /** 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 M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -401,20 +418,7 @@ public interface I_M_Movement */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws Exception; - - /** 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(); + public I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name POReference */ public static final String COLUMNNAME_POReference = "POReference"; diff --git a/base/src/org/compiere/model/I_M_MovementConfirm.java b/base/src/org/compiere/model/I_M_MovementConfirm.java index 4af2f425ff..ef97fb0e2e 100644 --- a/base/src/org/compiere/model/I_M_MovementConfirm.java +++ b/base/src/org/compiere/model/I_M_MovementConfirm.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementConfirm * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MovementConfirm { @@ -52,6 +43,19 @@ public interface I_M_MovementConfirm /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ApprovalAmt */ public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt"; @@ -143,7 +147,7 @@ public interface I_M_MovementConfirm */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws Exception; + public I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_MovementConfirm_ID */ public static final String COLUMNNAME_M_MovementConfirm_ID = "M_MovementConfirm_ID"; @@ -171,7 +175,7 @@ public interface I_M_MovementConfirm */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws Exception; + public I_M_Movement getM_Movement() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_MovementLine.java b/base/src/org/compiere/model/I_M_MovementLine.java index c2b14134b7..384e859364 100644 --- a/base/src/org/compiere/model/I_M_MovementLine.java +++ b/base/src/org/compiere/model/I_M_MovementLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MovementLine { @@ -52,6 +43,19 @@ public interface I_M_MovementLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ConfirmedQty */ public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; @@ -74,7 +78,7 @@ public interface I_M_MovementLine /** Get Distribution Order Line */ public int getDD_OrderLine_ID(); - public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws Exception; + public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -102,19 +106,6 @@ public interface I_M_MovementLine */ public int getLine(); - /** Column name M_AttributeSetInstanceTo_ID */ - public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID"; - - /** Set Attribute Set Instance To. - * Target Product Attribute Set Instance - */ - public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID); - - /** Get Attribute Set Instance To. - * Target Product Attribute Set Instance - */ - public int getM_AttributeSetInstanceTo_ID(); - /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -128,18 +119,18 @@ public interface I_M_MovementLine */ public int getM_AttributeSetInstance_ID(); - /** Column name M_LocatorTo_ID */ - public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; + /** Column name M_AttributeSetInstanceTo_ID */ + public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID"; - /** Set Locator To. - * Location inventory is moved to + /** Set Attribute Set Instance To. + * Target Product Attribute Set Instance */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID); + public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID); - /** Get Locator To. - * Location inventory is moved to + /** Get Attribute Set Instance To. + * Target Product Attribute Set Instance */ - public int getM_LocatorTo_ID(); + public int getM_AttributeSetInstanceTo_ID(); /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -154,18 +145,18 @@ public interface I_M_MovementLine */ public int getM_Locator_ID(); - /** Column name M_MovementLine_ID */ - public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; + /** Column name M_LocatorTo_ID */ + public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; - /** Set Move Line. - * Inventory Move document Line + /** Set Locator To. + * Location inventory is moved to */ - public void setM_MovementLine_ID (int M_MovementLine_ID); + public void setM_LocatorTo_ID (int M_LocatorTo_ID); - /** Get Move Line. - * Inventory Move document Line + /** Get Locator To. + * Location inventory is moved to */ - public int getM_MovementLine_ID(); + public int getM_LocatorTo_ID(); /** Column name M_Movement_ID */ public static final String COLUMNNAME_M_Movement_ID = "M_Movement_ID"; @@ -180,20 +171,20 @@ public interface I_M_MovementLine */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws Exception; + public I_M_Movement getM_Movement() throws RuntimeException; - /** Column name M_Product_ID */ - public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; + /** Column name M_MovementLine_ID */ + public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; - /** Set Product. - * Product, Service, Item + /** Set Move Line. + * Inventory Move document Line */ - public void setM_Product_ID (int M_Product_ID); + public void setM_MovementLine_ID (int M_MovementLine_ID); - /** Get Product. - * Product, Service, Item + /** Get Move Line. + * Inventory Move document Line */ - public int getM_Product_ID(); + public int getM_MovementLine_ID(); /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; @@ -208,6 +199,19 @@ public interface I_M_MovementLine */ public BigDecimal getMovementQty(); + /** 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(); + /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_MovementLineConfirm.java b/base/src/org/compiere/model/I_M_MovementLineConfirm.java index e9c5ef761f..b5f9667450 100644 --- a/base/src/org/compiere/model/I_M_MovementLineConfirm.java +++ b/base/src/org/compiere/model/I_M_MovementLineConfirm.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineConfirm * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MovementLineConfirm { @@ -52,6 +43,19 @@ public interface I_M_MovementLineConfirm /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ConfirmedQty */ public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; @@ -104,7 +108,7 @@ public interface I_M_MovementLineConfirm */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_MovementConfirm_ID */ public static final String COLUMNNAME_M_MovementConfirm_ID = "M_MovementConfirm_ID"; @@ -119,7 +123,7 @@ public interface I_M_MovementLineConfirm */ public int getM_MovementConfirm_ID(); - public I_M_MovementConfirm getM_MovementConfirm() throws Exception; + public I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException; /** Column name M_MovementLineConfirm_ID */ public static final String COLUMNNAME_M_MovementLineConfirm_ID = "M_MovementLineConfirm_ID"; @@ -147,7 +151,7 @@ public interface I_M_MovementLineConfirm */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws Exception; + public I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_MovementLineMA.java b/base/src/org/compiere/model/I_M_MovementLineMA.java index 773bc4928e..e93493870a 100644 --- a/base/src/org/compiere/model/I_M_MovementLineMA.java +++ b/base/src/org/compiere/model/I_M_MovementLineMA.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_MovementLineMA { @@ -52,6 +43,19 @@ public interface I_M_MovementLineMA /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -78,7 +82,7 @@ public interface I_M_MovementLineMA */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws Exception; + public I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/base/src/org/compiere/model/I_M_OperationResource.java b/base/src/org/compiere/model/I_M_OperationResource.java index 72e6b0b3fb..a0075a9dfb 100644 --- a/base/src/org/compiere/model/I_M_OperationResource.java +++ b/base/src/org/compiere/model/I_M_OperationResource.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_OperationResource * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_OperationResource { @@ -65,7 +56,20 @@ public interface I_M_OperationResource */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws Exception; + public I_A_Asset getA_Asset() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name C_Job_ID */ public static final String COLUMNNAME_C_Job_ID = "C_Job_ID"; @@ -80,7 +84,7 @@ public interface I_M_OperationResource */ public int getC_Job_ID(); - public I_C_Job getC_Job() throws Exception; + public I_C_Job getC_Job() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -134,7 +138,7 @@ public interface I_M_OperationResource */ public int getM_ProductOperation_ID(); - public I_M_ProductOperation getM_ProductOperation() throws Exception; + public I_M_ProductOperation getM_ProductOperation() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_Package.java b/base/src/org/compiere/model/I_M_Package.java index cbabcf8dd2..5eafe29c62 100644 --- a/base/src/org/compiere/model/I_M_Package.java +++ b/base/src/org/compiere/model/I_M_Package.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Package * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Package { @@ -53,6 +44,19 @@ public interface I_M_Package /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateReceived */ public static final String COLUMNNAME_DateReceived = "DateReceived"; @@ -105,7 +109,7 @@ public interface I_M_Package */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Package_ID */ public static final String COLUMNNAME_M_Package_ID = "M_Package_ID"; @@ -133,7 +137,7 @@ public interface I_M_Package */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws Exception; + public I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name ReceivedInfo */ public static final String COLUMNNAME_ReceivedInfo = "ReceivedInfo"; diff --git a/base/src/org/compiere/model/I_M_PackageLine.java b/base/src/org/compiere/model/I_M_PackageLine.java index 1723b6ea95..2e3e10ec18 100644 --- a/base/src/org/compiere/model/I_M_PackageLine.java +++ b/base/src/org/compiere/model/I_M_PackageLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PackageLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_PackageLine { @@ -52,6 +43,19 @@ public interface I_M_PackageLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -78,7 +82,7 @@ public interface I_M_PackageLine */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Package_ID */ public static final String COLUMNNAME_M_Package_ID = "M_Package_ID"; @@ -93,7 +97,7 @@ public interface I_M_PackageLine */ public int getM_Package_ID(); - public I_M_Package getM_Package() throws Exception; + public I_M_Package getM_Package() throws RuntimeException; /** Column name M_PackageLine_ID */ public static final String COLUMNNAME_M_PackageLine_ID = "M_PackageLine_ID"; diff --git a/base/src/org/compiere/model/I_M_PerpetualInv.java b/base/src/org/compiere/model/I_M_PerpetualInv.java index 8fca701d03..fbc766efad 100644 --- a/base/src/org/compiere/model/I_M_PerpetualInv.java +++ b/base/src/org/compiere/model/I_M_PerpetualInv.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PerpetualInv * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_PerpetualInv { @@ -53,6 +44,19 @@ public interface I_M_PerpetualInv /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CountHighMovement */ public static final String COLUMNNAME_CountHighMovement = "CountHighMovement"; @@ -131,7 +135,7 @@ public interface I_M_PerpetualInv */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -146,7 +150,7 @@ public interface I_M_PerpetualInv */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_PriceList.java b/base/src/org/compiere/model/I_M_PriceList.java index a904be96e2..32cfb06d76 100644 --- a/base/src/org/compiere/model/I_M_PriceList.java +++ b/base/src/org/compiere/model/I_M_PriceList.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_PriceList { @@ -52,6 +43,19 @@ public interface I_M_PriceList /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BasePriceList_ID */ public static final String COLUMNNAME_BasePriceList_ID = "BasePriceList_ID"; @@ -78,7 +82,7 @@ public interface I_M_PriceList */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -135,14 +139,10 @@ public interface I_M_PriceList /** Column name isPresentForProduct */ public static final String COLUMNNAME_isPresentForProduct = "isPresentForProduct"; - /** Set isPresentForProduct. - * Price List appears in Product Screen - */ + /** Set isPresentForProduct */ public void setisPresentForProduct (boolean isPresentForProduct); - /** Get isPresentForProduct. - * Price List appears in Product Screen - */ + /** Get isPresentForProduct */ public boolean isPresentForProduct(); /** Column name IsSOPriceList */ diff --git a/base/src/org/compiere/model/I_M_PriceList_Version.java b/base/src/org/compiere/model/I_M_PriceList_Version.java index 09173ca528..889cbd8dfa 100644 --- a/base/src/org/compiere/model/I_M_PriceList_Version.java +++ b/base/src/org/compiere/model/I_M_PriceList_Version.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList_Version * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_PriceList_Version { @@ -53,6 +44,19 @@ public interface I_M_PriceList_Version /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -79,7 +83,7 @@ public interface I_M_PriceList_Version */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws Exception; + public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; @@ -94,7 +98,7 @@ public interface I_M_PriceList_Version */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Pricelist_Version_Base_ID */ public static final String COLUMNNAME_M_Pricelist_Version_Base_ID = "M_Pricelist_Version_Base_ID"; diff --git a/base/src/org/compiere/model/I_M_Product.java b/base/src/org/compiere/model/I_M_Product.java index 5cbf1e4133..f9c4560ae9 100644 --- a/base/src/org/compiere/model/I_M_Product.java +++ b/base/src/org/compiere/model/I_M_Product.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product { @@ -53,6 +44,19 @@ public interface I_M_Product /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Classification */ public static final String COLUMNNAME_Classification = "Classification"; @@ -79,7 +83,7 @@ public interface I_M_Product */ public int getC_RevenueRecognition_ID(); - public I_C_RevenueRecognition getC_RevenueRecognition() throws Exception; + public I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException; /** Column name C_SubscriptionType_ID */ public static final String COLUMNNAME_C_SubscriptionType_ID = "C_SubscriptionType_ID"; @@ -107,7 +111,7 @@ public interface I_M_Product */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws Exception; + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -122,7 +126,7 @@ public interface I_M_Product */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -437,7 +441,7 @@ public interface I_M_Product */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws Exception; + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -465,7 +469,7 @@ public interface I_M_Product */ public int getM_FreightCategory_ID(); - public I_M_FreightCategory getM_FreightCategory() throws Exception; + public I_M_FreightCategory getM_FreightCategory() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -493,7 +497,7 @@ public interface I_M_Product */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -556,7 +560,7 @@ public interface I_M_Product */ public int getR_MailText_ID(); - public I_R_MailText getR_MailText() throws Exception; + public I_R_MailText getR_MailText() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -584,7 +588,7 @@ public interface I_M_Product */ public int getS_ExpenseType_ID(); - public I_S_ExpenseType getS_ExpenseType() throws Exception; + public I_S_ExpenseType getS_ExpenseType() throws RuntimeException; /** Column name ShelfDepth */ public static final String COLUMNNAME_ShelfDepth = "ShelfDepth"; @@ -651,7 +655,7 @@ public interface I_M_Product */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name UnitsPerPack */ public static final String COLUMNNAME_UnitsPerPack = "UnitsPerPack"; diff --git a/base/src/org/compiere/model/I_M_ProductDownload.java b/base/src/org/compiere/model/I_M_ProductDownload.java index efd18f707a..4b88d6c954 100644 --- a/base/src/org/compiere/model/I_M_ProductDownload.java +++ b/base/src/org/compiere/model/I_M_ProductDownload.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductDownload * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductDownload { @@ -52,6 +43,19 @@ public interface I_M_ProductDownload /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DownloadURL */ public static final String COLUMNNAME_DownloadURL = "DownloadURL"; @@ -91,7 +95,7 @@ public interface I_M_ProductDownload */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_ProductOperation.java b/base/src/org/compiere/model/I_M_ProductOperation.java index 8393405119..84470a32b4 100644 --- a/base/src/org/compiere/model/I_M_ProductOperation.java +++ b/base/src/org/compiere/model/I_M_ProductOperation.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductOperation * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductOperation { @@ -52,6 +43,19 @@ public interface I_M_ProductOperation /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_M_ProductOperation */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductOperation_ID */ public static final String COLUMNNAME_M_ProductOperation_ID = "M_ProductOperation_ID"; diff --git a/base/src/org/compiere/model/I_M_ProductPrice.java b/base/src/org/compiere/model/I_M_ProductPrice.java index e190895278..1b4a13a4ee 100644 --- a/base/src/org/compiere/model/I_M_ProductPrice.java +++ b/base/src/org/compiere/model/I_M_ProductPrice.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductPrice * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductPrice { @@ -52,6 +43,19 @@ public interface I_M_ProductPrice /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_PriceList_Version_ID */ public static final String COLUMNNAME_M_PriceList_Version_ID = "M_PriceList_Version_ID"; @@ -65,7 +69,7 @@ public interface I_M_ProductPrice */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws Exception; + public 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"; @@ -80,7 +84,7 @@ public interface I_M_ProductPrice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; diff --git a/base/src/org/compiere/model/I_M_Product_Acct.java b/base/src/org/compiere/model/I_M_Product_Acct.java index 8c5d421852..1019d6ea26 100644 --- a/base/src/org/compiere/model/I_M_Product_Acct.java +++ b/base/src/org/compiere/model/I_M_Product_Acct.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Acct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_Acct { @@ -52,6 +43,19 @@ public interface I_M_Product_Acct /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_Product_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -80,7 +84,7 @@ public interface I_M_Product_Acct */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name P_Asset_Acct */ public static final String COLUMNNAME_P_Asset_Acct = "P_Asset_Acct"; diff --git a/base/src/org/compiere/model/I_M_Product_BOM.java b/base/src/org/compiere/model/I_M_Product_BOM.java index 0ea6264feb..40823fc08e 100644 --- a/base/src/org/compiere/model/I_M_Product_BOM.java +++ b/base/src/org/compiere/model/I_M_Product_BOM.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_BOM * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_BOM { @@ -52,6 +43,19 @@ public interface I_M_Product_BOM /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BOMQty */ public static final String COLUMNNAME_BOMQty = "BOMQty"; @@ -139,5 +143,5 @@ public interface I_M_Product_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_Product_Category.java b/base/src/org/compiere/model/I_M_Product_Category.java index b77386b3cd..788eac276e 100644 --- a/base/src/org/compiere/model/I_M_Product_Category.java +++ b/base/src/org/compiere/model/I_M_Product_Category.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_Category { @@ -65,7 +56,20 @@ public interface I_M_Product_Category */ public int getA_Asset_Group_ID(); - public I_A_Asset_Group getA_Asset_Group() throws Exception; + public I_A_Asset_Group getA_Asset_Group() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name AD_PrintColor_ID */ public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID"; @@ -80,7 +84,7 @@ public interface I_M_Product_Category */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws Exception; + public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_Product_Category_Acct.java b/base/src/org/compiere/model/I_M_Product_Category_Acct.java index 76fcb1494d..662575869c 100644 --- a/base/src/org/compiere/model/I_M_Product_Category_Acct.java +++ b/base/src/org/compiere/model/I_M_Product_Category_Acct.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category_Acct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_Category_Acct { @@ -52,6 +43,19 @@ public interface I_M_Product_Category_Acct /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_Product_Category_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CostingLevel */ public static final String COLUMNNAME_CostingLevel = "CostingLevel"; @@ -106,7 +110,7 @@ public interface I_M_Product_Category_Acct */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name P_Asset_Acct */ public static final String COLUMNNAME_P_Asset_Acct = "P_Asset_Acct"; diff --git a/base/src/org/compiere/model/I_M_Product_Costing.java b/base/src/org/compiere/model/I_M_Product_Costing.java index 5870399d63..80f0d09840 100644 --- a/base/src/org/compiere/model/I_M_Product_Costing.java +++ b/base/src/org/compiere/model/I_M_Product_Costing.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Costing * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_Costing { @@ -52,6 +43,19 @@ public interface I_M_Product_Costing /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_Product_Costing */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CostAverage */ public static final String COLUMNNAME_CostAverage = "CostAverage"; @@ -206,7 +210,7 @@ public interface I_M_Product_Costing */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name PriceLastInv */ public static final String COLUMNNAME_PriceLastInv = "PriceLastInv"; diff --git a/base/src/org/compiere/model/I_M_Product_PO.java b/base/src/org/compiere/model/I_M_Product_PO.java index 205ec5abba..a199f444b0 100644 --- a/base/src/org/compiere/model/I_M_Product_PO.java +++ b/base/src/org/compiere/model/I_M_Product_PO.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_PO * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Product_PO { @@ -53,6 +44,19 @@ public interface I_M_Product_PO /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -66,7 +70,7 @@ public interface I_M_Product_PO */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -81,7 +85,7 @@ public interface I_M_Product_PO */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name CostPerOrder */ public static final String COLUMNNAME_CostPerOrder = "CostPerOrder"; @@ -109,7 +113,7 @@ public interface I_M_Product_PO */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DeliveryTime_Actual */ public static final String COLUMNNAME_DeliveryTime_Actual = "DeliveryTime_Actual"; @@ -202,7 +206,7 @@ public interface I_M_Product_PO */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Order_Min */ public static final String COLUMNNAME_Order_Min = "Order_Min"; diff --git a/base/src/org/compiere/model/I_M_Production.java b/base/src/org/compiere/model/I_M_Production.java index a154d7fb8d..bbb7b9e1a1 100644 --- a/base/src/org/compiere/model/I_M_Production.java +++ b/base/src/org/compiere/model/I_M_Production.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Production * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Production { @@ -53,6 +44,19 @@ public interface I_M_Production /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -79,7 +83,7 @@ public interface I_M_Production */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -94,7 +98,7 @@ public interface I_M_Production */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -109,7 +113,7 @@ public interface I_M_Production */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_ProductionLine.java b/base/src/org/compiere/model/I_M_ProductionLine.java index 26597d9091..9fa5fecf59 100644 --- a/base/src/org/compiere/model/I_M_ProductionLine.java +++ b/base/src/org/compiere/model/I_M_ProductionLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductionLine { @@ -52,6 +43,19 @@ public interface I_M_ProductionLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -130,7 +134,7 @@ public interface I_M_ProductionLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -158,7 +162,7 @@ public interface I_M_ProductionLine */ public int getM_ProductionPlan_ID(); - public I_M_ProductionPlan getM_ProductionPlan() throws Exception; + public I_M_ProductionPlan getM_ProductionPlan() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_M_ProductionLineMA.java b/base/src/org/compiere/model/I_M_ProductionLineMA.java index 886467e392..5dfedc6dfc 100644 --- a/base/src/org/compiere/model/I_M_ProductionLineMA.java +++ b/base/src/org/compiere/model/I_M_ProductionLineMA.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLineMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductionLineMA { @@ -52,6 +43,19 @@ public interface I_M_ProductionLineMA /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -91,5 +95,5 @@ public interface I_M_ProductionLineMA */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws Exception; + public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_ProductionPlan.java b/base/src/org/compiere/model/I_M_ProductionPlan.java index fdc1d37990..40fba29f6c 100644 --- a/base/src/org/compiere/model/I_M_ProductionPlan.java +++ b/base/src/org/compiere/model/I_M_ProductionPlan.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionPlan * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_ProductionPlan { @@ -52,6 +43,19 @@ public interface I_M_ProductionPlan /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -117,7 +121,7 @@ public interface I_M_ProductionPlan */ public int getM_Production_ID(); - public I_M_Production getM_Production() throws Exception; + public I_M_Production getM_Production() throws RuntimeException; /** Column name M_ProductionPlan_ID */ public static final String COLUMNNAME_M_ProductionPlan_ID = "M_ProductionPlan_ID"; diff --git a/base/src/org/compiere/model/I_M_RMA.java b/base/src/org/compiere/model/I_M_RMA.java index 2283521578..13c10953fc 100644 --- a/base/src/org/compiere/model/I_M_RMA.java +++ b/base/src/org/compiere/model/I_M_RMA.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_RMA { @@ -52,6 +43,19 @@ public interface I_M_RMA /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Amt */ public static final String COLUMNNAME_Amt = "Amt"; @@ -78,7 +82,7 @@ public interface I_M_RMA */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -93,7 +97,7 @@ public interface I_M_RMA */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -121,7 +125,7 @@ public interface I_M_RMA */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws Exception; + public I_C_Order getC_Order() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -266,7 +270,7 @@ public interface I_M_RMA */ public int getM_RMAType_ID(); - public I_M_RMAType getM_RMAType() throws Exception; + public I_M_RMAType getM_RMAType() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_RMALine.java b/base/src/org/compiere/model/I_M_RMALine.java index f769817fba..9c73d1230a 100644 --- a/base/src/org/compiere/model/I_M_RMALine.java +++ b/base/src/org/compiere/model/I_M_RMALine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMALine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_RMALine { @@ -52,6 +43,19 @@ public interface I_M_RMALine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Amt */ public static final String COLUMNNAME_Amt = "Amt"; @@ -78,7 +82,7 @@ public interface I_M_RMALine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -132,7 +136,7 @@ public interface I_M_RMALine */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_RMA_ID */ public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID"; @@ -147,7 +151,7 @@ public interface I_M_RMALine */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws Exception; + public I_M_RMA getM_RMA() throws RuntimeException; /** Column name M_RMALine_ID */ public static final String COLUMNNAME_M_RMALine_ID = "M_RMALine_ID"; diff --git a/base/src/org/compiere/model/I_M_RMAType.java b/base/src/org/compiere/model/I_M_RMAType.java index 0f27313ab8..e62ed5b89d 100644 --- a/base/src/org/compiere/model/I_M_RMAType.java +++ b/base/src/org/compiere/model/I_M_RMAType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMAType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_RMAType { @@ -52,6 +43,19 @@ public interface I_M_RMAType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_RelatedProduct.java b/base/src/org/compiere/model/I_M_RelatedProduct.java index b22518ecfe..ac3a7dcd3e 100644 --- a/base/src/org/compiere/model/I_M_RelatedProduct.java +++ b/base/src/org/compiere/model/I_M_RelatedProduct.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RelatedProduct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_RelatedProduct { @@ -52,6 +43,19 @@ public interface I_M_RelatedProduct /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -78,7 +82,7 @@ public interface I_M_RelatedProduct */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_Replenish.java b/base/src/org/compiere/model/I_M_Replenish.java index 1cda5bb0fd..b1f9550cfa 100644 --- a/base/src/org/compiere/model/I_M_Replenish.java +++ b/base/src/org/compiere/model/I_M_Replenish.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Replenish * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Replenish { diff --git a/base/src/org/compiere/model/I_M_Requisition.java b/base/src/org/compiere/model/I_M_Requisition.java index bffc3f7b1e..8f40fdc335 100644 --- a/base/src/org/compiere/model/I_M_Requisition.java +++ b/base/src/org/compiere/model/I_M_Requisition.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Requisition * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Requisition { @@ -53,6 +44,19 @@ public interface I_M_Requisition /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -66,7 +70,7 @@ public interface I_M_Requisition */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -81,7 +85,7 @@ public interface I_M_Requisition */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name DateDoc */ public static final String COLUMNNAME_DateDoc = "DateDoc"; @@ -200,7 +204,7 @@ public interface I_M_Requisition */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Requisition_ID */ public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID"; @@ -228,7 +232,7 @@ public interface I_M_Requisition */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/base/src/org/compiere/model/I_M_RequisitionLine.java b/base/src/org/compiere/model/I_M_RequisitionLine.java index 005862f4ab..539aec1c91 100644 --- a/base/src/org/compiere/model/I_M_RequisitionLine.java +++ b/base/src/org/compiere/model/I_M_RequisitionLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RequisitionLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_RequisitionLine { @@ -52,6 +43,19 @@ public interface I_M_RequisitionLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -65,7 +69,7 @@ public interface I_M_RequisitionLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -80,7 +84,7 @@ public interface I_M_RequisitionLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -147,7 +151,7 @@ public interface I_M_RequisitionLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Requisition_ID */ public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID"; @@ -162,7 +166,7 @@ public interface I_M_RequisitionLine */ public int getM_Requisition_ID(); - public I_M_Requisition getM_Requisition() throws Exception; + public I_M_Requisition getM_Requisition() throws RuntimeException; /** Column name M_RequisitionLine_ID */ public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID"; diff --git a/base/src/org/compiere/model/I_M_SerNoCtl.java b/base/src/org/compiere/model/I_M_SerNoCtl.java index 3f136aaea4..e04a13ffeb 100644 --- a/base/src/org/compiere/model/I_M_SerNoCtl.java +++ b/base/src/org/compiere/model/I_M_SerNoCtl.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtl * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_SerNoCtl { @@ -52,6 +43,19 @@ public interface I_M_SerNoCtl /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CurrentNext */ public static final String COLUMNNAME_CurrentNext = "CurrentNext"; diff --git a/base/src/org/compiere/model/I_M_SerNoCtlExclude.java b/base/src/org/compiere/model/I_M_SerNoCtlExclude.java index 9614639a9d..db0f792425 100644 --- a/base/src/org/compiere/model/I_M_SerNoCtlExclude.java +++ b/base/src/org/compiere/model/I_M_SerNoCtlExclude.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtlExclude * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_SerNoCtlExclude { @@ -52,6 +43,19 @@ public interface I_M_SerNoCtlExclude /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -65,7 +69,7 @@ public interface I_M_SerNoCtlExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; @@ -106,5 +110,5 @@ public interface I_M_SerNoCtlExclude */ public int getM_SerNoCtl_ID(); - public I_M_SerNoCtl getM_SerNoCtl() throws Exception; + public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_Shipper.java b/base/src/org/compiere/model/I_M_Shipper.java index 1d86872b90..fc923f78e6 100644 --- a/base/src/org/compiere/model/I_M_Shipper.java +++ b/base/src/org/compiere/model/I_M_Shipper.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Shipper * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Shipper { @@ -52,6 +43,19 @@ public interface I_M_Shipper /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -65,7 +69,7 @@ public interface I_M_Shipper */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_M_Storage.java b/base/src/org/compiere/model/I_M_Storage.java index e2775df3d9..5211196702 100644 --- a/base/src/org/compiere/model/I_M_Storage.java +++ b/base/src/org/compiere/model/I_M_Storage.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Storage * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Storage { @@ -53,6 +44,19 @@ public interface I_M_Storage /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateLastInventory */ public static final String COLUMNNAME_DateLastInventory = "DateLastInventory"; @@ -105,7 +109,7 @@ public interface I_M_Storage */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name QtyOnHand */ public static final String COLUMNNAME_QtyOnHand = "QtyOnHand"; diff --git a/base/src/org/compiere/model/I_M_Substitute.java b/base/src/org/compiere/model/I_M_Substitute.java index 7718c13851..84ff90f4d4 100644 --- a/base/src/org/compiere/model/I_M_Substitute.java +++ b/base/src/org/compiere/model/I_M_Substitute.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Substitute * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Substitute { @@ -52,6 +43,19 @@ public interface I_M_Substitute /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -78,7 +82,7 @@ public interface I_M_Substitute */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_M_Transaction.java b/base/src/org/compiere/model/I_M_Transaction.java index 88ecc87c32..673e71194b 100644 --- a/base/src/org/compiere/model/I_M_Transaction.java +++ b/base/src/org/compiere/model/I_M_Transaction.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Transaction * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Transaction { @@ -53,6 +44,19 @@ public interface I_M_Transaction /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -66,7 +70,7 @@ public interface I_M_Transaction */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws Exception; + public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -94,7 +98,7 @@ public interface I_M_Transaction */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -109,7 +113,7 @@ public interface I_M_Transaction */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -137,7 +141,7 @@ public interface I_M_Transaction */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws Exception; + public I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -191,7 +195,7 @@ public interface I_M_Transaction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -206,7 +210,7 @@ public interface I_M_Transaction */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws Exception; + public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -220,22 +224,22 @@ public interface I_M_Transaction /** Column name PP_Order_BOMLine_ID */ public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID"; - /** Set PP_Order_BOMLine_ID */ + /** Set Manufacturing Order BOM Line */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID); - /** Get PP_Order_BOMLine_ID */ + /** Get Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID(); - public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws Exception; + public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException; /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set PP_Order_ID */ + /** Set Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID); - /** Get PP_Order_ID */ + /** Get Manufacturing Order */ public int getPP_Order_ID(); - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception; + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_M_TransactionAllocation.java b/base/src/org/compiere/model/I_M_TransactionAllocation.java index dc16263025..b23ccb1b3d 100644 --- a/base/src/org/compiere/model/I_M_TransactionAllocation.java +++ b/base/src/org/compiere/model/I_M_TransactionAllocation.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_TransactionAllocation * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_TransactionAllocation { @@ -52,6 +43,19 @@ public interface I_M_TransactionAllocation /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AllocationStrategyType */ public static final String COLUMNNAME_AllocationStrategyType = "AllocationStrategyType"; @@ -117,7 +121,7 @@ public interface I_M_TransactionAllocation */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -132,7 +136,7 @@ public interface I_M_TransactionAllocation */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -147,7 +151,7 @@ public interface I_M_TransactionAllocation */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -162,7 +166,7 @@ public interface I_M_TransactionAllocation */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws Exception; + public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -173,7 +177,7 @@ public interface I_M_TransactionAllocation /** Get Inventory Transaction */ public int getM_Transaction_ID(); - public I_M_Transaction getM_Transaction() throws Exception; + public I_M_Transaction getM_Transaction() throws RuntimeException; /** Column name Out_M_InOutLine_ID */ public static final String COLUMNNAME_Out_M_InOutLine_ID = "Out_M_InOutLine_ID"; diff --git a/base/src/org/compiere/model/I_M_Warehouse.java b/base/src/org/compiere/model/I_M_Warehouse.java index 23ebaa2c19..65f4f7d57f 100644 --- a/base/src/org/compiere/model/I_M_Warehouse.java +++ b/base/src/org/compiere/model/I_M_Warehouse.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Warehouse { @@ -52,6 +43,19 @@ public interface I_M_Warehouse /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; diff --git a/base/src/org/compiere/model/I_M_Warehouse_Acct.java b/base/src/org/compiere/model/I_M_Warehouse_Acct.java index d921a3d8a8..715a1aa8b1 100644 --- a/base/src/org/compiere/model/I_M_Warehouse_Acct.java +++ b/base/src/org/compiere/model/I_M_Warehouse_Acct.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse_Acct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_M_Warehouse_Acct { @@ -52,6 +43,19 @@ public interface I_M_Warehouse_Acct /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_M_Warehouse_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -80,7 +84,7 @@ public interface I_M_Warehouse_Acct */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name W_Differences_Acct */ public static final String COLUMNNAME_W_Differences_Acct = "W_Differences_Acct"; diff --git a/base/src/org/compiere/model/I_PA_Achievement.java b/base/src/org/compiere/model/I_PA_Achievement.java index 55c4a5f54f..68333cf5cd 100644 --- a/base/src/org/compiere/model/I_PA_Achievement.java +++ b/base/src/org/compiere/model/I_PA_Achievement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Achievement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Achievement { @@ -53,6 +44,19 @@ public interface I_PA_Achievement /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateDoc */ public static final String COLUMNNAME_DateDoc = "DateDoc"; @@ -157,7 +161,7 @@ public interface I_PA_Achievement */ public int getPA_Measure_ID(); - public I_PA_Measure getPA_Measure() throws Exception; + public I_PA_Measure getPA_Measure() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_PA_Benchmark.java b/base/src/org/compiere/model/I_PA_Benchmark.java index 120c789073..5d970d52f8 100644 --- a/base/src/org/compiere/model/I_PA_Benchmark.java +++ b/base/src/org/compiere/model/I_PA_Benchmark.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Benchmark * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Benchmark { @@ -65,6 +56,19 @@ public interface I_PA_Benchmark */ public String getAccumulationType(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_PA_BenchmarkData.java b/base/src/org/compiere/model/I_PA_BenchmarkData.java index 225d9e52b0..eede2a9cad 100644 --- a/base/src/org/compiere/model/I_PA_BenchmarkData.java +++ b/base/src/org/compiere/model/I_PA_BenchmarkData.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_BenchmarkData * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_BenchmarkData { @@ -53,6 +44,19 @@ public interface I_PA_BenchmarkData /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BenchmarkDate */ public static final String COLUMNNAME_BenchmarkDate = "BenchmarkDate"; @@ -131,5 +135,5 @@ public interface I_PA_BenchmarkData */ public int getPA_Benchmark_ID(); - public I_PA_Benchmark getPA_Benchmark() throws Exception; + public I_PA_Benchmark getPA_Benchmark() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_PA_ColorSchema.java b/base/src/org/compiere/model/I_PA_ColorSchema.java index 8477348266..ab93f205b3 100644 --- a/base/src/org/compiere/model/I_PA_ColorSchema.java +++ b/base/src/org/compiere/model/I_PA_ColorSchema.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ColorSchema * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ColorSchema { @@ -52,6 +43,19 @@ public interface I_PA_ColorSchema /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PrintColor1_ID */ public static final String COLUMNNAME_AD_PrintColor1_ID = "AD_PrintColor1_ID"; diff --git a/base/src/org/compiere/model/I_PA_DashboardContent.java b/base/src/org/compiere/model/I_PA_DashboardContent.java index a96a696704..993d73c950 100644 --- a/base/src/org/compiere/model/I_PA_DashboardContent.java +++ b/base/src/org/compiere/model/I_PA_DashboardContent.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardContent * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_DashboardContent { diff --git a/base/src/org/compiere/model/I_PA_Goal.java b/base/src/org/compiere/model/I_PA_Goal.java index daee6c3ee8..c512f5d053 100644 --- a/base/src/org/compiere/model/I_PA_Goal.java +++ b/base/src/org/compiere/model/I_PA_Goal.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Goal * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Goal { @@ -53,6 +44,19 @@ public interface I_PA_Goal /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -66,7 +70,7 @@ public interface I_PA_Goal */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws Exception; + public I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -81,7 +85,7 @@ public interface I_PA_Goal */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name DateFrom */ public static final String COLUMNNAME_DateFrom = "DateFrom"; @@ -252,7 +256,7 @@ public interface I_PA_Goal */ public int getPA_ColorSchema_ID(); - public I_PA_ColorSchema getPA_ColorSchema() throws Exception; + public I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException; /** Column name PA_Goal_ID */ public static final String COLUMNNAME_PA_Goal_ID = "PA_Goal_ID"; @@ -293,7 +297,7 @@ public interface I_PA_Goal */ public int getPA_Measure_ID(); - public I_PA_Measure getPA_Measure() throws Exception; + public I_PA_Measure getPA_Measure() throws RuntimeException; /** Column name RelativeWeight */ public static final String COLUMNNAME_RelativeWeight = "RelativeWeight"; diff --git a/base/src/org/compiere/model/I_PA_GoalRestriction.java b/base/src/org/compiere/model/I_PA_GoalRestriction.java index d26b4e3979..440e48f8fe 100644 --- a/base/src/org/compiere/model/I_PA_GoalRestriction.java +++ b/base/src/org/compiere/model/I_PA_GoalRestriction.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_GoalRestriction * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_GoalRestriction { @@ -52,6 +43,19 @@ public interface I_PA_GoalRestriction /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -65,7 +69,7 @@ public interface I_PA_GoalRestriction */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -80,7 +84,7 @@ public interface I_PA_GoalRestriction */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws Exception; + public I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name GoalRestrictionType */ public static final String COLUMNNAME_GoalRestrictionType = "GoalRestrictionType"; @@ -108,7 +112,7 @@ public interface I_PA_GoalRestriction */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -123,7 +127,7 @@ public interface I_PA_GoalRestriction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -164,7 +168,7 @@ public interface I_PA_GoalRestriction */ public int getPA_Goal_ID(); - public I_PA_Goal getPA_Goal() throws Exception; + public I_PA_Goal getPA_Goal() throws RuntimeException; /** Column name PA_GoalRestriction_ID */ public static final String COLUMNNAME_PA_GoalRestriction_ID = "PA_GoalRestriction_ID"; diff --git a/base/src/org/compiere/model/I_PA_Hierarchy.java b/base/src/org/compiere/model/I_PA_Hierarchy.java index 5bc8a28a81..3fc398feac 100644 --- a/base/src/org/compiere/model/I_PA_Hierarchy.java +++ b/base/src/org/compiere/model/I_PA_Hierarchy.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Hierarchy * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Hierarchy { @@ -52,6 +43,19 @@ public interface I_PA_Hierarchy /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Tree_Account_ID */ public static final String COLUMNNAME_AD_Tree_Account_ID = "AD_Tree_Account_ID"; diff --git a/base/src/org/compiere/model/I_PA_Measure.java b/base/src/org/compiere/model/I_PA_Measure.java index 2ecdcec508..d4a7b85e1d 100644 --- a/base/src/org/compiere/model/I_PA_Measure.java +++ b/base/src/org/compiere/model/I_PA_Measure.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Measure * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Measure { @@ -52,6 +43,19 @@ public interface I_PA_Measure /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name CalculationClass */ public static final String COLUMNNAME_CalculationClass = "CalculationClass"; @@ -78,7 +82,7 @@ public interface I_PA_Measure */ public int getC_ProjectType_ID(); - public I_C_ProjectType getC_ProjectType() throws Exception; + public I_C_ProjectType getC_ProjectType() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -171,7 +175,7 @@ public interface I_PA_Measure */ public int getPA_Benchmark_ID(); - public I_PA_Benchmark getPA_Benchmark() throws Exception; + public I_PA_Benchmark getPA_Benchmark() throws RuntimeException; /** Column name PA_Hierarchy_ID */ public static final String COLUMNNAME_PA_Hierarchy_ID = "PA_Hierarchy_ID"; @@ -186,7 +190,7 @@ public interface I_PA_Measure */ public int getPA_Hierarchy_ID(); - public I_PA_Hierarchy getPA_Hierarchy() throws Exception; + public I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException; /** Column name PA_MeasureCalc_ID */ public static final String COLUMNNAME_PA_MeasureCalc_ID = "PA_MeasureCalc_ID"; @@ -201,7 +205,7 @@ public interface I_PA_Measure */ public int getPA_MeasureCalc_ID(); - public I_PA_MeasureCalc getPA_MeasureCalc() throws Exception; + public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; /** Column name PA_Measure_ID */ public static final String COLUMNNAME_PA_Measure_ID = "PA_Measure_ID"; @@ -229,7 +233,7 @@ public interface I_PA_Measure */ public int getPA_Ratio_ID(); - public I_PA_Ratio getPA_Ratio() throws Exception; + public I_PA_Ratio getPA_Ratio() throws RuntimeException; /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -244,5 +248,5 @@ public interface I_PA_Measure */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_PA_MeasureCalc.java b/base/src/org/compiere/model/I_PA_MeasureCalc.java index 9215a42fe1..7d56078c7b 100644 --- a/base/src/org/compiere/model/I_PA_MeasureCalc.java +++ b/base/src/org/compiere/model/I_PA_MeasureCalc.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_MeasureCalc * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_MeasureCalc { @@ -52,6 +43,19 @@ public interface I_PA_MeasureCalc /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -65,7 +69,7 @@ public interface I_PA_MeasureCalc */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name BPartnerColumn */ public static final String COLUMNNAME_BPartnerColumn = "BPartnerColumn"; diff --git a/base/src/org/compiere/model/I_PA_Ratio.java b/base/src/org/compiere/model/I_PA_Ratio.java index 627f4f1561..a3efffc72d 100644 --- a/base/src/org/compiere/model/I_PA_Ratio.java +++ b/base/src/org/compiere/model/I_PA_Ratio.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Ratio * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Ratio { @@ -52,6 +43,19 @@ public interface I_PA_Ratio /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -65,7 +69,7 @@ public interface I_PA_Ratio */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_PA_RatioElement.java b/base/src/org/compiere/model/I_PA_RatioElement.java index e21e6bc1c1..eb779d7d09 100644 --- a/base/src/org/compiere/model/I_PA_RatioElement.java +++ b/base/src/org/compiere/model/I_PA_RatioElement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_RatioElement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_RatioElement { @@ -65,6 +56,19 @@ public interface I_PA_RatioElement */ public int getAccount_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ConstantValue */ public static final String COLUMNNAME_ConstantValue = "ConstantValue"; @@ -117,7 +121,7 @@ public interface I_PA_RatioElement */ public int getPA_MeasureCalc_ID(); - public I_PA_MeasureCalc getPA_MeasureCalc() throws Exception; + public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; /** Column name PA_RatioElement_ID */ public static final String COLUMNNAME_PA_RatioElement_ID = "PA_RatioElement_ID"; @@ -145,7 +149,7 @@ public interface I_PA_RatioElement */ public int getPA_Ratio_ID(); - public I_PA_Ratio getPA_Ratio() throws Exception; + public I_PA_Ratio getPA_Ratio() throws RuntimeException; /** Column name PA_RatioUsed_ID */ public static final String COLUMNNAME_PA_RatioUsed_ID = "PA_RatioUsed_ID"; diff --git a/base/src/org/compiere/model/I_PA_Report.java b/base/src/org/compiere/model/I_PA_Report.java index 5c885a4ff1..6d1bd49108 100644 --- a/base/src/org/compiere/model/I_PA_Report.java +++ b/base/src/org/compiere/model/I_PA_Report.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Report * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_Report { @@ -52,6 +43,19 @@ public interface I_PA_Report /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PrintFormat_ID */ public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID"; @@ -65,7 +69,7 @@ public interface I_PA_Report */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws Exception; + public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -80,7 +84,7 @@ public interface I_PA_Report */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -95,7 +99,7 @@ public interface I_PA_Report */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws Exception; + public I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -184,7 +188,7 @@ public interface I_PA_Report */ public int getPA_ReportColumnSet_ID(); - public I_PA_ReportColumnSet getPA_ReportColumnSet() throws Exception; + public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; /** Column name PA_Report_ID */ public static final String COLUMNNAME_PA_Report_ID = "PA_Report_ID"; @@ -208,7 +212,7 @@ public interface I_PA_Report /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); - public I_PA_ReportLineSet getPA_ReportLineSet() throws Exception; + public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/base/src/org/compiere/model/I_PA_ReportColumn.java b/base/src/org/compiere/model/I_PA_ReportColumn.java index f6c9270dc8..15f0573113 100644 --- a/base/src/org/compiere/model/I_PA_ReportColumn.java +++ b/base/src/org/compiere/model/I_PA_ReportColumn.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumn * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ReportColumn { @@ -43,19 +43,6 @@ public interface I_PA_ReportColumn /** Load Meta Data */ - /** 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"; @@ -69,6 +56,19 @@ public interface I_PA_ReportColumn */ public int getAD_Org_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 AmountType */ public static final String COLUMNNAME_AmountType = "AmountType"; @@ -97,6 +97,15 @@ public interface I_PA_ReportColumn public I_C_Activity getC_Activity() throws RuntimeException; + /** Column name CalculationType */ + public static final String COLUMNNAME_CalculationType = "CalculationType"; + + /** Set Calculation */ + public void setCalculationType (String CalculationType); + + /** Get Calculation */ + public String getCalculationType(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -170,6 +179,15 @@ public interface I_PA_ReportColumn */ public int getC_Location_ID(); + /** Column name ColumnType */ + public static final String COLUMNNAME_ColumnType = "ColumnType"; + + /** Set Column Type */ + public void setColumnType (String ColumnType); + + /** Get Column Type */ + public String getColumnType(); + /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -200,24 +218,6 @@ public interface I_PA_ReportColumn public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; - /** Column name CalculationType */ - public static final String COLUMNNAME_CalculationType = "CalculationType"; - - /** Set Calculation */ - public void setCalculationType (String CalculationType); - - /** Get Calculation */ - public String getCalculationType(); - - /** Column name ColumnType */ - public static final String COLUMNNAME_ColumnType = "ColumnType"; - - /** Set Column Type */ - public void setColumnType (String ColumnType); - - /** Get Column Type */ - public String getColumnType(); - /** Column name CurrencyType */ public static final String COLUMNNAME_CurrencyType = "CurrencyType"; @@ -543,6 +543,19 @@ public interface I_PA_ReportColumn */ public int getOrg_ID(); + /** Column name PA_ReportColumn_ID */ + public static final String COLUMNNAME_PA_ReportColumn_ID = "PA_ReportColumn_ID"; + + /** Set Report Column. + * Column in Report + */ + public void setPA_ReportColumn_ID (int PA_ReportColumn_ID); + + /** Get Report Column. + * Column in Report + */ + public int getPA_ReportColumn_ID(); + /** Column name PA_ReportColumnSet_ID */ public static final String COLUMNNAME_PA_ReportColumnSet_ID = "PA_ReportColumnSet_ID"; @@ -558,19 +571,6 @@ public interface I_PA_ReportColumn public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; - /** Column name PA_ReportColumn_ID */ - public static final String COLUMNNAME_PA_ReportColumn_ID = "PA_ReportColumn_ID"; - - /** Set Report Column. - * Column in Report - */ - public void setPA_ReportColumn_ID (int PA_ReportColumn_ID); - - /** Get Report Column. - * Column in Report - */ - public int getPA_ReportColumn_ID(); - /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/base/src/org/compiere/model/I_PA_ReportColumnSet.java b/base/src/org/compiere/model/I_PA_ReportColumnSet.java index 82e7da4166..72d1f0645c 100644 --- a/base/src/org/compiere/model/I_PA_ReportColumnSet.java +++ b/base/src/org/compiere/model/I_PA_ReportColumnSet.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumnSet * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ReportColumnSet { @@ -52,6 +43,19 @@ public interface I_PA_ReportColumnSet /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_PA_ReportLine.java b/base/src/org/compiere/model/I_PA_ReportLine.java index b92b08a72b..4bc6ac6588 100644 --- a/base/src/org/compiere/model/I_PA_ReportLine.java +++ b/base/src/org/compiere/model/I_PA_ReportLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ReportLine { @@ -52,6 +43,19 @@ public interface I_PA_ReportLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AmountType */ public static final String COLUMNNAME_AmountType = "AmountType"; @@ -163,6 +167,15 @@ public interface I_PA_ReportLine */ public int getOper_2_ID(); + /** Column name PA_ReportLine_ID */ + public static final String COLUMNNAME_PA_ReportLine_ID = "PA_ReportLine_ID"; + + /** Set Report Line */ + public void setPA_ReportLine_ID (int PA_ReportLine_ID); + + /** Get Report Line */ + public int getPA_ReportLine_ID(); + /** Column name PA_ReportLineSet_ID */ public static final String COLUMNNAME_PA_ReportLineSet_ID = "PA_ReportLineSet_ID"; @@ -174,15 +187,6 @@ public interface I_PA_ReportLine public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; - /** Column name PA_ReportLine_ID */ - public static final String COLUMNNAME_PA_ReportLine_ID = "PA_ReportLine_ID"; - - /** Set Report Line */ - public void setPA_ReportLine_ID (int PA_ReportLine_ID); - - /** Get Report Line */ - public int getPA_ReportLine_ID(); - /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/base/src/org/compiere/model/I_PA_ReportLineSet.java b/base/src/org/compiere/model/I_PA_ReportLineSet.java index 0489ebe255..7b91b17bbd 100644 --- a/base/src/org/compiere/model/I_PA_ReportLineSet.java +++ b/base/src/org/compiere/model/I_PA_ReportLineSet.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLineSet * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ReportLineSet { @@ -52,6 +43,19 @@ public interface I_PA_ReportLineSet /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_PA_ReportSource.java b/base/src/org/compiere/model/I_PA_ReportSource.java index dd35d30bb6..0f5d451405 100644 --- a/base/src/org/compiere/model/I_PA_ReportSource.java +++ b/base/src/org/compiere/model/I_PA_ReportSource.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportSource * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_ReportSource { @@ -43,19 +43,6 @@ public interface I_PA_ReportSource /** Load Meta Data */ - /** 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"; @@ -69,6 +56,19 @@ public interface I_PA_ReportSource */ public int getAD_Org_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 C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; diff --git a/base/src/org/compiere/model/I_PA_SLA_Criteria.java b/base/src/org/compiere/model/I_PA_SLA_Criteria.java index b3e33c3f82..366a539b46 100644 --- a/base/src/org/compiere/model/I_PA_SLA_Criteria.java +++ b/base/src/org/compiere/model/I_PA_SLA_Criteria.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Criteria * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_SLA_Criteria { @@ -52,6 +43,19 @@ public interface I_PA_SLA_Criteria /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Classname */ public static final String COLUMNNAME_Classname = "Classname"; diff --git a/base/src/org/compiere/model/I_PA_SLA_Goal.java b/base/src/org/compiere/model/I_PA_SLA_Goal.java index a37e86784a..8193d8f46d 100644 --- a/base/src/org/compiere/model/I_PA_SLA_Goal.java +++ b/base/src/org/compiere/model/I_PA_SLA_Goal.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Goal * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_SLA_Goal { @@ -53,6 +44,19 @@ public interface I_PA_SLA_Goal /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -66,7 +70,7 @@ public interface I_PA_SLA_Goal */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name DateLastRun */ public static final String COLUMNNAME_DateLastRun = "DateLastRun"; @@ -159,7 +163,7 @@ public interface I_PA_SLA_Goal */ public int getPA_SLA_Criteria_ID(); - public I_PA_SLA_Criteria getPA_SLA_Criteria() throws Exception; + public I_PA_SLA_Criteria getPA_SLA_Criteria() throws RuntimeException; /** Column name PA_SLA_Goal_ID */ public static final String COLUMNNAME_PA_SLA_Goal_ID = "PA_SLA_Goal_ID"; diff --git a/base/src/org/compiere/model/I_PA_SLA_Measure.java b/base/src/org/compiere/model/I_PA_SLA_Measure.java index 56ba47de64..388078925c 100644 --- a/base/src/org/compiere/model/I_PA_SLA_Measure.java +++ b/base/src/org/compiere/model/I_PA_SLA_Measure.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Measure * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PA_SLA_Measure { @@ -53,6 +44,19 @@ public interface I_PA_SLA_Measure /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -66,7 +70,7 @@ public interface I_PA_SLA_Measure */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name DateTrx */ public static final String COLUMNNAME_DateTrx = "DateTrx"; @@ -120,7 +124,7 @@ public interface I_PA_SLA_Measure */ public int getPA_SLA_Goal_ID(); - public I_PA_SLA_Goal getPA_SLA_Goal() throws Exception; + public I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException; /** Column name PA_SLA_Measure_ID */ public static final String COLUMNNAME_PA_SLA_Measure_ID = "PA_SLA_Measure_ID"; diff --git a/base/src/org/compiere/model/I_RV_BPartner.java b/base/src/org/compiere/model/I_RV_BPartner.java index ba1e73010c..2126868749 100644 --- a/base/src/org/compiere/model/I_RV_BPartner.java +++ b/base/src/org/compiere/model/I_RV_BPartner.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for RV_BPartner * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_RV_BPartner { @@ -144,6 +135,19 @@ public interface I_RV_BPartner */ public int getAD_OrgBP_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -170,7 +174,7 @@ public interface I_RV_BPartner */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name Birthday */ public static final String COLUMNNAME_Birthday = "Birthday"; @@ -237,7 +241,7 @@ public interface I_RV_BPartner */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -252,7 +256,7 @@ public interface I_RV_BPartner */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws Exception; + public I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -267,7 +271,7 @@ public interface I_RV_BPartner */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws Exception; + public I_C_Country getC_Country() throws RuntimeException; /** Column name C_Dunning_ID */ public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; @@ -282,7 +286,7 @@ public interface I_RV_BPartner */ public int getC_Dunning_ID(); - public I_C_Dunning getC_Dunning() throws Exception; + public I_C_Dunning getC_Dunning() throws RuntimeException; /** Column name C_Greeting_ID */ public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID"; @@ -297,7 +301,7 @@ public interface I_RV_BPartner */ public int getC_Greeting_ID(); - public I_C_Greeting getC_Greeting() throws Exception; + public I_C_Greeting getC_Greeting() throws RuntimeException; /** Column name C_InvoiceSchedule_ID */ public static final String COLUMNNAME_C_InvoiceSchedule_ID = "C_InvoiceSchedule_ID"; @@ -312,7 +316,7 @@ public interface I_RV_BPartner */ public int getC_InvoiceSchedule_ID(); - public I_C_InvoiceSchedule getC_InvoiceSchedule() throws Exception; + public I_C_InvoiceSchedule getC_InvoiceSchedule() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -392,7 +396,7 @@ public interface I_RV_BPartner */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws Exception; + public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Region_ID */ public static final String COLUMNNAME_C_Region_ID = "C_Region_ID"; @@ -407,7 +411,7 @@ public interface I_RV_BPartner */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws Exception; + public I_C_Region getC_Region() throws RuntimeException; /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; @@ -769,7 +773,7 @@ public interface I_RV_BPartner */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws Exception; + public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; @@ -784,7 +788,7 @@ public interface I_RV_BPartner */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name NAICS */ public static final String COLUMNNAME_NAICS = "NAICS"; diff --git a/base/src/org/compiere/model/I_RV_WarehousePrice.java b/base/src/org/compiere/model/I_RV_WarehousePrice.java index b4aa493e5a..34c4e1535d 100644 --- a/base/src/org/compiere/model/I_RV_WarehousePrice.java +++ b/base/src/org/compiere/model/I_RV_WarehousePrice.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for RV_WarehousePrice * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_RV_WarehousePrice { @@ -52,6 +43,19 @@ public interface I_RV_WarehousePrice /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -65,7 +69,7 @@ public interface I_RV_WarehousePrice */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name IsInstanceAttribute */ public static final String COLUMNNAME_IsInstanceAttribute = "IsInstanceAttribute"; @@ -106,7 +110,7 @@ public interface I_RV_WarehousePrice */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws Exception; + public 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"; @@ -121,7 +125,7 @@ public interface I_RV_WarehousePrice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -136,7 +140,7 @@ public interface I_RV_WarehousePrice */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_R_Category.java b/base/src/org/compiere/model/I_R_Category.java index 7288f9e8bf..c8d0e7c02b 100644 --- a/base/src/org/compiere/model/I_R_Category.java +++ b/base/src/org/compiere/model/I_R_Category.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Category * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_Category { @@ -52,6 +43,19 @@ public interface I_R_Category /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_R_Category */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_R_CategoryUpdates.java b/base/src/org/compiere/model/I_R_CategoryUpdates.java index ef68b3878f..47654e6c4f 100644 --- a/base/src/org/compiere/model/I_R_CategoryUpdates.java +++ b/base/src/org/compiere/model/I_R_CategoryUpdates.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_CategoryUpdates * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_CategoryUpdates { @@ -52,6 +43,19 @@ public interface I_R_CategoryUpdates /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_CategoryUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name IsSelfService */ public static final String COLUMNNAME_IsSelfService = "IsSelfService"; @@ -93,5 +97,5 @@ public interface I_R_CategoryUpdates */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws Exception; + public I_R_Category getR_Category() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_R_ContactInterest.java b/base/src/org/compiere/model/I_R_ContactInterest.java index 865df75e80..c9547eb123 100644 --- a/base/src/org/compiere/model/I_R_ContactInterest.java +++ b/base/src/org/compiere/model/I_R_ContactInterest.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_ContactInterest * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_ContactInterest { @@ -53,6 +44,19 @@ public interface I_R_ContactInterest /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -66,7 +70,7 @@ public interface I_R_ContactInterest */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name OptOutDate */ public static final String COLUMNNAME_OptOutDate = "OptOutDate"; @@ -94,7 +98,7 @@ public interface I_R_ContactInterest */ public int getR_InterestArea_ID(); - public I_R_InterestArea getR_InterestArea() throws Exception; + public I_R_InterestArea getR_InterestArea() throws RuntimeException; /** Column name SubscribeDate */ public static final String COLUMNNAME_SubscribeDate = "SubscribeDate"; diff --git a/base/src/org/compiere/model/I_R_Group.java b/base/src/org/compiere/model/I_R_Group.java index d743e243d6..b93c135cbb 100644 --- a/base/src/org/compiere/model/I_R_Group.java +++ b/base/src/org/compiere/model/I_R_Group.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Group * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_Group { @@ -52,6 +43,19 @@ public interface I_R_Group /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_R_Group */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws Exception; + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -119,7 +123,7 @@ public interface I_R_Group */ public int getPP_Product_BOM_ID(); - public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception; + public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException; /** Column name R_Group_ID */ public static final String COLUMNNAME_R_Group_ID = "R_Group_ID"; diff --git a/base/src/org/compiere/model/I_R_GroupUpdates.java b/base/src/org/compiere/model/I_R_GroupUpdates.java index 1857e4ddac..21977bd37a 100644 --- a/base/src/org/compiere/model/I_R_GroupUpdates.java +++ b/base/src/org/compiere/model/I_R_GroupUpdates.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_GroupUpdates * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_GroupUpdates { @@ -52,6 +43,19 @@ public interface I_R_GroupUpdates /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_GroupUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name IsSelfService */ public static final String COLUMNNAME_IsSelfService = "IsSelfService"; @@ -93,5 +97,5 @@ public interface I_R_GroupUpdates */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws Exception; + public I_R_Group getR_Group() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_R_InterestArea.java b/base/src/org/compiere/model/I_R_InterestArea.java index b6c22c0613..19c078c6cb 100644 --- a/base/src/org/compiere/model/I_R_InterestArea.java +++ b/base/src/org/compiere/model/I_R_InterestArea.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_InterestArea * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_InterestArea { @@ -52,6 +43,19 @@ public interface I_R_InterestArea /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_IssueKnown.java b/base/src/org/compiere/model/I_R_IssueKnown.java index 609441c8a6..4d2e66a79b 100644 --- a/base/src/org/compiere/model/I_R_IssueKnown.java +++ b/base/src/org/compiere/model/I_R_IssueKnown.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueKnown * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueKnown { @@ -52,6 +43,19 @@ public interface I_R_IssueKnown /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -165,7 +169,7 @@ public interface I_R_IssueKnown */ public int getR_IssueRecommendation_ID(); - public I_R_IssueRecommendation getR_IssueRecommendation() throws Exception; + public I_R_IssueRecommendation getR_IssueRecommendation() throws RuntimeException; /** Column name R_IssueStatus_ID */ public static final String COLUMNNAME_R_IssueStatus_ID = "R_IssueStatus_ID"; @@ -180,7 +184,7 @@ public interface I_R_IssueKnown */ public int getR_IssueStatus_ID(); - public I_R_IssueStatus getR_IssueStatus() throws Exception; + public I_R_IssueStatus getR_IssueStatus() throws RuntimeException; /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -195,7 +199,7 @@ public interface I_R_IssueKnown */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws Exception; + public I_R_Request getR_Request() throws RuntimeException; /** Column name SourceClassName */ public static final String COLUMNNAME_SourceClassName = "SourceClassName"; diff --git a/base/src/org/compiere/model/I_R_IssueProject.java b/base/src/org/compiere/model/I_R_IssueProject.java index fd768d24c5..920eaf4501 100644 --- a/base/src/org/compiere/model/I_R_IssueProject.java +++ b/base/src/org/compiere/model/I_R_IssueProject.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueProject * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueProject { @@ -65,7 +56,20 @@ public interface I_R_IssueProject */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws Exception; + public I_A_Asset getA_Asset() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -80,7 +84,7 @@ public interface I_R_IssueProject */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_IssueRecommendation.java b/base/src/org/compiere/model/I_R_IssueRecommendation.java index 188372e225..006667d02b 100644 --- a/base/src/org/compiere/model/I_R_IssueRecommendation.java +++ b/base/src/org/compiere/model/I_R_IssueRecommendation.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueRecommendation * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueRecommendation { @@ -52,6 +43,19 @@ public interface I_R_IssueRecommendation /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_IssueStatus.java b/base/src/org/compiere/model/I_R_IssueStatus.java index aa5360079f..999b4427c3 100644 --- a/base/src/org/compiere/model/I_R_IssueStatus.java +++ b/base/src/org/compiere/model/I_R_IssueStatus.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueStatus * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueStatus { @@ -52,6 +43,19 @@ public interface I_R_IssueStatus /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_IssueSystem.java b/base/src/org/compiere/model/I_R_IssueSystem.java index 6e819e494c..5b8c345653 100644 --- a/base/src/org/compiere/model/I_R_IssueSystem.java +++ b/base/src/org/compiere/model/I_R_IssueSystem.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueSystem * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueSystem { @@ -65,7 +56,20 @@ public interface I_R_IssueSystem */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws Exception; + public I_A_Asset getA_Asset() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name DBAddress */ public static final String COLUMNNAME_DBAddress = "DBAddress"; diff --git a/base/src/org/compiere/model/I_R_IssueUser.java b/base/src/org/compiere/model/I_R_IssueUser.java index 5d55e1282b..3325143ab8 100644 --- a/base/src/org/compiere/model/I_R_IssueUser.java +++ b/base/src/org/compiere/model/I_R_IssueUser.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueUser * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_IssueUser { @@ -52,6 +43,19 @@ public interface I_R_IssueUser /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_IssueUser */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_MailText.java b/base/src/org/compiere/model/I_R_MailText.java index 774353d5aa..e20e5332bc 100644 --- a/base/src/org/compiere/model/I_R_MailText.java +++ b/base/src/org/compiere/model/I_R_MailText.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_MailText * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_MailText { @@ -52,6 +43,19 @@ public interface I_R_MailText /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name IsHtml */ public static final String COLUMNNAME_IsHtml = "IsHtml"; diff --git a/base/src/org/compiere/model/I_R_Request.java b/base/src/org/compiere/model/I_R_Request.java index bac2297832..5723c34379 100644 --- a/base/src/org/compiere/model/I_R_Request.java +++ b/base/src/org/compiere/model/I_R_Request.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Request * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_Request { @@ -66,7 +57,20 @@ public interface I_R_Request */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws Exception; + public I_A_Asset getA_Asset() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -81,7 +85,7 @@ public interface I_R_Request */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws Exception; + public I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -96,7 +100,7 @@ public interface I_R_Request */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -111,7 +115,7 @@ public interface I_R_Request */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -126,7 +130,7 @@ public interface I_R_Request */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -141,7 +145,7 @@ public interface I_R_Request */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -156,7 +160,7 @@ public interface I_R_Request */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -171,7 +175,7 @@ public interface I_R_Request */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceRequest_ID */ public static final String COLUMNNAME_C_InvoiceRequest_ID = "C_InvoiceRequest_ID"; @@ -238,7 +242,7 @@ public interface I_R_Request */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws Exception; + public I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -253,7 +257,7 @@ public interface I_R_Request */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws Exception; + public I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -268,7 +272,7 @@ public interface I_R_Request */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name DateCompletePlan */ public static final String COLUMNNAME_DateCompletePlan = "DateCompletePlan"; @@ -439,7 +443,7 @@ public interface I_R_Request */ public int getM_ChangeRequest_ID(); - public I_M_ChangeRequest getM_ChangeRequest() throws Exception; + public I_M_ChangeRequest getM_ChangeRequest() throws RuntimeException; /** Column name M_FixChangeNotice_ID */ public static final String COLUMNNAME_M_FixChangeNotice_ID = "M_FixChangeNotice_ID"; @@ -467,7 +471,7 @@ public interface I_R_Request */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -482,7 +486,7 @@ public interface I_R_Request */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductSpent_ID */ public static final String COLUMNNAME_M_ProductSpent_ID = "M_ProductSpent_ID"; @@ -510,7 +514,7 @@ public interface I_R_Request */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws Exception; + public I_M_RMA getM_RMA() throws RuntimeException; /** Column name NextAction */ public static final String COLUMNNAME_NextAction = "NextAction"; @@ -616,7 +620,7 @@ public interface I_R_Request */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws Exception; + public I_R_Category getR_Category() throws RuntimeException; /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; @@ -670,7 +674,7 @@ public interface I_R_Request */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws Exception; + public I_R_Group getR_Group() throws RuntimeException; /** Column name R_MailText_ID */ public static final String COLUMNNAME_R_MailText_ID = "R_MailText_ID"; @@ -685,7 +689,7 @@ public interface I_R_Request */ public int getR_MailText_ID(); - public I_R_MailText getR_MailText() throws Exception; + public I_R_MailText getR_MailText() throws RuntimeException; /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -726,7 +730,7 @@ public interface I_R_Request */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name R_Resolution_ID */ public static final String COLUMNNAME_R_Resolution_ID = "R_Resolution_ID"; @@ -741,7 +745,7 @@ public interface I_R_Request */ public int getR_Resolution_ID(); - public I_R_Resolution getR_Resolution() throws Exception; + public I_R_Resolution getR_Resolution() throws RuntimeException; /** Column name R_StandardResponse_ID */ public static final String COLUMNNAME_R_StandardResponse_ID = "R_StandardResponse_ID"; @@ -756,7 +760,7 @@ public interface I_R_Request */ public int getR_StandardResponse_ID(); - public I_R_StandardResponse getR_StandardResponse() throws Exception; + public I_R_StandardResponse getR_StandardResponse() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; @@ -771,7 +775,7 @@ public interface I_R_Request */ public int getR_Status_ID(); - public I_R_Status getR_Status() throws Exception; + public I_R_Status getR_Status() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; diff --git a/base/src/org/compiere/model/I_R_RequestAction.java b/base/src/org/compiere/model/I_R_RequestAction.java index 5f862cc4d6..2f574d5c64 100644 --- a/base/src/org/compiere/model/I_R_RequestAction.java +++ b/base/src/org/compiere/model/I_R_RequestAction.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestAction * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestAction { @@ -66,7 +57,20 @@ public interface I_R_RequestAction */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws Exception; + public I_A_Asset getA_Asset() throws RuntimeException; + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -81,7 +85,7 @@ public interface I_R_RequestAction */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws Exception; + public I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -96,7 +100,7 @@ public interface I_R_RequestAction */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -111,7 +115,7 @@ public interface I_R_RequestAction */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -126,7 +130,7 @@ public interface I_R_RequestAction */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -141,7 +145,7 @@ public interface I_R_RequestAction */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name ConfidentialType */ public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; @@ -169,7 +173,7 @@ public interface I_R_RequestAction */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws Exception; + public I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -184,7 +188,7 @@ public interface I_R_RequestAction */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws Exception; + public I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -199,7 +203,7 @@ public interface I_R_RequestAction */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name DateCompletePlan */ public static final String COLUMNNAME_DateCompletePlan = "DateCompletePlan"; @@ -305,7 +309,7 @@ public interface I_R_RequestAction */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -320,7 +324,7 @@ public interface I_R_RequestAction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductSpent_ID */ public static final String COLUMNNAME_M_ProductSpent_ID = "M_ProductSpent_ID"; @@ -348,7 +352,7 @@ public interface I_R_RequestAction */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws Exception; + public I_M_RMA getM_RMA() throws RuntimeException; /** Column name NullColumns */ public static final String COLUMNNAME_NullColumns = "NullColumns"; @@ -441,7 +445,7 @@ public interface I_R_RequestAction */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws Exception; + public I_R_Category getR_Category() throws RuntimeException; /** Column name R_Group_ID */ public static final String COLUMNNAME_R_Group_ID = "R_Group_ID"; @@ -456,7 +460,7 @@ public interface I_R_RequestAction */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws Exception; + public I_R_Group getR_Group() throws RuntimeException; /** Column name R_RequestAction_ID */ public static final String COLUMNNAME_R_RequestAction_ID = "R_RequestAction_ID"; @@ -484,7 +488,7 @@ public interface I_R_RequestAction */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws Exception; + public I_R_Request getR_Request() throws RuntimeException; /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -499,7 +503,7 @@ public interface I_R_RequestAction */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name R_Resolution_ID */ public static final String COLUMNNAME_R_Resolution_ID = "R_Resolution_ID"; @@ -514,7 +518,7 @@ public interface I_R_RequestAction */ public int getR_Resolution_ID(); - public I_R_Resolution getR_Resolution() throws Exception; + public I_R_Resolution getR_Resolution() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; @@ -529,7 +533,7 @@ public interface I_R_RequestAction */ public int getR_Status_ID(); - public I_R_Status getR_Status() throws Exception; + public I_R_Status getR_Status() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; diff --git a/base/src/org/compiere/model/I_R_RequestProcessor.java b/base/src/org/compiere/model/I_R_RequestProcessor.java index 5c241c3ff0..66b3cb853b 100644 --- a/base/src/org/compiere/model/I_R_RequestProcessor.java +++ b/base/src/org/compiere/model/I_R_RequestProcessor.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestProcessor { @@ -53,6 +44,19 @@ public interface I_R_RequestProcessor /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateLastRun */ public static final String COLUMNNAME_DateLastRun = "DateLastRun"; @@ -231,7 +235,7 @@ public interface I_R_RequestProcessor */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name Supervisor_ID */ public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID"; diff --git a/base/src/org/compiere/model/I_R_RequestProcessorLog.java b/base/src/org/compiere/model/I_R_RequestProcessorLog.java index f00bd10e7b..fbd5309ef7 100644 --- a/base/src/org/compiere/model/I_R_RequestProcessorLog.java +++ b/base/src/org/compiere/model/I_R_RequestProcessorLog.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessorLog * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestProcessorLog { @@ -52,6 +43,19 @@ public interface I_R_RequestProcessorLog /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; @@ -117,7 +121,7 @@ public interface I_R_RequestProcessorLog */ public int getR_RequestProcessor_ID(); - public I_R_RequestProcessor getR_RequestProcessor() throws Exception; + public I_R_RequestProcessor getR_RequestProcessor() throws RuntimeException; /** Column name R_RequestProcessorLog_ID */ public static final String COLUMNNAME_R_RequestProcessorLog_ID = "R_RequestProcessorLog_ID"; diff --git a/base/src/org/compiere/model/I_R_RequestProcessor_Route.java b/base/src/org/compiere/model/I_R_RequestProcessor_Route.java index 569dfc316e..344b3a3d27 100644 --- a/base/src/org/compiere/model/I_R_RequestProcessor_Route.java +++ b/base/src/org/compiere/model/I_R_RequestProcessor_Route.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor_Route * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestProcessor_Route { @@ -52,6 +43,19 @@ public interface I_R_RequestProcessor_Route /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_RequestProcessor_Route */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name Keyword */ public static final String COLUMNNAME_Keyword = "Keyword"; @@ -93,7 +97,7 @@ public interface I_R_RequestProcessor_Route */ public int getR_RequestProcessor_ID(); - public I_R_RequestProcessor getR_RequestProcessor() throws Exception; + public I_R_RequestProcessor getR_RequestProcessor() throws RuntimeException; /** Column name R_RequestProcessor_Route_ID */ public static final String COLUMNNAME_R_RequestProcessor_Route_ID = "R_RequestProcessor_Route_ID"; @@ -121,7 +125,7 @@ public interface I_R_RequestProcessor_Route */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/compiere/model/I_R_RequestType.java b/base/src/org/compiere/model/I_R_RequestType.java index fe34b1e015..18c177b608 100644 --- a/base/src/org/compiere/model/I_R_RequestType.java +++ b/base/src/org/compiere/model/I_R_RequestType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestType { @@ -52,6 +43,19 @@ public interface I_R_RequestType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AutoDueDateDays */ public static final String COLUMNNAME_AutoDueDateDays = "AutoDueDateDays"; @@ -247,5 +251,5 @@ public interface I_R_RequestType */ public int getR_StatusCategory_ID(); - public I_R_StatusCategory getR_StatusCategory() throws Exception; + public I_R_StatusCategory getR_StatusCategory() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_R_RequestTypeUpdates.java b/base/src/org/compiere/model/I_R_RequestTypeUpdates.java index f4d9d9c71e..58f2c32e79 100644 --- a/base/src/org/compiere/model/I_R_RequestTypeUpdates.java +++ b/base/src/org/compiere/model/I_R_RequestTypeUpdates.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestTypeUpdates * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestTypeUpdates { @@ -52,6 +43,19 @@ public interface I_R_RequestTypeUpdates /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_RequestTypeUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name IsSelfService */ public static final String COLUMNNAME_IsSelfService = "IsSelfService"; @@ -93,5 +97,5 @@ public interface I_R_RequestTypeUpdates */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws Exception; + public I_R_RequestType getR_RequestType() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_R_RequestUpdate.java b/base/src/org/compiere/model/I_R_RequestUpdate.java index 563fc86134..07ac91c635 100644 --- a/base/src/org/compiere/model/I_R_RequestUpdate.java +++ b/base/src/org/compiere/model/I_R_RequestUpdate.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdate * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestUpdate { @@ -53,6 +44,19 @@ public interface I_R_RequestUpdate /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ConfidentialTypeEntry */ public static final String COLUMNNAME_ConfidentialTypeEntry = "ConfidentialTypeEntry"; @@ -144,7 +148,7 @@ public interface I_R_RequestUpdate */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws Exception; + public I_R_Request getR_Request() throws RuntimeException; /** Column name R_RequestUpdate_ID */ public static final String COLUMNNAME_R_RequestUpdate_ID = "R_RequestUpdate_ID"; diff --git a/base/src/org/compiere/model/I_R_RequestUpdates.java b/base/src/org/compiere/model/I_R_RequestUpdates.java index 20c812d70c..99165435d5 100644 --- a/base/src/org/compiere/model/I_R_RequestUpdates.java +++ b/base/src/org/compiere/model/I_R_RequestUpdates.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdates * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_RequestUpdates { @@ -52,6 +43,19 @@ public interface I_R_RequestUpdates /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_R_RequestUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name IsSelfService */ public static final String COLUMNNAME_IsSelfService = "IsSelfService"; @@ -93,5 +97,5 @@ public interface I_R_RequestUpdates */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws Exception; + public I_R_Request getR_Request() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_R_Resolution.java b/base/src/org/compiere/model/I_R_Resolution.java index f86a13040f..38caf5e094 100644 --- a/base/src/org/compiere/model/I_R_Resolution.java +++ b/base/src/org/compiere/model/I_R_Resolution.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Resolution * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_Resolution { @@ -52,6 +43,19 @@ public interface I_R_Resolution /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_R_StandardResponse.java b/base/src/org/compiere/model/I_R_StandardResponse.java index c6446e1a61..f94e9a7fd4 100644 --- a/base/src/org/compiere/model/I_R_StandardResponse.java +++ b/base/src/org/compiere/model/I_R_StandardResponse.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_StandardResponse * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_StandardResponse { @@ -52,6 +43,19 @@ public interface I_R_StandardResponse /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_R_Status.java b/base/src/org/compiere/model/I_R_Status.java index aa4adeebc1..6411dc36a5 100644 --- a/base/src/org/compiere/model/I_R_Status.java +++ b/base/src/org/compiere/model/I_R_Status.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Status * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_Status { @@ -52,6 +43,19 @@ public interface I_R_Status /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -182,7 +186,7 @@ public interface I_R_Status */ public int getR_StatusCategory_ID(); - public I_R_StatusCategory getR_StatusCategory() throws Exception; + public I_R_StatusCategory getR_StatusCategory() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; diff --git a/base/src/org/compiere/model/I_R_StatusCategory.java b/base/src/org/compiere/model/I_R_StatusCategory.java index d30fdbb34d..ae45795305 100644 --- a/base/src/org/compiere/model/I_R_StatusCategory.java +++ b/base/src/org/compiere/model/I_R_StatusCategory.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_StatusCategory * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_R_StatusCategory { @@ -52,6 +43,19 @@ public interface I_R_StatusCategory /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_S_ExpenseType.java b/base/src/org/compiere/model/I_S_ExpenseType.java index c98b542888..766e02ffd0 100644 --- a/base/src/org/compiere/model/I_S_ExpenseType.java +++ b/base/src/org/compiere/model/I_S_ExpenseType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ExpenseType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_ExpenseType { @@ -52,6 +43,19 @@ public interface I_S_ExpenseType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_TaxCategory_ID */ public static final String COLUMNNAME_C_TaxCategory_ID = "C_TaxCategory_ID"; @@ -65,7 +69,7 @@ public interface I_S_ExpenseType */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws Exception; + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -80,7 +84,7 @@ public interface I_S_ExpenseType */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -121,7 +125,7 @@ public interface I_S_ExpenseType */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_S_Resource.java b/base/src/org/compiere/model/I_S_Resource.java index 23b3d2bd4a..77c7eb13f7 100644 --- a/base/src/org/compiere/model/I_S_Resource.java +++ b/base/src/org/compiere/model/I_S_Resource.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Resource * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_Resource { @@ -52,6 +43,19 @@ public interface I_S_Resource /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_S_Resource */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name ChargeableQty */ public static final String COLUMNNAME_ChargeableQty = "ChargeableQty"; @@ -79,10 +83,10 @@ public interface I_S_Resource /** Column name DailyCapacity */ public static final String COLUMNNAME_DailyCapacity = "DailyCapacity"; - /** Set DailyCapacity */ + /** Set Daily Capacity */ public void setDailyCapacity (BigDecimal DailyCapacity); - /** Get DailyCapacity */ + /** Get Daily Capacity */ public BigDecimal getDailyCapacity(); /** Column name Description */ @@ -142,7 +146,7 @@ public interface I_S_Resource */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -160,10 +164,10 @@ public interface I_S_Resource /** Column name PercentUtilization */ public static final String COLUMNNAME_PercentUtilization = "PercentUtilization"; - /** Set PercentUtilization */ + /** Set % Utilization */ public void setPercentUtilization (BigDecimal PercentUtilization); - /** Get PercentUtilization */ + /** Get % Utilization */ public BigDecimal getPercentUtilization(); /** Column name PlanningHorizon */ @@ -182,10 +186,10 @@ public interface I_S_Resource /** Column name QueuingTime */ public static final String COLUMNNAME_QueuingTime = "QueuingTime"; - /** Set QueuingTime */ + /** Set Queuing Time */ public void setQueuingTime (BigDecimal QueuingTime); - /** Get QueuingTime */ + /** Get Queuing Time */ public BigDecimal getQueuingTime(); /** Column name S_Resource_ID */ @@ -210,7 +214,7 @@ public interface I_S_Resource /** Get Resource Type */ public int getS_ResourceType_ID(); - public I_S_ResourceType getS_ResourceType() throws Exception; + public I_S_ResourceType getS_ResourceType() throws RuntimeException; /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; diff --git a/base/src/org/compiere/model/I_S_ResourceAssignment.java b/base/src/org/compiere/model/I_S_ResourceAssignment.java index 549d9ce5dc..6688500c50 100644 --- a/base/src/org/compiere/model/I_S_ResourceAssignment.java +++ b/base/src/org/compiere/model/I_S_ResourceAssignment.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceAssignment * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_ResourceAssignment { @@ -53,6 +44,19 @@ public interface I_S_ResourceAssignment /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AssignDateFrom */ public static final String COLUMNNAME_AssignDateFrom = "AssignDateFrom"; @@ -157,5 +161,5 @@ public interface I_S_ResourceAssignment */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_S_ResourceType.java b/base/src/org/compiere/model/I_S_ResourceType.java index 228b824e92..6e1440f25e 100644 --- a/base/src/org/compiere/model/I_S_ResourceType.java +++ b/base/src/org/compiere/model/I_S_ResourceType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_ResourceType { @@ -53,6 +44,19 @@ public interface I_S_ResourceType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AllowUoMFractions */ public static final String COLUMNNAME_AllowUoMFractions = "AllowUoMFractions"; @@ -88,7 +92,7 @@ public interface I_S_ResourceType */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws Exception; + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -103,7 +107,7 @@ public interface I_S_ResourceType */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -170,7 +174,7 @@ public interface I_S_ResourceType */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_S_ResourceUnAvailable.java b/base/src/org/compiere/model/I_S_ResourceUnAvailable.java index 8e06e7c5c9..317eef66a9 100644 --- a/base/src/org/compiere/model/I_S_ResourceUnAvailable.java +++ b/base/src/org/compiere/model/I_S_ResourceUnAvailable.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceUnAvailable * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_ResourceUnAvailable { @@ -53,6 +44,19 @@ public interface I_S_ResourceUnAvailable /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name DateFrom */ public static final String COLUMNNAME_DateFrom = "DateFrom"; @@ -105,7 +109,7 @@ public interface I_S_ResourceUnAvailable */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name S_ResourceUnAvailable_ID */ public static final String COLUMNNAME_S_ResourceUnAvailable_ID = "S_ResourceUnAvailable_ID"; diff --git a/base/src/org/compiere/model/I_S_TimeExpense.java b/base/src/org/compiere/model/I_S_TimeExpense.java index ac5b6bb501..1ad230592f 100644 --- a/base/src/org/compiere/model/I_S_TimeExpense.java +++ b/base/src/org/compiere/model/I_S_TimeExpense.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpense * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_TimeExpense { @@ -53,6 +44,19 @@ public interface I_S_TimeExpense /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name ApprovalAmt */ public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt"; @@ -170,7 +174,7 @@ public interface I_S_TimeExpense */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -185,7 +189,7 @@ public interface I_S_TimeExpense */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/compiere/model/I_S_TimeExpenseLine.java b/base/src/org/compiere/model/I_S_TimeExpenseLine.java index 03e54e83f4..1cc73c97e9 100644 --- a/base/src/org/compiere/model/I_S_TimeExpenseLine.java +++ b/base/src/org/compiere/model/I_S_TimeExpenseLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpenseLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_TimeExpenseLine { @@ -53,6 +44,19 @@ public interface I_S_TimeExpenseLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -66,7 +70,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -81,7 +85,7 @@ public interface I_S_TimeExpenseLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -96,7 +100,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -111,7 +115,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -126,7 +130,7 @@ public interface I_S_TimeExpenseLine */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws Exception; + public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name ConvertedAmt */ public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt"; @@ -154,7 +158,7 @@ public interface I_S_TimeExpenseLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -169,7 +173,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -184,7 +188,7 @@ public interface I_S_TimeExpenseLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws Exception; + public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -199,7 +203,7 @@ public interface I_S_TimeExpenseLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws Exception; + public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -214,7 +218,7 @@ public interface I_S_TimeExpenseLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateExpense */ public static final String COLUMNNAME_DateExpense = "DateExpense"; @@ -320,7 +324,7 @@ public interface I_S_TimeExpenseLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Note */ public static final String COLUMNNAME_Note = "Note"; @@ -439,7 +443,7 @@ public interface I_S_TimeExpenseLine */ public int getS_TimeExpense_ID(); - public I_S_TimeExpense getS_TimeExpense() throws Exception; + public I_S_TimeExpense getS_TimeExpense() throws RuntimeException; /** Column name S_TimeExpenseLine_ID */ public static final String COLUMNNAME_S_TimeExpenseLine_ID = "S_TimeExpenseLine_ID"; @@ -467,5 +471,5 @@ public interface I_S_TimeExpenseLine */ public int getS_TimeType_ID(); - public I_S_TimeType getS_TimeType() throws Exception; + public I_S_TimeType getS_TimeType() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_S_TimeType.java b/base/src/org/compiere/model/I_S_TimeType.java index af12b4f901..e55f06e0f8 100644 --- a/base/src/org/compiere/model/I_S_TimeType.java +++ b/base/src/org/compiere/model/I_S_TimeType.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_TimeType { @@ -52,6 +43,19 @@ public interface I_S_TimeType /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/base/src/org/compiere/model/I_S_Training.java b/base/src/org/compiere/model/I_S_Training.java index 5d9349f768..99d28b8ed8 100644 --- a/base/src/org/compiere/model/I_S_Training.java +++ b/base/src/org/compiere/model/I_S_Training.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_Training { @@ -52,6 +43,19 @@ public interface I_S_Training /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_TaxCategory_ID */ public static final String COLUMNNAME_C_TaxCategory_ID = "C_TaxCategory_ID"; @@ -65,7 +69,7 @@ public interface I_S_Training */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws Exception; + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -80,7 +84,7 @@ public interface I_S_Training */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -160,7 +164,7 @@ public interface I_S_Training */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws Exception; + public I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_S_Training_Class.java b/base/src/org/compiere/model/I_S_Training_Class.java index 110d988309..7221a02b0d 100644 --- a/base/src/org/compiere/model/I_S_Training_Class.java +++ b/base/src/org/compiere/model/I_S_Training_Class.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training_Class * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_S_Training_Class { @@ -53,6 +44,19 @@ public interface I_S_Training_Class /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name EndDate */ public static final String COLUMNNAME_EndDate = "EndDate"; @@ -79,7 +83,7 @@ public interface I_S_Training_Class */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name StartDate */ public static final String COLUMNNAME_StartDate = "StartDate"; @@ -120,5 +124,5 @@ public interface I_S_Training_Class */ public int getS_Training_ID(); - public I_S_Training getS_Training() throws Exception; + public I_S_Training getS_Training() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_T_Aging.java b/base/src/org/compiere/model/I_T_Aging.java index 242d86d24b..1b4cf923d8 100644 --- a/base/src/org/compiere/model/I_T_Aging.java +++ b/base/src/org/compiere/model/I_T_Aging.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Aging * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_Aging { @@ -53,6 +44,19 @@ public interface I_T_Aging /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; @@ -66,7 +70,7 @@ public interface I_T_Aging */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -81,7 +85,7 @@ public interface I_T_Aging */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -96,7 +100,7 @@ public interface I_T_Aging */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -111,7 +115,7 @@ public interface I_T_Aging */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws Exception; + public I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -126,7 +130,7 @@ public interface I_T_Aging */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -141,7 +145,7 @@ public interface I_T_Aging */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -156,7 +160,7 @@ public interface I_T_Aging */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoicePaySchedule_ID */ public static final String COLUMNNAME_C_InvoicePaySchedule_ID = "C_InvoicePaySchedule_ID"; @@ -171,7 +175,7 @@ public interface I_T_Aging */ public int getC_InvoicePaySchedule_ID(); - public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws Exception; + public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -186,7 +190,7 @@ public interface I_T_Aging */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -214,32 +218,6 @@ public interface I_T_Aging */ public int getDaysDue(); - /** Column name DueAmt */ - public static final String COLUMNNAME_DueAmt = "DueAmt"; - - /** Set Amount due. - * Amount of the payment due - */ - public void setDueAmt (BigDecimal DueAmt); - - /** Get Amount due. - * Amount of the payment due - */ - public BigDecimal getDueAmt(); - - /** Column name DueDate */ - public static final String COLUMNNAME_DueDate = "DueDate"; - - /** Set Due Date. - * Date when the payment is due - */ - public void setDueDate (Timestamp DueDate); - - /** Get Due Date. - * Date when the payment is due - */ - public Timestamp getDueDate(); - /** Column name Due0 */ public static final String COLUMNNAME_Due0 = "Due0"; @@ -276,15 +254,6 @@ public interface I_T_Aging /** Get Due 1-7 */ public BigDecimal getDue1_7(); - /** Column name Due31_Plus */ - public static final String COLUMNNAME_Due31_Plus = "Due31_Plus"; - - /** Set Due > 31 */ - public void setDue31_Plus (BigDecimal Due31_Plus); - - /** Get Due > 31 */ - public BigDecimal getDue31_Plus(); - /** Column name Due31_60 */ public static final String COLUMNNAME_Due31_60 = "Due31_60"; @@ -294,14 +263,14 @@ public interface I_T_Aging /** Get Due 31-60 */ public BigDecimal getDue31_60(); - /** Column name Due61_Plus */ - public static final String COLUMNNAME_Due61_Plus = "Due61_Plus"; + /** Column name Due31_Plus */ + public static final String COLUMNNAME_Due31_Plus = "Due31_Plus"; - /** Set Due > 61 */ - public void setDue61_Plus (BigDecimal Due61_Plus); + /** Set Due > 31 */ + public void setDue31_Plus (BigDecimal Due31_Plus); - /** Get Due > 61 */ - public BigDecimal getDue61_Plus(); + /** Get Due > 31 */ + public BigDecimal getDue31_Plus(); /** Column name Due61_90 */ public static final String COLUMNNAME_Due61_90 = "Due61_90"; @@ -312,6 +281,15 @@ public interface I_T_Aging /** Get Due 61-90 */ public BigDecimal getDue61_90(); + /** Column name Due61_Plus */ + public static final String COLUMNNAME_Due61_Plus = "Due61_Plus"; + + /** Set Due > 61 */ + public void setDue61_Plus (BigDecimal Due61_Plus); + + /** Get Due > 61 */ + public BigDecimal getDue61_Plus(); + /** Column name Due8_30 */ public static final String COLUMNNAME_Due8_30 = "Due8_30"; @@ -330,6 +308,32 @@ public interface I_T_Aging /** Get Due > 91 */ public BigDecimal getDue91_Plus(); + /** Column name DueAmt */ + public static final String COLUMNNAME_DueAmt = "DueAmt"; + + /** Set Amount due. + * Amount of the payment due + */ + public void setDueAmt (BigDecimal DueAmt); + + /** Get Amount due. + * Amount of the payment due + */ + public BigDecimal getDueAmt(); + + /** Column name DueDate */ + public static final String COLUMNNAME_DueDate = "DueDate"; + + /** Set Due Date. + * Date when the payment is due + */ + public void setDueDate (Timestamp DueDate); + + /** Get Due Date. + * Date when the payment is due + */ + public Timestamp getDueDate(); + /** Column name InvoicedAmt */ public static final String COLUMNNAME_InvoicedAmt = "InvoicedAmt"; @@ -382,15 +386,6 @@ public interface I_T_Aging */ public BigDecimal getOpenAmt(); - /** Column name PastDueAmt */ - public static final String COLUMNNAME_PastDueAmt = "PastDueAmt"; - - /** Set Past Due */ - public void setPastDueAmt (BigDecimal PastDueAmt); - - /** Get Past Due */ - public BigDecimal getPastDueAmt(); - /** Column name PastDue1_30 */ public static final String COLUMNNAME_PastDue1_30 = "PastDue1_30"; @@ -409,15 +404,6 @@ public interface I_T_Aging /** Get Past Due 1-7 */ public BigDecimal getPastDue1_7(); - /** Column name PastDue31_Plus */ - public static final String COLUMNNAME_PastDue31_Plus = "PastDue31_Plus"; - - /** Set Past Due > 31 */ - public void setPastDue31_Plus (BigDecimal PastDue31_Plus); - - /** Get Past Due > 31 */ - public BigDecimal getPastDue31_Plus(); - /** Column name PastDue31_60 */ public static final String COLUMNNAME_PastDue31_60 = "PastDue31_60"; @@ -427,14 +413,14 @@ public interface I_T_Aging /** Get Past Due 31-60 */ public BigDecimal getPastDue31_60(); - /** Column name PastDue61_Plus */ - public static final String COLUMNNAME_PastDue61_Plus = "PastDue61_Plus"; + /** Column name PastDue31_Plus */ + public static final String COLUMNNAME_PastDue31_Plus = "PastDue31_Plus"; - /** Set Past Due > 61 */ - public void setPastDue61_Plus (BigDecimal PastDue61_Plus); + /** Set Past Due > 31 */ + public void setPastDue31_Plus (BigDecimal PastDue31_Plus); - /** Get Past Due > 61 */ - public BigDecimal getPastDue61_Plus(); + /** Get Past Due > 31 */ + public BigDecimal getPastDue31_Plus(); /** Column name PastDue61_90 */ public static final String COLUMNNAME_PastDue61_90 = "PastDue61_90"; @@ -445,6 +431,15 @@ public interface I_T_Aging /** Get Past Due 61-90 */ public BigDecimal getPastDue61_90(); + /** Column name PastDue61_Plus */ + public static final String COLUMNNAME_PastDue61_Plus = "PastDue61_Plus"; + + /** Set Past Due > 61 */ + public void setPastDue61_Plus (BigDecimal PastDue61_Plus); + + /** Get Past Due > 61 */ + public BigDecimal getPastDue61_Plus(); + /** Column name PastDue8_30 */ public static final String COLUMNNAME_PastDue8_30 = "PastDue8_30"; @@ -463,6 +458,15 @@ public interface I_T_Aging /** Get Past Due > 91 */ public BigDecimal getPastDue91_Plus(); + /** Column name PastDueAmt */ + public static final String COLUMNNAME_PastDueAmt = "PastDueAmt"; + + /** Set Past Due */ + public void setPastDueAmt (BigDecimal PastDueAmt); + + /** Get Past Due */ + public BigDecimal getPastDueAmt(); + /** Column name StatementDate */ public static final String COLUMNNAME_StatementDate = "StatementDate"; diff --git a/base/src/org/compiere/model/I_T_DistributionRunDetail.java b/base/src/org/compiere/model/I_T_DistributionRunDetail.java index fe1d502283..6685055a49 100644 --- a/base/src/org/compiere/model/I_T_DistributionRunDetail.java +++ b/base/src/org/compiere/model/I_T_DistributionRunDetail.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_DistributionRunDetail * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_DistributionRunDetail { @@ -52,6 +43,19 @@ public interface I_T_DistributionRunDetail /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -65,7 +69,7 @@ public interface I_T_DistributionRunDetail */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public 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"; @@ -80,7 +84,7 @@ public interface I_T_DistributionRunDetail */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws Exception; + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name M_DistributionList_ID */ public static final String COLUMNNAME_M_DistributionList_ID = "M_DistributionList_ID"; @@ -95,7 +99,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws Exception; + public I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionListLine_ID */ public static final String COLUMNNAME_M_DistributionListLine_ID = "M_DistributionListLine_ID"; @@ -110,7 +114,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionListLine_ID(); - public I_M_DistributionListLine getM_DistributionListLine() throws Exception; + public I_M_DistributionListLine getM_DistributionListLine() throws RuntimeException; /** Column name M_DistributionRun_ID */ public static final String COLUMNNAME_M_DistributionRun_ID = "M_DistributionRun_ID"; @@ -125,7 +129,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionRun_ID(); - public I_M_DistributionRun getM_DistributionRun() throws Exception; + public I_M_DistributionRun getM_DistributionRun() throws RuntimeException; /** Column name M_DistributionRunLine_ID */ public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID"; @@ -140,7 +144,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionRunLine_ID(); - public I_M_DistributionRunLine getM_DistributionRunLine() throws Exception; + public I_M_DistributionRunLine getM_DistributionRunLine() throws RuntimeException; /** Column name MinQty */ public static final String COLUMNNAME_MinQty = "MinQty"; @@ -168,7 +172,7 @@ public interface I_T_DistributionRunDetail */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/base/src/org/compiere/model/I_T_InventoryValue.java b/base/src/org/compiere/model/I_T_InventoryValue.java index bae2cd85cb..afbc05d077 100644 --- a/base/src/org/compiere/model/I_T_InventoryValue.java +++ b/base/src/org/compiere/model/I_T_InventoryValue.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_InventoryValue * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_InventoryValue { @@ -53,6 +44,19 @@ public interface I_T_InventoryValue /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; @@ -66,7 +70,7 @@ public interface I_T_InventoryValue */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -81,7 +85,7 @@ public interface I_T_InventoryValue */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; @@ -174,7 +178,7 @@ public interface I_T_InventoryValue */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws Exception; + public 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"; @@ -189,7 +193,7 @@ public interface I_T_InventoryValue */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws Exception; + public 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"; @@ -204,7 +208,7 @@ public interface I_T_InventoryValue */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -219,7 +223,7 @@ public interface I_T_InventoryValue */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; diff --git a/base/src/org/compiere/model/I_T_InvoiceGL.java b/base/src/org/compiere/model/I_T_InvoiceGL.java index 8c728578da..397aa7fb08 100644 --- a/base/src/org/compiere/model/I_T_InvoiceGL.java +++ b/base/src/org/compiere/model/I_T_InvoiceGL.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_InvoiceGL * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_InvoiceGL { @@ -53,6 +44,19 @@ public interface I_T_InvoiceGL /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; @@ -66,7 +70,7 @@ public interface I_T_InvoiceGL */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name AmtAcctBalance */ public static final String COLUMNNAME_AmtAcctBalance = "AmtAcctBalance"; @@ -198,7 +202,7 @@ public interface I_T_InvoiceGL */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name DateReval */ public static final String COLUMNNAME_DateReval = "DateReval"; diff --git a/base/src/org/compiere/model/I_T_Replenish.java b/base/src/org/compiere/model/I_T_Replenish.java index 6859098400..367e807225 100644 --- a/base/src/org/compiere/model/I_T_Replenish.java +++ b/base/src/org/compiere/model/I_T_Replenish.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Replenish * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_Replenish { @@ -52,6 +43,19 @@ public interface I_T_Replenish /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; @@ -65,7 +69,7 @@ public interface I_T_Replenish */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -80,7 +84,7 @@ public interface I_T_Replenish */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -95,7 +99,7 @@ public interface I_T_Replenish */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name Level_Max */ public static final String COLUMNNAME_Level_Max = "Level_Max"; @@ -136,7 +140,7 @@ public interface I_T_Replenish */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -151,7 +155,7 @@ public interface I_T_Replenish */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name M_WarehouseSource_ID */ public static final String COLUMNNAME_M_WarehouseSource_ID = "M_WarehouseSource_ID"; diff --git a/base/src/org/compiere/model/I_T_Report.java b/base/src/org/compiere/model/I_T_Report.java index 1644cd1a90..a0ed502b87 100644 --- a/base/src/org/compiere/model/I_T_Report.java +++ b/base/src/org/compiere/model/I_T_Report.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Report * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_Report { @@ -65,7 +56,7 @@ public interface I_T_Report */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name Col_0 */ public static final String COLUMNNAME_Col_0 = "Col_0"; @@ -309,7 +300,7 @@ public interface I_T_Report /** Get Report Line */ public int getPA_ReportLine_ID(); - public I_PA_ReportLine getPA_ReportLine() throws Exception; + public I_PA_ReportLine getPA_ReportLine() throws RuntimeException; /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; diff --git a/base/src/org/compiere/model/I_T_ReportStatement.java b/base/src/org/compiere/model/I_T_ReportStatement.java index 526582d65b..4cc4964fff 100644 --- a/base/src/org/compiere/model/I_T_ReportStatement.java +++ b/base/src/org/compiere/model/I_T_ReportStatement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_ReportStatement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_ReportStatement { @@ -66,7 +57,7 @@ public interface I_T_ReportStatement */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name AmtAcctCr */ public static final String COLUMNNAME_AmtAcctCr = "AmtAcctCr"; @@ -138,7 +129,7 @@ public interface I_T_ReportStatement /** Get Accounting Fact */ public int getFact_Acct_ID(); - public I_Fact_Acct getFact_Acct() throws Exception; + public I_Fact_Acct getFact_Acct() throws RuntimeException; /** Column name LevelNo */ public static final String COLUMNNAME_LevelNo = "LevelNo"; diff --git a/base/src/org/compiere/model/I_T_Transaction.java b/base/src/org/compiere/model/I_T_Transaction.java index db5ae618f6..da448c031d 100644 --- a/base/src/org/compiere/model/I_T_Transaction.java +++ b/base/src/org/compiere/model/I_T_Transaction.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Transaction * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_Transaction { @@ -53,6 +44,19 @@ public interface I_T_Transaction /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_PInstance_ID */ public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; @@ -66,7 +70,7 @@ public interface I_T_Transaction */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -81,7 +85,7 @@ public interface I_T_Transaction */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; + public I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -96,7 +100,7 @@ public interface I_T_Transaction */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws Exception; + public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -124,7 +128,7 @@ public interface I_T_Transaction */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws Exception; + public I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -139,7 +143,7 @@ public interface I_T_Transaction */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws Exception; + public I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; @@ -154,7 +158,7 @@ public interface I_T_Transaction */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws Exception; + public I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -169,7 +173,7 @@ public interface I_T_Transaction */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws Exception; + public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -197,7 +201,7 @@ public interface I_T_Transaction */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws Exception; + public I_M_Movement getM_Movement() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -212,7 +216,7 @@ public interface I_T_Transaction */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws Exception; + public I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -266,7 +270,7 @@ public interface I_T_Transaction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name M_Production_ID */ public static final String COLUMNNAME_M_Production_ID = "M_Production_ID"; @@ -281,7 +285,7 @@ public interface I_T_Transaction */ public int getM_Production_ID(); - public I_M_Production getM_Production() throws Exception; + public I_M_Production getM_Production() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -296,7 +300,7 @@ public interface I_T_Transaction */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws Exception; + public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -307,7 +311,7 @@ public interface I_T_Transaction /** Get Inventory Transaction */ public int getM_Transaction_ID(); - public I_M_Transaction getM_Transaction() throws Exception; + public I_M_Transaction getM_Transaction() throws RuntimeException; /** Column name Search_InOut_ID */ public static final String COLUMNNAME_Search_InOut_ID = "Search_InOut_ID"; diff --git a/base/src/org/compiere/model/I_Test.java b/base/src/org/compiere/model/I_Test.java index 719f3592d7..f93471683b 100644 --- a/base/src/org/compiere/model/I_Test.java +++ b/base/src/org/compiere/model/I_Test.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for Test * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_Test { @@ -62,6 +53,19 @@ public interface I_Test /** Get Account_Acct */ public int getAccount_Acct(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; @@ -88,7 +92,7 @@ public interface I_Test */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -103,7 +107,7 @@ public interface I_Test */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws Exception; + public I_C_Currency getC_Currency() throws RuntimeException; /** Column name CharacterData */ public static final String COLUMNNAME_CharacterData = "CharacterData"; @@ -144,7 +148,7 @@ public interface I_Test */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws Exception; + public I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -159,7 +163,7 @@ public interface I_Test */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -213,7 +217,7 @@ public interface I_Test */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_U_BlackListCheque.java b/base/src/org/compiere/model/I_U_BlackListCheque.java index 537b249227..e12c7a1df5 100644 --- a/base/src/org/compiere/model/I_U_BlackListCheque.java +++ b/base/src/org/compiere/model/I_U_BlackListCheque.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_BlackListCheque * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_U_BlackListCheque { @@ -52,6 +43,19 @@ public interface I_U_BlackListCheque /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BankName */ public static final String COLUMNNAME_BankName = "BankName"; diff --git a/base/src/org/compiere/model/I_U_POSTerminal.java b/base/src/org/compiere/model/I_U_POSTerminal.java index 14570f8841..c72bab2326 100644 --- a/base/src/org/compiere/model/I_U_POSTerminal.java +++ b/base/src/org/compiere/model/I_U_POSTerminal.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_POSTerminal * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_U_POSTerminal { @@ -53,6 +44,19 @@ public interface I_U_POSTerminal /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AutoLock */ public static final String COLUMNNAME_AutoLock = "AutoLock"; @@ -166,7 +170,7 @@ public interface I_U_POSTerminal */ public int getC_CashBook_ID(); - public I_C_CashBook getC_CashBook() throws Exception; + public I_C_CashBook getC_CashBook() throws RuntimeException; /** Column name C_CashBPartner_ID */ public static final String COLUMNNAME_C_CashBPartner_ID = "C_CashBPartner_ID"; @@ -320,7 +324,7 @@ public interface I_U_POSTerminal */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/I_U_RoleMenu.java b/base/src/org/compiere/model/I_U_RoleMenu.java index 66282eaad0..8746d75386 100644 --- a/base/src/org/compiere/model/I_U_RoleMenu.java +++ b/base/src/org/compiere/model/I_U_RoleMenu.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_RoleMenu * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_U_RoleMenu { @@ -52,6 +43,19 @@ public interface I_U_RoleMenu /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -65,7 +69,7 @@ public interface I_U_RoleMenu */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws Exception; + public I_AD_Role getAD_Role() throws RuntimeException; /** Column name U_RoleMenu_ID */ public static final String COLUMNNAME_U_RoleMenu_ID = "U_RoleMenu_ID"; @@ -85,5 +89,5 @@ public interface I_U_RoleMenu /** Get Web Menu */ public int getU_WebMenu_ID(); - public I_U_WebMenu getU_WebMenu() throws Exception; + public I_U_WebMenu getU_WebMenu() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_U_WebMenu.java b/base/src/org/compiere/model/I_U_WebMenu.java index 13eae49e3d..9ff5106e38 100644 --- a/base/src/org/compiere/model/I_U_WebMenu.java +++ b/base/src/org/compiere/model/I_U_WebMenu.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_WebMenu * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_U_WebMenu { @@ -52,6 +43,19 @@ public interface I_U_WebMenu /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Category */ public static final String COLUMNNAME_Category = "Category"; diff --git a/base/src/org/compiere/model/I_U_Web_Properties.java b/base/src/org/compiere/model/I_U_Web_Properties.java index 9610229639..26cb215440 100644 --- a/base/src/org/compiere/model/I_U_Web_Properties.java +++ b/base/src/org/compiere/model/I_U_Web_Properties.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_Web_Properties * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_U_Web_Properties { @@ -46,12 +37,25 @@ public interface I_U_Web_Properties KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = 3 - Client - Org + /** AccessLevel = 7 - System - Client - Org */ - BigDecimal accessLevel = BigDecimal.valueOf(3); + BigDecimal accessLevel = BigDecimal.valueOf(7); /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name U_Key */ public static final String COLUMNNAME_U_Key = "U_Key"; diff --git a/base/src/org/compiere/model/I_W_Advertisement.java b/base/src/org/compiere/model/I_W_Advertisement.java index f10ccb9437..47f57bee93 100644 --- a/base/src/org/compiere/model/I_W_Advertisement.java +++ b/base/src/org/compiere/model/I_W_Advertisement.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_Advertisement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_Advertisement { @@ -53,6 +44,19 @@ public interface I_W_Advertisement /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AdText */ public static final String COLUMNNAME_AdText = "AdText"; @@ -79,7 +83,7 @@ public interface I_W_Advertisement */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -246,7 +250,7 @@ public interface I_W_Advertisement */ public int getW_ClickCount_ID(); - public I_W_ClickCount getW_ClickCount() throws Exception; + public I_W_ClickCount getW_ClickCount() throws RuntimeException; /** Column name W_CounterCount_ID */ public static final String COLUMNNAME_W_CounterCount_ID = "W_CounterCount_ID"; @@ -261,7 +265,7 @@ public interface I_W_Advertisement */ public int getW_CounterCount_ID(); - public I_W_CounterCount getW_CounterCount() throws Exception; + public I_W_CounterCount getW_CounterCount() throws RuntimeException; /** Column name WebParam1 */ public static final String COLUMNNAME_WebParam1 = "WebParam1"; diff --git a/base/src/org/compiere/model/I_W_Basket.java b/base/src/org/compiere/model/I_W_Basket.java index 3566203b3b..1028c59ea1 100644 --- a/base/src/org/compiere/model/I_W_Basket.java +++ b/base/src/org/compiere/model/I_W_Basket.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_Basket * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_Basket { @@ -52,6 +43,19 @@ public interface I_W_Basket /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -65,7 +69,7 @@ public interface I_W_Basket */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws Exception; + public I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -80,7 +84,7 @@ public interface I_W_Basket */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name EMail */ public static final String COLUMNNAME_EMail = "EMail"; @@ -108,7 +112,7 @@ public interface I_W_Basket */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name Session_ID */ public static final String COLUMNNAME_Session_ID = "Session_ID"; diff --git a/base/src/org/compiere/model/I_W_BasketLine.java b/base/src/org/compiere/model/I_W_BasketLine.java index 30cb443620..c457e06d7b 100644 --- a/base/src/org/compiere/model/I_W_BasketLine.java +++ b/base/src/org/compiere/model/I_W_BasketLine.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_BasketLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_BasketLine { @@ -52,6 +43,19 @@ public interface I_W_BasketLine /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -91,7 +95,7 @@ public interface I_W_BasketLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name Price */ public static final String COLUMNNAME_Price = "Price"; @@ -141,7 +145,7 @@ public interface I_W_BasketLine */ public int getW_Basket_ID(); - public I_W_Basket getW_Basket() throws Exception; + public I_W_Basket getW_Basket() throws RuntimeException; /** Column name W_BasketLine_ID */ public static final String COLUMNNAME_W_BasketLine_ID = "W_BasketLine_ID"; diff --git a/base/src/org/compiere/model/I_W_Click.java b/base/src/org/compiere/model/I_W_Click.java index ceabe5905e..bfde331925 100644 --- a/base/src/org/compiere/model/I_W_Click.java +++ b/base/src/org/compiere/model/I_W_Click.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_Click * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_Click { @@ -65,6 +56,19 @@ public interface I_W_Click */ public String getAcceptLanguage(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -182,7 +186,7 @@ public interface I_W_Click */ public int getW_ClickCount_ID(); - public I_W_ClickCount getW_ClickCount() throws Exception; + public I_W_ClickCount getW_ClickCount() throws RuntimeException; /** Column name W_Click_ID */ public static final String COLUMNNAME_W_Click_ID = "W_Click_ID"; diff --git a/base/src/org/compiere/model/I_W_ClickCount.java b/base/src/org/compiere/model/I_W_ClickCount.java index 89b44d3ce9..2ca218bd31 100644 --- a/base/src/org/compiere/model/I_W_ClickCount.java +++ b/base/src/org/compiere/model/I_W_ClickCount.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_ClickCount * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_ClickCount { @@ -52,6 +43,19 @@ public interface I_W_ClickCount /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; diff --git a/base/src/org/compiere/model/I_W_Counter.java b/base/src/org/compiere/model/I_W_Counter.java index c3df9434f6..fba600f7b3 100644 --- a/base/src/org/compiere/model/I_W_Counter.java +++ b/base/src/org/compiere/model/I_W_Counter.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_Counter * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_Counter { @@ -65,6 +56,19 @@ public interface I_W_Counter */ public String getAcceptLanguage(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -178,7 +182,7 @@ public interface I_W_Counter */ public int getW_CounterCount_ID(); - public I_W_CounterCount getW_CounterCount() throws Exception; + public I_W_CounterCount getW_CounterCount() throws RuntimeException; /** Column name W_Counter_ID */ public static final String COLUMNNAME_W_Counter_ID = "W_Counter_ID"; diff --git a/base/src/org/compiere/model/I_W_CounterCount.java b/base/src/org/compiere/model/I_W_CounterCount.java index 7fc4145561..d5b7df9b6c 100644 --- a/base/src/org/compiere/model/I_W_CounterCount.java +++ b/base/src/org/compiere/model/I_W_CounterCount.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_CounterCount * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_CounterCount { @@ -52,6 +43,19 @@ public interface I_W_CounterCount /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; diff --git a/base/src/org/compiere/model/I_W_MailMsg.java b/base/src/org/compiere/model/I_W_MailMsg.java index 85aab7abc4..af5aaba2a4 100644 --- a/base/src/org/compiere/model/I_W_MailMsg.java +++ b/base/src/org/compiere/model/I_W_MailMsg.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_MailMsg * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_MailMsg { @@ -52,6 +43,19 @@ public interface I_W_MailMsg /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -169,5 +173,5 @@ public interface I_W_MailMsg */ public int getW_Store_ID(); - public I_W_Store getW_Store() throws Exception; + public I_W_Store getW_Store() throws RuntimeException; } diff --git a/base/src/org/compiere/model/I_W_Store.java b/base/src/org/compiere/model/I_W_Store.java index c94cfa9b67..bbffb1531f 100644 --- a/base/src/org/compiere/model/I_W_Store.java +++ b/base/src/org/compiere/model/I_W_Store.java @@ -1,31 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * - * This program is free software, you can redistribute it and/or * - * modify it under the terms of the GNU General Public License * - * as published by the Free Software Foundation, either version 2 * - * of the License, or (at your option) any later version. * - * * - * 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., 51 Franklin Street, Fifth Floor, Boston, * - * MA 02110-1301, USA. * - * * - * Contributors: * - * - Trifon Trifonov (trifonnt@users.sourceforge.net) * - * * - * Sponsors: * - * - Company (http://www.site.com) * - **********************************************************************/ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2007 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; @@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for W_Store * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_W_Store { @@ -52,6 +43,19 @@ public interface I_W_Store /** Load Meta Data */ + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name C_PaymentTerm_ID */ public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID"; @@ -65,7 +69,7 @@ public interface I_W_Store */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws Exception; + public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -275,7 +279,7 @@ public interface I_W_Store */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws Exception; + public I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -290,7 +294,7 @@ public interface I_W_Store */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/compiere/model/X_A_Asset_Acct.java b/base/src/org/compiere/model/X_A_Asset_Acct.java index 20be442b53..89e09c0e54 100644 --- a/base/src/org/compiere/model/X_A_Asset_Acct.java +++ b/base/src/org/compiere/model/X_A_Asset_Acct.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Acct * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent { @@ -83,15 +83,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return sb.toString(); } - /** Set A_Accumdepreciation_Acct. - @param A_Accumdepreciation_Acct A_Accumdepreciation_Acct */ + /** Set Accumulated Depreciation. + @param A_Accumdepreciation_Acct Accumulated Depreciation */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); } - /** Get A_Accumdepreciation_Acct. - @return A_Accumdepreciation_Acct */ + /** Get Accumulated Depreciation. + @return Accumulated Depreciation */ public int getA_Accumdepreciation_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); @@ -100,15 +100,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Asset_Acct. - @param A_Asset_Acct A_Asset_Acct */ + /** Set Asset Cost Account. + @param A_Asset_Acct Asset Cost Account */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); } - /** Get A_Asset_Acct. - @return A_Asset_Acct */ + /** Get Asset Cost Account. + @return Asset Cost Account */ public int getA_Asset_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); @@ -167,8 +167,6 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** A_Asset_Spread_ID AD_Reference_ID=53268 */ - public static final int A_ASSET_SPREAD_ID_AD_Reference_ID=53268; /** Set A_Asset_Spread_ID. @param A_Asset_Spread_ID A_Asset_Spread_ID */ public void setA_Asset_Spread_ID (int A_Asset_Spread_ID) @@ -189,15 +187,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Depreciation_Acct. - @param A_Depreciation_Acct A_Depreciation_Acct */ + /** Set Depreciation Expense Account. + @param A_Depreciation_Acct Depreciation Expense Account */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); } - /** Get A_Depreciation_Acct. - @return A_Depreciation_Acct */ + /** Get Depreciation Expense Account. + @return Depreciation Expense Account */ public int getA_Depreciation_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); @@ -206,10 +204,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** A_Depreciation_Conv_ID AD_Reference_ID=53267 */ - public static final int A_DEPRECIATION_CONV_ID_AD_Reference_ID=53267; - /** Set A_Depreciation_Conv_ID. - @param A_Depreciation_Conv_ID A_Depreciation_Conv_ID */ + /** Set Convention Type. + @param A_Depreciation_Conv_ID Convention Type */ public void setA_Depreciation_Conv_ID (int A_Depreciation_Conv_ID) { if (A_Depreciation_Conv_ID < 1) @@ -217,8 +213,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent set_Value (COLUMNNAME_A_Depreciation_Conv_ID, Integer.valueOf(A_Depreciation_Conv_ID)); } - /** Get A_Depreciation_Conv_ID. - @return A_Depreciation_Conv_ID */ + /** Get Convention Type. + @return Convention Type */ public int getA_Depreciation_Conv_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Conv_ID); @@ -227,10 +223,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** A_Depreciation_ID AD_Reference_ID=53264 */ - public static final int A_DEPRECIATION_ID_AD_Reference_ID=53264; - /** Set A_Depreciation_ID. - @param A_Depreciation_ID A_Depreciation_ID */ + /** Set Depreciation Type. + @param A_Depreciation_ID Depreciation Type */ public void setA_Depreciation_ID (int A_Depreciation_ID) { if (A_Depreciation_ID < 1) @@ -238,8 +232,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent set_Value (COLUMNNAME_A_Depreciation_ID, Integer.valueOf(A_Depreciation_ID)); } - /** Get A_Depreciation_ID. - @return A_Depreciation_ID */ + /** Get Depreciation Type. + @return Depreciation Type */ public int getA_Depreciation_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_ID); @@ -286,10 +280,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } - /** A_Depreciation_Method_ID AD_Reference_ID=53266 */ - public static final int A_DEPRECIATION_METHOD_ID_AD_Reference_ID=53266; - /** Set A_Depreciation_Method_ID. - @param A_Depreciation_Method_ID A_Depreciation_Method_ID */ + /** Set Depreciation Calculation Type. + @param A_Depreciation_Method_ID Depreciation Calculation Type */ public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID) { if (A_Depreciation_Method_ID < 1) @@ -297,8 +289,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent set_Value (COLUMNNAME_A_Depreciation_Method_ID, Integer.valueOf(A_Depreciation_Method_ID)); } - /** Get A_Depreciation_Method_ID. - @return A_Depreciation_Method_ID */ + /** Get Depreciation Calculation Type. + @return Depreciation Calculation Type */ public int getA_Depreciation_Method_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_ID); @@ -307,8 +299,6 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** A_Depreciation_Table_Header_ID AD_Reference_ID=53265 */ - public static final int A_DEPRECIATION_TABLE_HEADER_ID_AD_Reference_ID=53265; /** Set A_Depreciation_Table_Header_ID. @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) @@ -363,15 +353,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Disposal_Loss. - @param A_Disposal_Loss A_Disposal_Loss */ + /** Set Loss on Disposal. + @param A_Disposal_Loss Loss on Disposal */ public void setA_Disposal_Loss (int A_Disposal_Loss) { set_Value (COLUMNNAME_A_Disposal_Loss, Integer.valueOf(A_Disposal_Loss)); } - /** Get A_Disposal_Loss. - @return A_Disposal_Loss */ + /** Get Loss on Disposal. + @return Loss on Disposal */ public int getA_Disposal_Loss () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss); @@ -380,15 +370,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Disposal_Revenue. - @param A_Disposal_Revenue A_Disposal_Revenue */ + /** Set Disposal Revenue. + @param A_Disposal_Revenue Disposal Revenue */ public void setA_Disposal_Revenue (int A_Disposal_Revenue) { set_Value (COLUMNNAME_A_Disposal_Revenue, Integer.valueOf(A_Disposal_Revenue)); } - /** Get A_Disposal_Revenue. - @return A_Disposal_Revenue */ + /** Get Disposal Revenue. + @return Disposal Revenue */ public int getA_Disposal_Revenue () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue); @@ -397,15 +387,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Period_End. - @param A_Period_End A_Period_End */ + /** Set Period End. + @param A_Period_End Period End */ public void setA_Period_End (int A_Period_End) { set_Value (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); } - /** Get A_Period_End. - @return A_Period_End */ + /** Get Period End. + @return Period End */ public int getA_Period_End () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); @@ -414,15 +404,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + /** Set Period Start. + @param A_Period_Start Period Start */ public void setA_Period_Start (int A_Period_Start) { set_Value (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); } - /** Get A_Period_Start. - @return A_Period_Start */ + /** Get Period Start. + @return Period Start */ public int getA_Period_Start () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); @@ -431,15 +421,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Reval_Accumdep_Offset_Cur. - @param A_Reval_Accumdep_Offset_Cur A_Reval_Accumdep_Offset_Cur */ + /** Set Revaluation Accumulated Depreciation Offset for Current Year. + @param A_Reval_Accumdep_Offset_Cur Revaluation Accumulated Depreciation Offset for Current Year */ public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Cur, Integer.valueOf(A_Reval_Accumdep_Offset_Cur)); } - /** Get A_Reval_Accumdep_Offset_Cur. - @return A_Reval_Accumdep_Offset_Cur */ + /** Get Revaluation Accumulated Depreciation Offset for Current Year. + @return Revaluation Accumulated Depreciation Offset for Current Year */ public int getA_Reval_Accumdep_Offset_Cur () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Cur); @@ -448,15 +438,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Reval_Accumdep_Offset_Prior. - @param A_Reval_Accumdep_Offset_Prior A_Reval_Accumdep_Offset_Prior */ + /** Set Revaluation Accumulated Depreciation Offset for Prior Year. + @param A_Reval_Accumdep_Offset_Prior Revaluation Accumulated Depreciation Offset for Prior Year */ public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Prior, Integer.valueOf(A_Reval_Accumdep_Offset_Prior)); } - /** Get A_Reval_Accumdep_Offset_Prior. - @return A_Reval_Accumdep_Offset_Prior */ + /** Get Revaluation Accumulated Depreciation Offset for Prior Year. + @return Revaluation Accumulated Depreciation Offset for Prior Year */ public int getA_Reval_Accumdep_Offset_Prior () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Prior); @@ -473,30 +463,30 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent public static final String A_REVAL_CAL_METHOD_InceptionToDate = "IDF"; /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; - /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + /** Set Revaluation Calculation Method. + @param A_Reval_Cal_Method Revaluation Calculation Method */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { if (A_Reval_Cal_Method == null || A_Reval_Cal_Method.equals("DFT") || A_Reval_Cal_Method.equals("IDF") || A_Reval_Cal_Method.equals("YBF")); else throw new IllegalArgumentException ("A_Reval_Cal_Method Invalid value - " + A_Reval_Cal_Method + " - Reference_ID=53259 - DFT - IDF - YBF"); set_Value (COLUMNNAME_A_Reval_Cal_Method, A_Reval_Cal_Method); } - /** Get A_Reval_Cal_Method. - @return A_Reval_Cal_Method */ + /** Get Revaluation Calculation Method. + @return Revaluation Calculation Method */ public String getA_Reval_Cal_Method () { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } - /** Set A_Reval_Cost_Offset. - @param A_Reval_Cost_Offset A_Reval_Cost_Offset */ + /** Set Revaluation Cost Offset for Current Year. + @param A_Reval_Cost_Offset Revaluation Cost Offset for Current Year */ public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset) { set_Value (COLUMNNAME_A_Reval_Cost_Offset, Integer.valueOf(A_Reval_Cost_Offset)); } - /** Get A_Reval_Cost_Offset. - @return A_Reval_Cost_Offset */ + /** Get Revaluation Cost Offset for Current Year. + @return Revaluation Cost Offset for Current Year */ public int getA_Reval_Cost_Offset () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset); @@ -505,15 +495,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Reval_Cost_Offset_Prior. - @param A_Reval_Cost_Offset_Prior A_Reval_Cost_Offset_Prior */ + /** Set Revaluation Cost Offset for Prior Year. + @param A_Reval_Cost_Offset_Prior Revaluation Cost Offset for Prior Year */ public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior, Integer.valueOf(A_Reval_Cost_Offset_Prior)); } - /** Get A_Reval_Cost_Offset_Prior. - @return A_Reval_Cost_Offset_Prior */ + /** Get Revaluation Cost Offset for Prior Year. + @return Revaluation Cost Offset for Prior Year */ public int getA_Reval_Cost_Offset_Prior () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior); @@ -522,15 +512,15 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Reval_Depexp_Offset. - @param A_Reval_Depexp_Offset A_Reval_Depexp_Offset */ + /** Set Revaluation Expense Offs. + @param A_Reval_Depexp_Offset Revaluation Expense Offs */ public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset, Integer.valueOf(A_Reval_Depexp_Offset)); } - /** Get A_Reval_Depexp_Offset. - @return A_Reval_Depexp_Offset */ + /** Get Revaluation Expense Offs. + @return Revaluation Expense Offs */ public int getA_Reval_Depexp_Offset () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset); @@ -539,8 +529,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return ii.intValue(); } - /** Set A_Salvage_Value. - @param A_Salvage_Value A_Salvage_Value */ + /** Set Salvage Value. + @param A_Salvage_Value Salvage Value */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { if (A_Salvage_Value == null) @@ -548,8 +538,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); } - /** Get A_Salvage_Value. - @return A_Salvage_Value */ + /** Get Salvage Value. + @return Salvage Value */ public BigDecimal getA_Salvage_Value () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); @@ -558,8 +548,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return bd; } - /** Set A_Split_Percent. - @param A_Split_Percent A_Split_Percent */ + /** Set Split Percentage. + @param A_Split_Percent Split Percentage */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { if (A_Split_Percent == null) @@ -567,8 +557,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); } - /** Get A_Split_Percent. - @return A_Split_Percent */ + /** Get Split Percentage. + @return Split Percentage */ public BigDecimal getA_Split_Percent () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); @@ -577,7 +567,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent return bd; } - public I_C_AcctSchema getC_AcctSchema() throws Exception + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException { Class clazz = MTable.getClass(I_C_AcctSchema.Table_Name); I_C_AcctSchema result = null; @@ -588,7 +578,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } catch (Exception e) { log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; + throw new RuntimeException( e ); } return result; } diff --git a/base/src/org/compiere/model/X_A_Asset_Addition.java b/base/src/org/compiere/model/X_A_Asset_Addition.java index d5ac113478..70bbfc866a 100644 --- a/base/src/org/compiere/model/X_A_Asset_Addition.java +++ b/base/src/org/compiere/model/X_A_Asset_Addition.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Addition * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Persistent { @@ -131,30 +131,30 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers public static final String A_CAPVSEXP_Capital = "Cap"; /** Expense = Exp */ public static final String A_CAPVSEXP_Expense = "Exp"; - /** Set A_CapvsExp. - @param A_CapvsExp A_CapvsExp */ + /** Set Capital vs Expense. + @param A_CapvsExp Capital vs Expense */ public void setA_CapvsExp (String A_CapvsExp) { if (A_CapvsExp == null || A_CapvsExp.equals("Cap") || A_CapvsExp.equals("Exp")); else throw new IllegalArgumentException ("A_CapvsExp Invalid value - " + A_CapvsExp + " - Reference_ID=53277 - Cap - Exp"); set_Value (COLUMNNAME_A_CapvsExp, A_CapvsExp); } - /** Get A_CapvsExp. - @return A_CapvsExp */ + /** Get Capital vs Expense. + @return Capital vs Expense */ public String getA_CapvsExp () { return (String)get_Value(COLUMNNAME_A_CapvsExp); } - /** Set A_QTY_Current. - @param A_QTY_Current A_QTY_Current */ + /** Set Quantity. + @param A_QTY_Current Quantity */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); } - /** Get A_QTY_Current. - @return A_QTY_Current */ + /** Get Quantity. + @return Quantity */ public BigDecimal getA_QTY_Current () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); @@ -173,16 +173,16 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers public static final String A_SOURCETYPE_JournalEntry = "JRN"; /** Manual = MAN */ public static final String A_SOURCETYPE_Manual = "MAN"; - /** Set A_SourceType. - @param A_SourceType A_SourceType */ + /** Set Source of Entry. + @param A_SourceType Source of Entry */ public void setA_SourceType (String A_SourceType) { if (A_SourceType == null || A_SourceType.equals("IMP") || A_SourceType.equals("INV") || A_SourceType.equals("JRN") || A_SourceType.equals("MAN")); else throw new IllegalArgumentException ("A_SourceType Invalid value - " + A_SourceType + " - Reference_ID=53276 - IMP - INV - JRN - MAN"); set_Value (COLUMNNAME_A_SourceType, A_SourceType); } - /** Get A_SourceType. - @return A_SourceType */ + /** Get Source of Entry. + @return Source of Entry */ public String getA_SourceType () { return (String)get_Value(COLUMNNAME_A_SourceType); @@ -210,9 +210,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers return bd; } - /** C_Invoice_ID AD_Reference_ID=53275 */ - public static final int C_INVOICE_ID_AD_Reference_ID=53275; - public I_C_Invoice getC_Invoice() throws Exception + public I_C_Invoice getC_Invoice() throws RuntimeException { Class clazz = MTable.getClass(I_C_Invoice.Table_Name); I_C_Invoice result = null; @@ -223,7 +221,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } catch (Exception e) { log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; + throw new RuntimeException( e ); } return result; } @@ -287,7 +285,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers return (String)get_Value(COLUMNNAME_DocumentNo); } - public I_GL_JournalBatch getGL_JournalBatch() throws Exception + public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException { Class clazz = MTable.getClass(I_GL_JournalBatch.Table_Name); I_GL_JournalBatch result = null; @@ -298,7 +296,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } catch (Exception e) { log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; + throw new RuntimeException( e ); } return result; } diff --git a/base/src/org/compiere/model/X_A_Asset_Change.java b/base/src/org/compiere/model/X_A_Asset_Change.java index 754cefba07..edee56a8fd 100644 --- a/base/src/org/compiere/model/X_A_Asset_Change.java +++ b/base/src/org/compiere/model/X_A_Asset_Change.java @@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Change * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persistent { @@ -78,15 +78,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return sb.toString(); } - /** Set A_Accumdepreciation_Acct. - @param A_Accumdepreciation_Acct A_Accumdepreciation_Acct */ + /** Set Accumulated Depreciation. + @param A_Accumdepreciation_Acct Accumulated Depreciation */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); } - /** Get A_Accumdepreciation_Acct. - @return A_Accumdepreciation_Acct */ + /** Get Accumulated Depreciation. + @return Accumulated Depreciation */ public int getA_Accumdepreciation_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); @@ -95,15 +95,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Asset_Acct. - @param A_Asset_Acct A_Asset_Acct */ + /** Set Asset Cost Account. + @param A_Asset_Acct Asset Cost Account */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); } - /** Get A_Asset_Acct. - @return A_Asset_Acct */ + /** Get Asset Cost Account. + @return Asset Cost Account */ public int getA_Asset_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); @@ -193,8 +193,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return (Timestamp)get_Value(COLUMNNAME_A_Asset_CreateDate); } - /** A_Asset_ID AD_Reference_ID=53258 */ - public static final int A_ASSET_ID_AD_Reference_ID=53258; /** Set Asset. @param A_Asset_ID Asset used internally or by customers @@ -254,8 +252,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return (Timestamp)get_Value(COLUMNNAME_A_Asset_RevalDate); } - /** A_Asset_Spread_Type AD_Reference_ID=53268 */ - public static final int A_ASSET_SPREAD_TYPE_AD_Reference_ID=53268; /** Set A_Asset_Spread_Type. @param A_Asset_Spread_Type A_Asset_Spread_Type */ public void setA_Asset_Spread_Type (int A_Asset_Spread_Type) @@ -273,15 +269,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Depreciation_Acct. - @param A_Depreciation_Acct A_Depreciation_Acct */ + /** Set Depreciation Expense Account. + @param A_Depreciation_Acct Depreciation Expense Account */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); } - /** Get A_Depreciation_Acct. - @return A_Depreciation_Acct */ + /** Get Depreciation Expense Account. + @return Depreciation Expense Account */ public int getA_Depreciation_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); @@ -290,17 +286,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** A_Depreciation_Calc_Type AD_Reference_ID=53266 */ - public static final int A_DEPRECIATION_CALC_TYPE_AD_Reference_ID=53266; - /** Set A_Depreciation_Calc_Type. - @param A_Depreciation_Calc_Type A_Depreciation_Calc_Type */ + /** Set Depreciation Calculation Type. + @param A_Depreciation_Calc_Type Depreciation Calculation Type */ public void setA_Depreciation_Calc_Type (int A_Depreciation_Calc_Type) { set_Value (COLUMNNAME_A_Depreciation_Calc_Type, Integer.valueOf(A_Depreciation_Calc_Type)); } - /** Get A_Depreciation_Calc_Type. - @return A_Depreciation_Calc_Type */ + /** Get Depreciation Calculation Type. + @return Depreciation Calculation Type */ public int getA_Depreciation_Calc_Type () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Calc_Type); @@ -347,8 +341,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } - /** A_Depreciation_Table_Header_ID AD_Reference_ID=53265 */ - public static final int A_DEPRECIATION_TABLE_HEADER_ID_AD_Reference_ID=53265; /** Set A_Depreciation_Table_Header_ID. @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) @@ -386,15 +378,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return bd; } - /** Set A_Disposal_Loss. - @param A_Disposal_Loss A_Disposal_Loss */ + /** Set Loss on Disposal. + @param A_Disposal_Loss Loss on Disposal */ public void setA_Disposal_Loss (int A_Disposal_Loss) { set_Value (COLUMNNAME_A_Disposal_Loss, Integer.valueOf(A_Disposal_Loss)); } - /** Get A_Disposal_Loss. - @return A_Disposal_Loss */ + /** Get Loss on Disposal. + @return Loss on Disposal */ public int getA_Disposal_Loss () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss); @@ -403,15 +395,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Disposal_Revenue. - @param A_Disposal_Revenue A_Disposal_Revenue */ + /** Set Disposal Revenue. + @param A_Disposal_Revenue Disposal Revenue */ public void setA_Disposal_Revenue (int A_Disposal_Revenue) { set_Value (COLUMNNAME_A_Disposal_Revenue, Integer.valueOf(A_Disposal_Revenue)); } - /** Get A_Disposal_Revenue. - @return A_Disposal_Revenue */ + /** Get Disposal Revenue. + @return Disposal Revenue */ public int getA_Disposal_Revenue () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue); @@ -420,8 +412,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Ad_User_ID AD_Reference_ID=286 */ - public static final int AD_USER_ID_AD_Reference_ID=286; /** Set Ad_User_ID. @param Ad_User_ID Ad_User_ID */ public void setAd_User_ID (int Ad_User_ID) @@ -442,10 +432,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** A_Parent_Asset_ID AD_Reference_ID=53258 */ - public static final int A_PARENT_ASSET_ID_AD_Reference_ID=53258; - /** Set A_Parent_Asset_ID. - @param A_Parent_Asset_ID A_Parent_Asset_ID */ + /** Set Asset ID. + @param A_Parent_Asset_ID Asset ID */ public void setA_Parent_Asset_ID (int A_Parent_Asset_ID) { if (A_Parent_Asset_ID < 1) @@ -454,8 +442,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste set_Value (COLUMNNAME_A_Parent_Asset_ID, Integer.valueOf(A_Parent_Asset_ID)); } - /** Get A_Parent_Asset_ID. - @return A_Parent_Asset_ID */ + /** Get Asset ID. + @return Asset ID */ public int getA_Parent_Asset_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Parent_Asset_ID); @@ -464,15 +452,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Period_End. - @param A_Period_End A_Period_End */ + /** Set Period End. + @param A_Period_End Period End */ public void setA_Period_End (int A_Period_End) { set_Value (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); } - /** Get A_Period_End. - @return A_Period_End */ + /** Get Period End. + @return Period End */ public int getA_Period_End () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); @@ -481,15 +469,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + /** Set Period Start. + @param A_Period_Start Period Start */ public void setA_Period_Start (int A_Period_Start) { set_Value (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); } - /** Get A_Period_Start. - @return A_Period_Start */ + /** Get Period Start. + @return Period Start */ public int getA_Period_Start () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); @@ -498,15 +486,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_QTY_Current. - @param A_QTY_Current A_QTY_Current */ + /** Set Quantity. + @param A_QTY_Current Quantity */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); } - /** Get A_QTY_Current. - @return A_QTY_Current */ + /** Get Quantity. + @return Quantity */ public BigDecimal getA_QTY_Current () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); @@ -515,15 +503,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return bd; } - /** Set A_QTY_Original. - @param A_QTY_Original A_QTY_Original */ + /** Set Original Qty. + @param A_QTY_Original Original Qty */ public void setA_QTY_Original (BigDecimal A_QTY_Original) { set_Value (COLUMNNAME_A_QTY_Original, A_QTY_Original); } - /** Get A_QTY_Original. - @return A_QTY_Original */ + /** Get Original Qty. + @return Original Qty */ public BigDecimal getA_QTY_Original () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Original); @@ -532,15 +520,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return bd; } - /** Set A_Reval_Accumdep_Offset_Cur. - @param A_Reval_Accumdep_Offset_Cur A_Reval_Accumdep_Offset_Cur */ + /** Set Revaluation Accumulated Depreciation Offset for Current Year. + @param A_Reval_Accumdep_Offset_Cur Revaluation Accumulated Depreciation Offset for Current Year */ public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Cur, Integer.valueOf(A_Reval_Accumdep_Offset_Cur)); } - /** Get A_Reval_Accumdep_Offset_Cur. - @return A_Reval_Accumdep_Offset_Cur */ + /** Get Revaluation Accumulated Depreciation Offset for Current Year. + @return Revaluation Accumulated Depreciation Offset for Current Year */ public int getA_Reval_Accumdep_Offset_Cur () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Cur); @@ -549,15 +537,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Reval_Accumdep_Offset_Prior. - @param A_Reval_Accumdep_Offset_Prior A_Reval_Accumdep_Offset_Prior */ + /** Set Revaluation Accumulated Depreciation Offset for Prior Year. + @param A_Reval_Accumdep_Offset_Prior Revaluation Accumulated Depreciation Offset for Prior Year */ public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Prior, Integer.valueOf(A_Reval_Accumdep_Offset_Prior)); } - /** Get A_Reval_Accumdep_Offset_Prior. - @return A_Reval_Accumdep_Offset_Prior */ + /** Get Revaluation Accumulated Depreciation Offset for Prior Year. + @return Revaluation Accumulated Depreciation Offset for Prior Year */ public int getA_Reval_Accumdep_Offset_Prior () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Prior); @@ -574,30 +562,30 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste public static final String A_REVAL_CAL_METHOD_InceptionToDate = "IDF"; /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; - /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + /** Set Revaluation Calculation Method. + @param A_Reval_Cal_Method Revaluation Calculation Method */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { if (A_Reval_Cal_Method == null || A_Reval_Cal_Method.equals("DFT") || A_Reval_Cal_Method.equals("IDF") || A_Reval_Cal_Method.equals("YBF")); else throw new IllegalArgumentException ("A_Reval_Cal_Method Invalid value - " + A_Reval_Cal_Method + " - Reference_ID=53259 - DFT - IDF - YBF"); set_Value (COLUMNNAME_A_Reval_Cal_Method, A_Reval_Cal_Method); } - /** Get A_Reval_Cal_Method. - @return A_Reval_Cal_Method */ + /** Get Revaluation Calculation Method. + @return Revaluation Calculation Method */ public String getA_Reval_Cal_Method () { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } - /** Set A_Reval_Cost_Offset. - @param A_Reval_Cost_Offset A_Reval_Cost_Offset */ + /** Set Revaluation Cost Offset for Current Year. + @param A_Reval_Cost_Offset Revaluation Cost Offset for Current Year */ public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset) { set_Value (COLUMNNAME_A_Reval_Cost_Offset, Integer.valueOf(A_Reval_Cost_Offset)); } - /** Get A_Reval_Cost_Offset. - @return A_Reval_Cost_Offset */ + /** Get Revaluation Cost Offset for Current Year. + @return Revaluation Cost Offset for Current Year */ public int getA_Reval_Cost_Offset () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset); @@ -606,15 +594,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Reval_Cost_Offset_Prior. - @param A_Reval_Cost_Offset_Prior A_Reval_Cost_Offset_Prior */ + /** Set Revaluation Cost Offset for Prior Year. + @param A_Reval_Cost_Offset_Prior Revaluation Cost Offset for Prior Year */ public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior, Integer.valueOf(A_Reval_Cost_Offset_Prior)); } - /** Get A_Reval_Cost_Offset_Prior. - @return A_Reval_Cost_Offset_Prior */ + /** Get Revaluation Cost Offset for Prior Year. + @return Revaluation Cost Offset for Prior Year */ public int getA_Reval_Cost_Offset_Prior () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior); @@ -623,15 +611,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Reval_Depexp_Offset. - @param A_Reval_Depexp_Offset A_Reval_Depexp_Offset */ + /** Set Revaluation Expense Offs. + @param A_Reval_Depexp_Offset Revaluation Expense Offs */ public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset, Integer.valueOf(A_Reval_Depexp_Offset)); } - /** Get A_Reval_Depexp_Offset. - @return A_Reval_Depexp_Offset */ + /** Get Revaluation Expense Offs. + @return Revaluation Expense Offs */ public int getA_Reval_Depexp_Offset () { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset); @@ -640,15 +628,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** Set A_Salvage_Value. - @param A_Salvage_Value A_Salvage_Value */ + /** Set Salvage Value. + @param A_Salvage_Value Salvage Value */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); } - /** Get A_Salvage_Value. - @return A_Salvage_Value */ + /** Get Salvage Value. + @return Salvage Value */ public BigDecimal getA_Salvage_Value () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); @@ -657,15 +645,15 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return bd; } - /** Set A_Split_Percent. - @param A_Split_Percent A_Split_Percent */ + /** Set Split Percentage. + @param A_Split_Percent Split Percentage */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); } - /** Get A_Split_Percent. - @return A_Split_Percent */ + /** Get Split Percentage. + @return Split Percentage */ public BigDecimal getA_Split_Percent () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); @@ -799,7 +787,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return bd; } - public I_C_AcctSchema getC_AcctSchema() throws Exception + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException { Class clazz = MTable.getClass(I_C_AcctSchema.Table_Name); I_C_AcctSchema result = null; @@ -810,7 +798,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } catch (Exception e) { log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; + throw new RuntimeException( e ); } return result; } @@ -861,8 +849,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** C_BPartner_Location_ID AD_Reference_ID=159 */ - public static final int C_BPARTNER_LOCATION_ID_AD_Reference_ID=159; /** Set Partner Location. @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner @@ -962,8 +948,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return (String)get_Value(COLUMNNAME_ChangeType); } - /** C_Location_ID AD_Reference_ID=133 */ - public static final int C_LOCATION_ID_AD_Reference_ID=133; /** Set Address. @param C_Location_ID Location or Address @@ -987,8 +971,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return ii.intValue(); } - /** ConventionType AD_Reference_ID=53267 */ - public static final int CONVENTIONTYPE_AD_Reference_ID=53267; /** Set ConventionType. @param ConventionType ConventionType */ public void setConventionType (int ConventionType) @@ -1046,8 +1028,6 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste return (Timestamp)get_Value(COLUMNNAME_DateAcct); } - /** DepreciationType AD_Reference_ID=53264 */ - public static final int DEPRECIATIONTYPE_AD_Reference_ID=53264; /** Set DepreciationType. @param DepreciationType DepreciationType */ public void setDepreciationType (int DepreciationType)