From 556f7bb03d9e2542afcfa41e25aac186cc09f4ca Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sun, 21 Dec 2008 10:58:37 +0000 Subject: [PATCH] Generate complete model for version 3.5.3a - partial upload --- .../org/compiere/model/I_A_Asset_Acct.java | 136 +++++++++--------- .../compiere/model/I_A_Asset_Addition.java | 78 +++++----- 2 files changed, 111 insertions(+), 103 deletions(-) diff --git a/base/src/org/compiere/model/I_A_Asset_Acct.java b/base/src/org/compiere/model/I_A_Asset_Acct.java index 32e3e2fbf0..ba2ce53c96 100644 --- a/base/src/org/compiere/model/I_A_Asset_Acct.java +++ b/base/src/org/compiere/model/I_A_Asset_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 A_Asset_Acct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_A_Asset_Acct { @@ -55,19 +46,19 @@ public interface I_A_Asset_Acct /** Column name A_Accumdepreciation_Acct */ public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct"; - /** Set A_Accumdepreciation_Acct */ + /** Set Accumulated Depreciation */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct); - /** Get A_Accumdepreciation_Acct */ + /** Get Accumulated Depreciation */ public int getA_Accumdepreciation_Acct(); /** Column name A_Asset_Acct */ public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct"; - /** Set A_Asset_Acct */ + /** Set Asset Cost Account */ public void setA_Asset_Acct (int A_Asset_Acct); - /** Get A_Asset_Acct */ + /** Get Asset Cost Account */ public int getA_Asset_Acct(); /** Column name A_Asset_Acct_ID */ @@ -104,28 +95,28 @@ public interface I_A_Asset_Acct /** Column name A_Depreciation_Acct */ public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct"; - /** Set A_Depreciation_Acct */ + /** Set Depreciation Expense Account */ public void setA_Depreciation_Acct (int A_Depreciation_Acct); - /** Get A_Depreciation_Acct */ + /** Get Depreciation Expense Account */ public int getA_Depreciation_Acct(); /** Column name A_Depreciation_Conv_ID */ public static final String COLUMNNAME_A_Depreciation_Conv_ID = "A_Depreciation_Conv_ID"; - /** Set A_Depreciation_Conv_ID */ + /** Set Convention Type */ public void setA_Depreciation_Conv_ID (int A_Depreciation_Conv_ID); - /** Get A_Depreciation_Conv_ID */ + /** Get Convention Type */ public int getA_Depreciation_Conv_ID(); /** Column name A_Depreciation_ID */ public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID"; - /** Set A_Depreciation_ID */ + /** Set Depreciation Type */ public void setA_Depreciation_ID (int A_Depreciation_ID); - /** Get A_Depreciation_ID */ + /** Get Depreciation Type */ public int getA_Depreciation_ID(); /** Column name A_Depreciation_Manual_Amount */ @@ -149,10 +140,10 @@ public interface I_A_Asset_Acct /** Column name A_Depreciation_Method_ID */ public static final String COLUMNNAME_A_Depreciation_Method_ID = "A_Depreciation_Method_ID"; - /** Set A_Depreciation_Method_ID */ + /** Set Depreciation Calculation Type */ public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID); - /** Get A_Depreciation_Method_ID */ + /** Get Depreciation Calculation Type */ public int getA_Depreciation_Method_ID(); /** Column name A_Depreciation_Table_Header_ID */ @@ -185,109 +176,122 @@ public interface I_A_Asset_Acct /** Column name A_Disposal_Loss */ public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss"; - /** Set A_Disposal_Loss */ + /** Set Loss on Disposal */ public void setA_Disposal_Loss (int A_Disposal_Loss); - /** Get A_Disposal_Loss */ + /** Get Loss on Disposal */ public int getA_Disposal_Loss(); /** Column name A_Disposal_Revenue */ public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue"; - /** Set A_Disposal_Revenue */ + /** Set Disposal Revenue */ public void setA_Disposal_Revenue (int A_Disposal_Revenue); - /** Get A_Disposal_Revenue */ + /** Get Disposal Revenue */ public int getA_Disposal_Revenue(); + /** 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_Period_End */ public static final String COLUMNNAME_A_Period_End = "A_Period_End"; - /** Set A_Period_End */ + /** Set Period End */ public void setA_Period_End (int A_Period_End); - /** Get A_Period_End */ + /** Get Period End */ public int getA_Period_End(); /** Column name A_Period_Start */ public static final String COLUMNNAME_A_Period_Start = "A_Period_Start"; - /** Set A_Period_Start */ + /** Set Period Start */ public void setA_Period_Start (int A_Period_Start); - /** Get A_Period_Start */ + /** Get Period Start */ public int getA_Period_Start(); /** Column name A_Reval_Accumdep_Offset_Cur */ public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur"; - /** Set A_Reval_Accumdep_Offset_Cur */ + /** Set Revaluation Accumulated Depreciation Offset for Current Year */ public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur); - /** Get A_Reval_Accumdep_Offset_Cur */ + /** Get Revaluation Accumulated Depreciation Offset for Current Year */ public int getA_Reval_Accumdep_Offset_Cur(); /** Column name A_Reval_Accumdep_Offset_Prior */ public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior"; - /** Set A_Reval_Accumdep_Offset_Prior */ + /** Set Revaluation Accumulated Depreciation Offset for Prior Year */ public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior); - /** Get A_Reval_Accumdep_Offset_Prior */ + /** Get Revaluation Accumulated Depreciation Offset for Prior Year */ public int getA_Reval_Accumdep_Offset_Prior(); /** Column name A_Reval_Cal_Method */ public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method"; - /** Set A_Reval_Cal_Method */ + /** Set Revaluation Calculation Method */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method); - /** Get A_Reval_Cal_Method */ + /** Get Revaluation Calculation Method */ public String getA_Reval_Cal_Method(); /** Column name A_Reval_Cost_Offset */ public static final String COLUMNNAME_A_Reval_Cost_Offset = "A_Reval_Cost_Offset"; - /** Set A_Reval_Cost_Offset */ + /** Set Revaluation Cost Offset for Current Year */ public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset); - /** Get A_Reval_Cost_Offset */ + /** Get Revaluation Cost Offset for Current Year */ public int getA_Reval_Cost_Offset(); /** Column name A_Reval_Cost_Offset_Prior */ public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior"; - /** Set A_Reval_Cost_Offset_Prior */ + /** Set Revaluation Cost Offset for Prior Year */ public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior); - /** Get A_Reval_Cost_Offset_Prior */ + /** Get Revaluation Cost Offset for Prior Year */ public int getA_Reval_Cost_Offset_Prior(); /** Column name A_Reval_Depexp_Offset */ public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset"; - /** Set A_Reval_Depexp_Offset */ + /** Set Revaluation Expense Offs */ public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset); - /** Get A_Reval_Depexp_Offset */ + /** Get Revaluation Expense Offs */ public int getA_Reval_Depexp_Offset(); /** Column name A_Salvage_Value */ public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value"; - /** Set A_Salvage_Value */ + /** Set Salvage Value */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value); - /** Get A_Salvage_Value */ + /** Get Salvage Value */ public BigDecimal getA_Salvage_Value(); /** Column name A_Split_Percent */ public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent"; - /** Set A_Split_Percent */ + /** Set Split Percentage */ public void setA_Split_Percent (BigDecimal A_Split_Percent); - /** Get A_Split_Percent */ + /** Get Split Percentage */ public BigDecimal getA_Split_Percent(); /** Column name C_AcctSchema_ID */ @@ -303,7 +307,7 @@ public interface I_A_Asset_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/base/src/org/compiere/model/I_A_Asset_Addition.java b/base/src/org/compiere/model/I_A_Asset_Addition.java index 3135315b8d..162479710e 100644 --- a/base/src/org/compiere/model/I_A_Asset_Addition.java +++ b/base/src/org/compiere/model/I_A_Asset_Addition.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 A_Asset_Addition * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_A_Asset_Addition { @@ -77,28 +68,41 @@ public interface I_A_Asset_Addition /** Column name A_CapvsExp */ public static final String COLUMNNAME_A_CapvsExp = "A_CapvsExp"; - /** Set A_CapvsExp */ + /** Set Capital vs Expense */ public void setA_CapvsExp (String A_CapvsExp); - /** Get A_CapvsExp */ + /** Get Capital vs Expense */ public String getA_CapvsExp(); + /** 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_QTY_Current */ public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; - /** Set A_QTY_Current */ + /** Set Quantity */ public void setA_QTY_Current (BigDecimal A_QTY_Current); - /** Get A_QTY_Current */ + /** Get Quantity */ public BigDecimal getA_QTY_Current(); /** Column name A_SourceType */ public static final String COLUMNNAME_A_SourceType = "A_SourceType"; - /** Set A_SourceType */ + /** Set Source of Entry */ public void setA_SourceType (String A_SourceType); - /** Get A_SourceType */ + /** Get Source of Entry */ public String getA_SourceType(); /** Column name AssetValueAmt */ @@ -127,7 +131,7 @@ public interface I_A_Asset_Addition */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -168,7 +172,7 @@ public interface I_A_Asset_Addition */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws Exception; + public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name Line */ public static final String COLUMNNAME_Line = "Line";