diff --git a/base/src/org/eevolution/model/I_C_TaxBase.java b/base/src/org/eevolution/model/I_C_TaxBase.java index bdfbc46c20..a677e38ced 100644 --- a/base/src/org/eevolution/model/I_C_TaxBase.java +++ b/base/src/org/eevolution/model/I_C_TaxBase.java @@ -1,35 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * +/****************************************************************************** + * 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 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) * - **********************************************************************/ + 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.eevolution.model; import java.math.BigDecimal; @@ -37,8 +24,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxBase - * @author Trifon Trifonov (generated) - * @version Release 3.5.0 + * @author Adempiere (generated) + * @version Release 3.5.3a */ public interface I_C_TaxBase { @@ -57,6 +44,19 @@ public interface I_C_TaxBase /** 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 Base */ public static final String COLUMNNAME_Base = "Base"; @@ -73,10 +73,10 @@ public interface I_C_TaxBase /** Column name C_TaxBase_ID */ public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID"; - /** Set C_TaxBase_ID */ + /** Set Tax Base */ public void setC_TaxBase_ID (int C_TaxBase_ID); - /** Get C_TaxBase_ID */ + /** Get Tax Base */ public int getC_TaxBase_ID(); /** Column name Description */ diff --git a/base/src/org/eevolution/model/I_C_TaxDefinition.java b/base/src/org/eevolution/model/I_C_TaxDefinition.java index 9d99acd4c0..944fa22a42 100644 --- a/base/src/org/eevolution/model/I_C_TaxDefinition.java +++ b/base/src/org/eevolution/model/I_C_TaxDefinition.java @@ -1,35 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * +/****************************************************************************** + * 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 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) * - **********************************************************************/ + 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.eevolution.model; import java.math.BigDecimal; @@ -38,8 +25,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDefinition - * @author Trifon Trifonov (generated) - * @version Release 3.5.0 + * @author Adempiere (generated) + * @version Release 3.5.3a */ public interface I_C_TaxDefinition { @@ -58,6 +45,19 @@ public interface I_C_TaxDefinition /** 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_OrgType_ID */ public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID"; @@ -71,22 +71,7 @@ public interface I_C_TaxDefinition */ public int getAD_OrgType_ID(); - public I_AD_OrgType getAD_OrgType() throws Exception; - - /** Column name C_BP_Group_ID */ - public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; - - /** Set Business Partner Group. - * Business Partner Group - */ - public void setC_BP_Group_ID (int C_BP_Group_ID); - - /** Get Business Partner Group. - * Business Partner Group - */ - public int getC_BP_Group_ID(); - - public I_C_BP_Group getC_BP_Group() throws Exception; + public I_AD_OrgType getAD_OrgType() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -101,18 +86,33 @@ public interface I_C_TaxDefinition */ 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"; + + /** Set Business Partner Group. + * Business Partner Group + */ + public void setC_BP_Group_ID (int C_BP_Group_ID); + + /** Get Business Partner Group. + * Business Partner Group + */ + public int getC_BP_Group_ID(); + + public I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_TaxBase_ID */ public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID"; - /** Set C_TaxBase_ID */ + /** Set Tax Base */ public void setC_TaxBase_ID (int C_TaxBase_ID); - /** Get C_TaxBase_ID */ + /** Get Tax Base */ public int getC_TaxBase_ID(); - public org.eevolution.model.I_C_TaxBase getC_TaxBase() throws Exception; + public org.eevolution.model.I_C_TaxBase getC_TaxBase() throws RuntimeException; /** Column name C_TaxCategory_ID */ public static final String COLUMNNAME_C_TaxCategory_ID = "C_TaxCategory_ID"; @@ -127,15 +127,15 @@ public interface I_C_TaxDefinition */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws Exception; + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_TaxDefinition_ID */ public static final String COLUMNNAME_C_TaxDefinition_ID = "C_TaxDefinition_ID"; - /** Set C_TaxDefinition_ID */ + /** Set Tax Definition */ public void setC_TaxDefinition_ID (int C_TaxDefinition_ID); - /** Get C_TaxDefinition_ID */ + /** Get Tax Definition */ public int getC_TaxDefinition_ID(); /** Column name C_TaxGroup_ID */ @@ -147,18 +147,7 @@ public interface I_C_TaxDefinition /** Get Tax Group */ public int getC_TaxGroup_ID(); - public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws Exception; - - /** Column name C_TaxType_ID */ - public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID"; - - /** Set C_TaxType_ID */ - public void setC_TaxType_ID (int C_TaxType_ID); - - /** Get C_TaxType_ID */ - public int getC_TaxType_ID(); - - public org.eevolution.model.I_C_TaxType getC_TaxType() throws Exception; + public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -173,7 +162,18 @@ public interface I_C_TaxDefinition */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws Exception; + public I_C_Tax getC_Tax() throws RuntimeException; + + /** Column name C_TaxType_ID */ + public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID"; + + /** Set Tax Type */ + public void setC_TaxType_ID (int C_TaxType_ID); + + /** Get Tax Type */ + public int getC_TaxType_ID(); + + public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -214,6 +214,24 @@ public interface I_C_TaxDefinition */ public boolean isInvoiced(); + /** Column name MaxTaxable */ + public static final String COLUMNNAME_MaxTaxable = "MaxTaxable"; + + /** Set Max Taxable */ + public void setMaxTaxable (int MaxTaxable); + + /** Get Max Taxable */ + public int getMaxTaxable(); + + /** Column name MinTaxable */ + public static final String COLUMNNAME_MinTaxable = "MinTaxable"; + + /** Set Min Taxable */ + public void setMinTaxable (int MinTaxable); + + /** Get Min Taxable */ + public int getMinTaxable(); + /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; @@ -227,7 +245,7 @@ public interface I_C_TaxDefinition */ 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"; @@ -242,25 +260,7 @@ public interface I_C_TaxDefinition */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; - - /** Column name MaxTaxable */ - public static final String COLUMNNAME_MaxTaxable = "MaxTaxable"; - - /** Set MaxTaxable */ - public void setMaxTaxable (int MaxTaxable); - - /** Get MaxTaxable */ - public int getMaxTaxable(); - - /** Column name MinTaxable */ - public static final String COLUMNNAME_MinTaxable = "MinTaxable"; - - /** Set MinTaxable */ - public void setMinTaxable (int MinTaxable); - - /** Get MinTaxable */ - public int getMinTaxable(); + public I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/eevolution/model/I_C_TaxGroup.java b/base/src/org/eevolution/model/I_C_TaxGroup.java index 44c8398b98..7220703fe4 100644 --- a/base/src/org/eevolution/model/I_C_TaxGroup.java +++ b/base/src/org/eevolution/model/I_C_TaxGroup.java @@ -1,35 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * +/****************************************************************************** + * 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 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) * - **********************************************************************/ + 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.eevolution.model; import java.math.BigDecimal; @@ -37,8 +24,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxGroup - * @author Trifon Trifonov (generated) - * @version Release 3.5.0 + * @author Adempiere (generated) + * @version Release 3.5.3a */ public interface I_C_TaxGroup { @@ -57,6 +44,19 @@ public interface I_C_TaxGroup /** 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_TaxGroup_ID */ public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; diff --git a/base/src/org/eevolution/model/I_C_TaxType.java b/base/src/org/eevolution/model/I_C_TaxType.java index 5ca9071b67..1e9bbd8732 100644 --- a/base/src/org/eevolution/model/I_C_TaxType.java +++ b/base/src/org/eevolution/model/I_C_TaxType.java @@ -1,35 +1,22 @@ -/********************************************************************** - * This file is part of Adempiere ERP Bazaar * - * http://www.adempiere.org * - * * - * Copyright (C) Trifon Trifonov. * - * Copyright (C) Contributors * - * * +/****************************************************************************** + * 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 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) * - **********************************************************************/ + 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.eevolution.model; import java.math.BigDecimal; @@ -37,8 +24,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxType - * @author Trifon Trifonov (generated) - * @version Release 3.5.0 + * @author Adempiere (generated) + * @version Release 3.5.3a */ public interface I_C_TaxType { @@ -57,13 +44,26 @@ public interface I_C_TaxType /** 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_TaxType_ID */ public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID"; - /** Set C_TaxType_ID */ + /** Set Tax Type */ public void setC_TaxType_ID (int C_TaxType_ID); - /** Get C_TaxType_ID */ + /** Get Tax Type */ public int getC_TaxType_ID(); /** Column name Description */ diff --git a/base/src/org/eevolution/model/I_DD_NetworkDistribution.java b/base/src/org/eevolution/model/I_DD_NetworkDistribution.java index d14f07169b..d00b0a4302 100644 --- a/base/src/org/eevolution/model/I_DD_NetworkDistribution.java +++ b/base/src/org/eevolution/model/I_DD_NetworkDistribution.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistribution * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_DD_NetworkDistribution { @@ -54,6 +45,19 @@ public interface I_DD_NetworkDistribution /** 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 CopyFrom */ public static final String COLUMNNAME_CopyFrom = "CopyFrom"; @@ -128,7 +132,7 @@ public interface I_DD_NetworkDistribution */ 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"; diff --git a/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java b/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java index 4bec606c23..73c591df67 100644 --- a/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java +++ b/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistributionLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_DD_NetworkDistributionLine { @@ -54,6 +45,19 @@ public interface I_DD_NetworkDistributionLine /** 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 DD_NetworkDistribution_ID */ public static final String COLUMNNAME_DD_NetworkDistribution_ID = "DD_NetworkDistribution_ID"; @@ -63,15 +67,15 @@ public interface I_DD_NetworkDistributionLine /** Get Network Distribution */ public int getDD_NetworkDistribution_ID(); - public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws Exception; + public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException; /** Column name DD_NetworkDistributionLine_ID */ public static final String COLUMNNAME_DD_NetworkDistributionLine_ID = "DD_NetworkDistributionLine_ID"; - /** Set DD_NetworkDistributionLine_ID */ + /** Set Network Distribution Line */ public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID); - /** Get DD_NetworkDistributionLine_ID */ + /** Get Network Distribution Line */ public int getDD_NetworkDistributionLine_ID(); /** Column name M_Shipper_ID */ @@ -87,7 +91,7 @@ public interface I_DD_NetworkDistributionLine */ 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"; diff --git a/base/src/org/eevolution/model/I_DD_Order.java b/base/src/org/eevolution/model/I_DD_Order.java index d03d859d1a..fe9c4d1391 100644 --- a/base/src/org/eevolution/model/I_DD_Order.java +++ b/base/src/org/eevolution/model/I_DD_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_Order * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_DD_Order { @@ -54,6 +45,19 @@ public interface I_DD_Order /** 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"; @@ -80,7 +84,7 @@ public interface I_DD_Order */ 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"; @@ -95,7 +99,7 @@ public interface I_DD_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"; @@ -110,7 +114,7 @@ public interface I_DD_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"; @@ -125,7 +129,7 @@ public interface I_DD_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"; @@ -140,7 +144,7 @@ public interface I_DD_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"; @@ -168,7 +172,20 @@ public interface I_DD_Order */ 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"; + + /** 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"; @@ -183,7 +200,7 @@ public interface I_DD_Order */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws Exception; + public I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -198,7 +215,7 @@ public interface I_DD_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_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -213,20 +230,7 @@ public interface I_DD_Order */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws Exception; - - /** 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(); + public I_C_Project getC_Project() throws RuntimeException; /** Column name CreateConfirm */ public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; @@ -259,15 +263,6 @@ public interface I_DD_Order /** Get Create Package */ public String getCreatePackage(); - /** 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(); - /** Column name DateOrdered */ public static final String COLUMNNAME_DateOrdered = "DateOrdered"; @@ -320,6 +315,15 @@ public interface I_DD_Order */ 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(); + /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; @@ -511,6 +515,15 @@ public interface I_DD_Order */ public boolean isPrinted(); + /** Column name IsSelected */ + public static final String COLUMNNAME_IsSelected = "IsSelected"; + + /** Set Selected */ + public void setIsSelected (boolean IsSelected); + + /** Get Selected */ + public boolean isSelected(); + /** Column name IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; @@ -524,15 +537,6 @@ public interface I_DD_Order */ public boolean isSOTrx(); - /** Column name IsSelected */ - public static final String COLUMNNAME_IsSelected = "IsSelected"; - - /** Set Selected */ - public void setIsSelected (boolean IsSelected); - - /** Get Selected */ - public boolean isSelected(); - /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -546,7 +550,7 @@ public interface I_DD_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"; @@ -561,7 +565,7 @@ public interface I_DD_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name NoPackages */ public static final String COLUMNNAME_NoPackages = "NoPackages"; @@ -576,19 +580,6 @@ public interface I_DD_Order */ 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"; @@ -602,6 +593,19 @@ public interface I_DD_Order */ 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/eevolution/model/I_DD_OrderLine.java b/base/src/org/eevolution/model/I_DD_OrderLine.java index 6163af44e5..daee899a72 100644 --- a/base/src/org/eevolution/model/I_DD_OrderLine.java +++ b/base/src/org/eevolution/model/I_DD_OrderLine.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_OrderLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_DD_OrderLine { @@ -54,6 +45,19 @@ public interface I_DD_OrderLine /** 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"; @@ -80,7 +84,7 @@ public interface I_DD_OrderLine */ 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"; @@ -95,7 +99,7 @@ public interface I_DD_OrderLine */ 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"; @@ -110,37 +114,7 @@ public interface I_DD_OrderLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() 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; - - /** Column name C_UOM_ID */ - public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; - - /** Set UOM. - * Unit of Measure - */ - public void setC_UOM_ID (int C_UOM_ID); - - /** Get UOM. - * Unit of Measure - */ - public int getC_UOM_ID(); - - public I_C_UOM getC_UOM() throws Exception; + public I_C_Charge getC_Charge() throws RuntimeException; /** Column name ConfirmedQty */ public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; @@ -155,25 +129,35 @@ public interface I_DD_OrderLine */ public BigDecimal getConfirmedQty(); - /** Column name DD_OrderLine_ID */ - public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; + /** Column name C_Project_ID */ + public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; - /** Set Distribution Order Line */ - public void setDD_OrderLine_ID (int DD_OrderLine_ID); + /** Set Project. + * Financial Project + */ + public void setC_Project_ID (int C_Project_ID); - /** Get Distribution Order Line */ - public int getDD_OrderLine_ID(); + /** Get Project. + * Financial Project + */ + public int getC_Project_ID(); - /** Column name DD_Order_ID */ - public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; + public I_C_Project getC_Project() throws RuntimeException; - /** Set Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID); + /** Column name C_UOM_ID */ + public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; - /** Get Distribution Order */ - public int getDD_Order_ID(); + /** Set UOM. + * Unit of Measure + */ + public void setC_UOM_ID (int C_UOM_ID); - public org.eevolution.model.I_DD_Order getDD_Order() throws Exception; + /** Get UOM. + * Unit of Measure + */ + public int getC_UOM_ID(); + + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -214,6 +198,26 @@ public interface I_DD_OrderLine */ public Timestamp getDatePromised(); + /** 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 DD_OrderLine_ID */ + public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; + + /** Set Distribution Order Line */ + public void setDD_OrderLine_ID (int DD_OrderLine_ID); + + /** Get Distribution Order Line */ + public int getDD_OrderLine_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -292,19 +296,6 @@ public interface I_DD_OrderLine */ public BigDecimal getLineNetAmt(); - /** 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"; @@ -318,18 +309,18 @@ public interface I_DD_OrderLine */ 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"; @@ -344,7 +335,20 @@ public interface I_DD_OrderLine */ public int getM_Locator_ID(); - public I_M_Locator getM_Locator() throws Exception; + public I_M_Locator getM_Locator() throws RuntimeException; + + /** Column name M_LocatorTo_ID */ + public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; + + /** Set Locator To. + * Location inventory is moved to + */ + public void setM_LocatorTo_ID (int M_LocatorTo_ID); + + /** Get Locator To. + * Location inventory is moved to + */ + public int getM_LocatorTo_ID(); /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -410,10 +414,10 @@ public interface I_DD_OrderLine /** Column name QtyInTransit */ public static final String COLUMNNAME_QtyInTransit = "QtyInTransit"; - /** Set QtyInTransit */ + /** Set Qty In Transit */ public void setQtyInTransit (BigDecimal QtyInTransit); - /** Get QtyInTransit */ + /** Get Qty In Transit */ public BigDecimal getQtyInTransit(); /** Column name QtyOrdered */ diff --git a/base/src/org/eevolution/model/I_EXP_Format.java b/base/src/org/eevolution/model/I_EXP_Format.java index d3475aee74..a9adf266d1 100644 --- a/base/src/org/eevolution/model/I_EXP_Format.java +++ b/base/src/org/eevolution/model/I_EXP_Format.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Format * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_EXP_Format { @@ -53,6 +44,19 @@ public interface I_EXP_Format /** 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_EXP_Format */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -84,10 +88,10 @@ public interface I_EXP_Format /** Column name EXP_Format_ID */ public static final String COLUMNNAME_EXP_Format_ID = "EXP_Format_ID"; - /** Set Export Format ID */ + /** Set Export Format */ public void setEXP_Format_ID (int EXP_Format_ID); - /** Get Export Format ID */ + /** Get Export Format */ public int getEXP_Format_ID(); /** Column name Help */ @@ -137,10 +141,10 @@ public interface I_EXP_Format /** Column name TestImportModel */ public static final String COLUMNNAME_TestImportModel = "TestImportModel"; - /** Set TestImportModel */ + /** Set Test Import Model */ public void setTestImportModel (String TestImportModel); - /** Get TestImportModel */ + /** Get Test Import Model */ public String getTestImportModel(); /** Column name Value */ diff --git a/base/src/org/eevolution/model/I_EXP_FormatLine.java b/base/src/org/eevolution/model/I_EXP_FormatLine.java index 58bf09f2b2..2e946f0e18 100644 --- a/base/src/org/eevolution/model/I_EXP_FormatLine.java +++ b/base/src/org/eevolution/model/I_EXP_FormatLine.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_FormatLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_EXP_FormatLine { @@ -66,7 +57,20 @@ public interface I_EXP_FormatLine */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws Exception; + public I_AD_Column getAD_Column() 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_Reference_ID */ public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; @@ -110,30 +114,30 @@ public interface I_EXP_FormatLine /** Column name EXP_EmbeddedFormat_ID */ public static final String COLUMNNAME_EXP_EmbeddedFormat_ID = "EXP_EmbeddedFormat_ID"; - /** Set EXP_EmbeddedFormat_ID */ + /** Set Embedded Format */ public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID); - /** Get EXP_EmbeddedFormat_ID */ + /** Get Embedded Format */ public int getEXP_EmbeddedFormat_ID(); /** Column name EXP_Format_ID */ public static final String COLUMNNAME_EXP_Format_ID = "EXP_Format_ID"; - /** Set Export Format ID */ + /** Set Export Format */ public void setEXP_Format_ID (int EXP_Format_ID); - /** Get Export Format ID */ + /** Get Export Format */ public int getEXP_Format_ID(); - public org.eevolution.model.I_EXP_Format getEXP_Format() throws Exception; + public org.eevolution.model.I_EXP_Format getEXP_Format() throws RuntimeException; /** Column name EXP_FormatLine_ID */ public static final String COLUMNNAME_EXP_FormatLine_ID = "EXP_FormatLine_ID"; - /** Set EXP_FormatLine_ID */ + /** Set Format Line */ public void setEXP_FormatLine_ID (int EXP_FormatLine_ID); - /** Get EXP_FormatLine_ID */ + /** Get Format Line */ public int getEXP_FormatLine_ID(); /** Column name Help */ @@ -165,10 +169,10 @@ public interface I_EXP_FormatLine /** Column name IsPartUniqueIndex */ public static final String COLUMNNAME_IsPartUniqueIndex = "IsPartUniqueIndex"; - /** Set IsPartUniqueIndex */ + /** Set Is Part Unique Index */ public void setIsPartUniqueIndex (boolean IsPartUniqueIndex); - /** Get IsPartUniqueIndex */ + /** Get Is Part Unique Index */ public boolean isPartUniqueIndex(); /** Column name Name */ diff --git a/base/src/org/eevolution/model/I_EXP_Processor.java b/base/src/org/eevolution/model/I_EXP_Processor.java index 7b135e753c..696f322020 100644 --- a/base/src/org/eevolution/model/I_EXP_Processor.java +++ b/base/src/org/eevolution/model/I_EXP_Processor.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_EXP_Processor { @@ -62,6 +53,19 @@ public interface I_EXP_Processor /** Get Account */ public String getAccount(); + /** 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,22 +82,22 @@ public interface I_EXP_Processor /** Column name EXP_Processor_ID */ public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID"; - /** Set EXP_Processor_ID */ + /** Set Export Processor */ public void setEXP_Processor_ID (int EXP_Processor_ID); - /** Get EXP_Processor_ID */ + /** Get Export Processor */ public int getEXP_Processor_ID(); /** Column name EXP_Processor_Type_ID */ public static final String COLUMNNAME_EXP_Processor_Type_ID = "EXP_Processor_Type_ID"; - /** Set EXP_Processor_Type_ID */ + /** Set Export Processor Type */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID); - /** Get EXP_Processor_Type_ID */ + /** Get Export Processor Type */ public int getEXP_Processor_Type_ID(); - public org.eevolution.model.I_EXP_Processor_Type getEXP_Processor_Type() throws Exception; + public org.eevolution.model.I_EXP_Processor_Type getEXP_Processor_Type() throws RuntimeException; /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; @@ -133,10 +137,10 @@ public interface I_EXP_Processor /** Column name PasswordInfo */ public static final String COLUMNNAME_PasswordInfo = "PasswordInfo"; - /** Set PasswordInfo */ + /** Set Password Info */ public void setPasswordInfo (String PasswordInfo); - /** Get PasswordInfo */ + /** Get Password Info */ public String getPasswordInfo(); /** Column name Port */ diff --git a/base/src/org/eevolution/model/I_EXP_ProcessorParameter.java b/base/src/org/eevolution/model/I_EXP_ProcessorParameter.java index b8a5bcab48..25e48932cb 100644 --- a/base/src/org/eevolution/model/I_EXP_ProcessorParameter.java +++ b/base/src/org/eevolution/model/I_EXP_ProcessorParameter.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_ProcessorParameter * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_EXP_ProcessorParameter { @@ -53,6 +44,19 @@ public interface I_EXP_ProcessorParameter /** 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"; @@ -69,21 +73,21 @@ public interface I_EXP_ProcessorParameter /** Column name EXP_Processor_ID */ public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID"; - /** Set EXP_Processor_ID */ + /** Set Export Processor */ public void setEXP_Processor_ID (int EXP_Processor_ID); - /** Get EXP_Processor_ID */ + /** Get Export Processor */ public int getEXP_Processor_ID(); - public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception; + public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException; /** Column name EXP_ProcessorParameter_ID */ public static final String COLUMNNAME_EXP_ProcessorParameter_ID = "EXP_ProcessorParameter_ID"; - /** Set EXP_ProcessorParameter_ID */ + /** Set Processor Parameter */ public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID); - /** Get EXP_ProcessorParameter_ID */ + /** Get Processor Parameter */ public int getEXP_ProcessorParameter_ID(); /** Column name Help */ @@ -115,10 +119,10 @@ public interface I_EXP_ProcessorParameter /** Column name ParameterValue */ public static final String COLUMNNAME_ParameterValue = "ParameterValue"; - /** Set ParameterValue */ + /** Set Parameter Value */ public void setParameterValue (String ParameterValue); - /** Get ParameterValue */ + /** Get Parameter Value */ public String getParameterValue(); /** Column name Value */ diff --git a/base/src/org/eevolution/model/I_EXP_Processor_Type.java b/base/src/org/eevolution/model/I_EXP_Processor_Type.java index f973e0093e..386062c7cb 100644 --- a/base/src/org/eevolution/model/I_EXP_Processor_Type.java +++ b/base/src/org/eevolution/model/I_EXP_Processor_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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor_Type * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_EXP_Processor_Type { @@ -53,6 +44,19 @@ public interface I_EXP_Processor_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"; @@ -69,10 +73,10 @@ public interface I_EXP_Processor_Type /** Column name EXP_Processor_Type_ID */ public static final String COLUMNNAME_EXP_Processor_Type_ID = "EXP_Processor_Type_ID"; - /** Set EXP_Processor_Type_ID */ + /** Set Export Processor Type */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID); - /** Get EXP_Processor_Type_ID */ + /** Get Export Processor Type */ public int getEXP_Processor_Type_ID(); /** Column name Help */ @@ -91,10 +95,10 @@ public interface I_EXP_Processor_Type /** Column name JavaClass */ public static final String COLUMNNAME_JavaClass = "JavaClass"; - /** Set JavaClass */ + /** Set Java Class */ public void setJavaClass (String JavaClass); - /** Get JavaClass */ + /** Get Java Class */ public String getJavaClass(); /** Column name Name */ diff --git a/base/src/org/eevolution/model/I_HR_Attribute.java b/base/src/org/eevolution/model/I_HR_Attribute.java index a87a333685..6cecca3c72 100644 --- a/base/src/org/eevolution/model/I_HR_Attribute.java +++ b/base/src/org/eevolution/model/I_HR_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Attribute * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Attribute { @@ -54,6 +45,19 @@ public interface I_HR_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 AD_Rule_ID */ public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID"; @@ -63,7 +67,7 @@ public interface I_HR_Attribute /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws Exception; + public I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name Amount */ public static final String COLUMNNAME_Amount = "Amount"; @@ -91,7 +95,7 @@ public interface I_HR_Attribute */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -118,14 +122,10 @@ public interface I_HR_Attribute /** Column name HR_Attribute_Acct */ public static final String COLUMNNAME_HR_Attribute_Acct = "HR_Attribute_Acct"; - /** Set Account Payroll Employee Attribute. - * Account for Employee Attribute - */ + /** Set Payroll Attribute Account */ public void setHR_Attribute_Acct (int HR_Attribute_Acct); - /** Get Account Payroll Employee Attribute. - * Account for Employee Attribute - */ + /** Get Payroll Attribute Account */ public int getHR_Attribute_Acct(); /** Column name HR_Attribute_ID */ @@ -140,46 +140,46 @@ public interface I_HR_Attribute /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; - /** Set Concept */ + /** Set Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID); - /** Get Concept */ + /** Get Payroll Concept */ public int getHR_Concept_ID(); - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception; + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException; /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Employee_ID */ public static final String COLUMNNAME_HR_Employee_ID = "HR_Employee_ID"; - /** Set Employee */ + /** Set Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID); - /** Get Employee */ + /** Get Payroll Employee */ public int getHR_Employee_ID(); - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception; + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException; /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception; + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -190,7 +190,7 @@ public interface I_HR_Attribute /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name IsPrinted */ public static final String COLUMNNAME_IsPrinted = "IsPrinted"; @@ -208,19 +208,19 @@ public interface I_HR_Attribute /** Column name MaxValue */ public static final String COLUMNNAME_MaxValue = "MaxValue"; - /** Set MaxValue */ + /** Set Max Value */ public void setMaxValue (int MaxValue); - /** Get MaxValue */ + /** Get Max Value */ public int getMaxValue(); /** Column name MinValue */ public static final String COLUMNNAME_MinValue = "MinValue"; - /** Set MinValue */ + /** Set Min Value */ public void setMinValue (int MinValue); - /** Get MinValue */ + /** Get Min Value */ public int getMinValue(); /** Column name Qty */ diff --git a/base/src/org/eevolution/model/I_HR_Concept.java b/base/src/org/eevolution/model/I_HR_Concept.java index 1cb92d40fd..aea45cb818 100644 --- a/base/src/org/eevolution/model/I_HR_Concept.java +++ b/base/src/org/eevolution/model/I_HR_Concept.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Concept { @@ -67,6 +58,19 @@ public interface I_HR_Concept */ public String getAccountSign(); + /** 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 ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -98,38 +102,38 @@ public interface I_HR_Concept /** Get Payroll Concept Category */ public int getHR_Concept_Category_ID(); - public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws Exception; + public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws RuntimeException; /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; - /** Set Concept */ + /** Set Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID); - /** Get Concept */ + /** Get Payroll Concept */ public int getHR_Concept_ID(); /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception; + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -140,7 +144,7 @@ public interface I_HR_Concept /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name IsDefault */ public static final String COLUMNNAME_IsDefault = "IsDefault"; diff --git a/base/src/org/eevolution/model/I_HR_Concept_Acct.java b/base/src/org/eevolution/model/I_HR_Concept_Acct.java index 7f71df58fd..978842ee43 100644 --- a/base/src/org/eevolution/model/I_HR_Concept_Acct.java +++ b/base/src/org/eevolution/model/I_HR_Concept_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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Acct * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Concept_Acct { @@ -53,6 +44,19 @@ public interface I_HR_Concept_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"; @@ -66,7 +70,7 @@ public interface I_HR_Concept_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws Exception; + public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -81,44 +85,44 @@ public interface I_HR_Concept_Acct */ 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 HR_Concept_Acct_ID */ public static final String COLUMNNAME_HR_Concept_Acct_ID = "HR_Concept_Acct_ID"; - /** Set HR_Concept_Acct_ID */ + /** Set Payroll Concept Account */ public void setHR_Concept_Acct_ID (int HR_Concept_Acct_ID); - /** Get HR_Concept_Acct_ID */ + /** Get Payroll Concept Account */ public int getHR_Concept_Acct_ID(); /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; - /** Set Concept */ + /** Set Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID); - /** Get Concept */ + /** Get Payroll Concept */ public int getHR_Concept_ID(); - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception; + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException; /** Column name HR_Expense_Acct */ public static final String COLUMNNAME_HR_Expense_Acct = "HR_Expense_Acct"; - /** Set HR_Expense_Acct */ + /** Set Payroll Expense Account */ public void setHR_Expense_Acct (int HR_Expense_Acct); - /** Get HR_Expense_Acct */ + /** Get Payroll Expense Account */ public int getHR_Expense_Acct(); /** Column name HR_Revenue_Acct */ public static final String COLUMNNAME_HR_Revenue_Acct = "HR_Revenue_Acct"; - /** Set HR_Revenue_Acct */ + /** Set Payroll Revenue Account */ public void setHR_Revenue_Acct (int HR_Revenue_Acct); - /** Get HR_Revenue_Acct */ + /** Get Payroll Revenue Account */ public int getHR_Revenue_Acct(); /** Column name IsBalancing */ diff --git a/base/src/org/eevolution/model/I_HR_Concept_Category.java b/base/src/org/eevolution/model/I_HR_Concept_Category.java index e9902c343e..f13f6912de 100644 --- a/base/src/org/eevolution/model/I_HR_Concept_Category.java +++ b/base/src/org/eevolution/model/I_HR_Concept_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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Category * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Concept_Category { @@ -53,6 +44,19 @@ public interface I_HR_Concept_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"; @@ -69,10 +73,10 @@ public interface I_HR_Concept_Category /** Column name HR_Concept_Acct */ public static final String COLUMNNAME_HR_Concept_Acct = "HR_Concept_Acct"; - /** Set HR_Concept_Acct */ + /** Set Payroll Concept Account */ public void setHR_Concept_Acct (int HR_Concept_Acct); - /** Get HR_Concept_Acct */ + /** Get Payroll Concept Account */ public int getHR_Concept_Acct(); /** Column name HR_Concept_Category_ID */ diff --git a/base/src/org/eevolution/model/I_HR_Contract.java b/base/src/org/eevolution/model/I_HR_Contract.java index 15242f9158..bbf3d78c96 100644 --- a/base/src/org/eevolution/model/I_HR_Contract.java +++ b/base/src/org/eevolution/model/I_HR_Contract.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Contract * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Contract { @@ -54,6 +45,19 @@ public interface I_HR_Contract /** 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"; @@ -67,7 +71,7 @@ public interface I_HR_Contract */ 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"; @@ -82,7 +86,7 @@ public interface I_HR_Contract */ 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"; @@ -97,7 +101,7 @@ public interface I_HR_Contract */ 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/eevolution/model/I_HR_Department.java b/base/src/org/eevolution/model/I_HR_Department.java index f85a14e6f8..5542a4697f 100644 --- a/base/src/org/eevolution/model/I_HR_Department.java +++ b/base/src/org/eevolution/model/I_HR_Department.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Department * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Department { @@ -53,6 +44,19 @@ public interface I_HR_Department /** 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_HR_Department */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws Exception; + public I_C_Activity getC_Activity() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -84,10 +88,10 @@ public interface I_HR_Department /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); /** Column name Name */ diff --git a/base/src/org/eevolution/model/I_HR_Employee.java b/base/src/org/eevolution/model/I_HR_Employee.java index f401c05831..216e9cf38a 100644 --- a/base/src/org/eevolution/model/I_HR_Employee.java +++ b/base/src/org/eevolution/model/I_HR_Employee.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Employee * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Employee { @@ -54,6 +45,19 @@ public interface I_HR_Employee /** 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"; @@ -67,7 +71,7 @@ public interface I_HR_Employee */ 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"; @@ -82,7 +86,7 @@ public interface I_HR_Employee */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; @@ -113,33 +117,33 @@ public interface I_HR_Employee /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Employee_ID */ public static final String COLUMNNAME_HR_Employee_ID = "HR_Employee_ID"; - /** Set Employee */ + /** Set Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID); - /** Get Employee */ + /** Get Payroll Employee */ public int getHR_Employee_ID(); /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception; + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -150,7 +154,7 @@ public interface I_HR_Employee /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name ImageURL */ public static final String COLUMNNAME_ImageURL = "ImageURL"; diff --git a/base/src/org/eevolution/model/I_HR_Job.java b/base/src/org/eevolution/model/I_HR_Job.java index d978ac00a8..999d84487b 100644 --- a/base/src/org/eevolution/model/I_HR_Job.java +++ b/base/src/org/eevolution/model/I_HR_Job.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Job * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Job { @@ -53,6 +44,19 @@ public interface I_HR_Job /** 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"; @@ -69,21 +73,21 @@ public interface I_HR_Job /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); /** Column name IsParent */ diff --git a/base/src/org/eevolution/model/I_HR_List.java b/base/src/org/eevolution/model/I_HR_List.java index 17cfbb8c48..591d0c3037 100644 --- a/base/src/org/eevolution/model/I_HR_List.java +++ b/base/src/org/eevolution/model/I_HR_List.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_List * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_List { @@ -54,6 +45,19 @@ public interface I_HR_List /** 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"; @@ -70,24 +74,24 @@ public interface I_HR_List /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Employee_ID */ public static final String COLUMNNAME_HR_Employee_ID = "HR_Employee_ID"; - /** Set Employee */ + /** Set Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID); - /** Get Employee */ + /** Get Payroll Employee */ public int getHR_Employee_ID(); - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception; + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException; /** Column name HR_List_ID */ public static final String COLUMNNAME_HR_List_ID = "HR_List_ID"; @@ -107,7 +111,7 @@ public interface I_HR_List /** Get Payroll List Type */ public int getHR_ListType_ID(); - public org.eevolution.model.I_HR_ListType getHR_ListType() throws Exception; + public org.eevolution.model.I_HR_ListType getHR_ListType() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -118,7 +122,7 @@ public interface I_HR_List /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name IsEmployee */ public static final String COLUMNNAME_IsEmployee = "IsEmployee"; diff --git a/base/src/org/eevolution/model/I_HR_ListLine.java b/base/src/org/eevolution/model/I_HR_ListLine.java index 0cc8eb3922..d89145e59e 100644 --- a/base/src/org/eevolution/model/I_HR_ListLine.java +++ b/base/src/org/eevolution/model/I_HR_ListLine.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_ListLine { @@ -53,6 +44,19 @@ public interface I_HR_ListLine /** 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 Col_1 */ public static final String COLUMNNAME_Col_1 = "Col_1"; @@ -143,24 +147,24 @@ public interface I_HR_ListLine /** Get Payroll List Version */ public int getHR_ListVersion_ID(); - public org.eevolution.model.I_HR_ListVersion getHR_ListVersion() throws Exception; + public org.eevolution.model.I_HR_ListVersion getHR_ListVersion() throws RuntimeException; /** Column name MaxValue */ public static final String COLUMNNAME_MaxValue = "MaxValue"; - /** Set MaxValue */ + /** Set Max Value */ public void setMaxValue (BigDecimal MaxValue); - /** Get MaxValue */ + /** Get Max Value */ public BigDecimal getMaxValue(); /** Column name MinValue */ public static final String COLUMNNAME_MinValue = "MinValue"; - /** Set MinValue */ + /** Set Min Value */ public void setMinValue (BigDecimal MinValue); - /** Get MinValue */ + /** Get Min Value */ public BigDecimal getMinValue(); /** Column name Name */ diff --git a/base/src/org/eevolution/model/I_HR_ListType.java b/base/src/org/eevolution/model/I_HR_ListType.java index 2df0f9e4cb..125c2497f9 100644 --- a/base/src/org/eevolution/model/I_HR_ListType.java +++ b/base/src/org/eevolution/model/I_HR_ListType.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListType * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_ListType { @@ -53,6 +44,19 @@ public interface I_HR_ListType /** 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/eevolution/model/I_HR_ListVersion.java b/base/src/org/eevolution/model/I_HR_ListVersion.java index c362f16992..dcb143f61b 100644 --- a/base/src/org/eevolution/model/I_HR_ListVersion.java +++ b/base/src/org/eevolution/model/I_HR_ListVersion.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListVersion * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_ListVersion { @@ -54,6 +45,19 @@ public interface I_HR_ListVersion /** 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"; @@ -85,7 +89,7 @@ public interface I_HR_ListVersion /** Get Payroll List */ public int getHR_List_ID(); - public org.eevolution.model.I_HR_List getHR_List() throws Exception; + public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException; /** Column name HR_ListVersion_ID */ public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID"; diff --git a/base/src/org/eevolution/model/I_HR_Movement.java b/base/src/org/eevolution/model/I_HR_Movement.java index 4caf0f314a..1b1d9ef22e 100644 --- a/base/src/org/eevolution/model/I_HR_Movement.java +++ b/base/src/org/eevolution/model/I_HR_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Movement * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Movement { @@ -54,6 +45,19 @@ public interface I_HR_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"; @@ -76,7 +80,7 @@ public interface I_HR_Movement /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws Exception; + public I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name Amount */ public static final String COLUMNNAME_Amount = "Amount"; @@ -104,7 +108,7 @@ public interface I_HR_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"; @@ -119,7 +123,7 @@ public interface I_HR_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_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -134,7 +138,7 @@ public interface I_HR_Movement */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws Exception; + public I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -158,7 +162,7 @@ public interface I_HR_Movement */ 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"; @@ -173,7 +177,7 @@ public interface I_HR_Movement */ 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"; @@ -188,7 +192,7 @@ public interface I_HR_Movement */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws Exception; + public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -212,40 +216,40 @@ public interface I_HR_Movement /** Get Payroll Concept Category */ public int getHR_Concept_Category_ID(); - public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws Exception; + public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws RuntimeException; /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; - /** Set Concept */ + /** Set Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID); - /** Get Concept */ + /** Get Payroll Concept */ public int getHR_Concept_ID(); - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception; + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException; /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception; + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException; /** Column name HR_Movement_ID */ public static final String COLUMNNAME_HR_Movement_ID = "HR_Movement_ID"; @@ -265,7 +269,7 @@ public interface I_HR_Movement /** Get Payroll Process */ public int getHR_Process_ID(); - public org.eevolution.model.I_HR_Process getHR_Process() throws Exception; + public org.eevolution.model.I_HR_Process getHR_Process() throws RuntimeException; /** Column name IsPrinted */ public static final String COLUMNNAME_IsPrinted = "IsPrinted"; @@ -302,7 +306,7 @@ public interface I_HR_Movement /** Get Manufacturing Order Activity */ public int getPP_Order_Node_ID(); - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception; + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/base/src/org/eevolution/model/I_HR_Payroll.java b/base/src/org/eevolution/model/I_HR_Payroll.java index 67ba07c709..73ef73bece 100644 --- a/base/src/org/eevolution/model/I_HR_Payroll.java +++ b/base/src/org/eevolution/model/I_HR_Payroll.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Payroll * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Payroll { @@ -53,6 +44,19 @@ public interface I_HR_Payroll /** 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"; @@ -66,7 +70,7 @@ public interface I_HR_Payroll */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws Exception; + public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -81,7 +85,7 @@ public interface I_HR_Payroll */ 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"; @@ -105,7 +109,7 @@ public interface I_HR_Payroll /** Get Payroll Contract */ public int getHR_Contract_ID(); - public org.eevolution.model.I_HR_Contract getHR_Contract() throws Exception; + public org.eevolution.model.I_HR_Contract getHR_Contract() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; diff --git a/base/src/org/eevolution/model/I_HR_PayrollConcept.java b/base/src/org/eevolution/model/I_HR_PayrollConcept.java index 0c99814ac2..f4167447ce 100644 --- a/base/src/org/eevolution/model/I_HR_PayrollConcept.java +++ b/base/src/org/eevolution/model/I_HR_PayrollConcept.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_PayrollConcept * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_PayrollConcept { @@ -53,6 +44,19 @@ public interface I_HR_PayrollConcept /** 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_Rule_ID */ public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID"; @@ -62,18 +66,18 @@ public interface I_HR_PayrollConcept /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws Exception; + public I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; - /** Set Concept */ + /** Set Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID); - /** Get Concept */ + /** Get Payroll Concept */ public int getHR_Concept_ID(); - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception; + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException; /** Column name HR_PayrollConcept_ID */ public static final String COLUMNNAME_HR_PayrollConcept_ID = "HR_PayrollConcept_ID"; @@ -93,7 +97,7 @@ public interface I_HR_PayrollConcept /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name IsDisplayed */ public static final String COLUMNNAME_IsDisplayed = "IsDisplayed"; diff --git a/base/src/org/eevolution/model/I_HR_Period.java b/base/src/org/eevolution/model/I_HR_Period.java index 27460f840e..72707de770 100644 --- a/base/src/org/eevolution/model/I_HR_Period.java +++ b/base/src/org/eevolution/model/I_HR_Period.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Period * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Period { @@ -54,6 +45,19 @@ public interface I_HR_Period /** 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"; @@ -67,7 +71,7 @@ public interface I_HR_Period */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws Exception; + public I_C_Period getC_Period() throws RuntimeException; /** Column name C_Year_ID */ public static final String COLUMNNAME_C_Year_ID = "C_Year_ID"; @@ -82,7 +86,7 @@ public interface I_HR_Period */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws Exception; + public I_C_Year getC_Year() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -132,7 +136,7 @@ public interface I_HR_Period /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name HR_Period_ID */ public static final String COLUMNNAME_HR_Period_ID = "HR_Period_ID"; @@ -152,7 +156,7 @@ public interface I_HR_Period /** Get Payroll Year */ public int getHR_Year_ID(); - public org.eevolution.model.I_HR_Year getHR_Year() throws Exception; + public org.eevolution.model.I_HR_Year getHR_Year() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/base/src/org/eevolution/model/I_HR_Process.java b/base/src/org/eevolution/model/I_HR_Process.java index be49037bcc..8db6332863 100644 --- a/base/src/org/eevolution/model/I_HR_Process.java +++ b/base/src/org/eevolution/model/I_HR_Process.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Process * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Process { @@ -54,6 +45,19 @@ public interface I_HR_Process /** 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"; @@ -67,7 +71,7 @@ public interface I_HR_Process */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws Exception; + public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -82,7 +86,7 @@ public interface I_HR_Process */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -97,7 +101,7 @@ public interface I_HR_Process */ 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"; @@ -112,7 +116,7 @@ public interface I_HR_Process */ 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"; @@ -127,7 +131,7 @@ public interface I_HR_Process */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws Exception; + public I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_DocTypeTarget_ID */ public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; @@ -168,7 +172,7 @@ public interface I_HR_Process */ public int getC_PaySelection_ID(); - public I_C_PaySelection getC_PaySelection() throws Exception; + public I_C_PaySelection getC_PaySelection() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -225,35 +229,35 @@ public interface I_HR_Process /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; - /** Set Department */ + /** Set Payroll Department */ public void setHR_Department_ID (int HR_Department_ID); - /** Get Department */ + /** Get Payroll Department */ public int getHR_Department_ID(); - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception; + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException; /** Column name HR_Employee_ID */ public static final String COLUMNNAME_HR_Employee_ID = "HR_Employee_ID"; - /** Set Employee */ + /** Set Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID); - /** Get Employee */ + /** Get Payroll Employee */ public int getHR_Employee_ID(); - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception; + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException; /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; - /** Set Job */ + /** Set Payroll Job */ public void setHR_Job_ID (int HR_Job_ID); - /** Get Job */ + /** Get Payroll Job */ public int getHR_Job_ID(); - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception; + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -264,7 +268,7 @@ public interface I_HR_Process /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name HR_Period_ID */ public static final String COLUMNNAME_HR_Period_ID = "HR_Period_ID"; @@ -275,7 +279,7 @@ public interface I_HR_Process /** Get Payroll Period */ public int getHR_Period_ID(); - public org.eevolution.model.I_HR_Period getHR_Period() throws Exception; + public org.eevolution.model.I_HR_Period getHR_Period() throws RuntimeException; /** Column name HR_Process_ID */ public static final String COLUMNNAME_HR_Process_ID = "HR_Process_ID"; diff --git a/base/src/org/eevolution/model/I_HR_Year.java b/base/src/org/eevolution/model/I_HR_Year.java index 95a0126119..32c56e8aca 100644 --- a/base/src/org/eevolution/model/I_HR_Year.java +++ b/base/src/org/eevolution/model/I_HR_Year.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Year * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_HR_Year { @@ -54,6 +45,19 @@ public interface I_HR_Year /** 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_Year_ID */ public static final String COLUMNNAME_C_Year_ID = "C_Year_ID"; @@ -67,7 +71,7 @@ public interface I_HR_Year */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws Exception; + public I_C_Year getC_Year() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -78,7 +82,7 @@ public interface I_HR_Year /** Get Payroll */ public int getHR_Payroll_ID(); - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception; + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException; /** Column name HR_Year_ID */ public static final String COLUMNNAME_HR_Year_ID = "HR_Year_ID"; diff --git a/base/src/org/eevolution/model/I_IMP_Processor.java b/base/src/org/eevolution/model/I_IMP_Processor.java index 40e3898e70..857e942608 100644 --- a/base/src/org/eevolution/model/I_IMP_Processor.java +++ b/base/src/org/eevolution/model/I_IMP_Processor.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_IMP_Processor { @@ -63,6 +54,19 @@ public interface I_IMP_Processor /** Get Account */ public String getAccount(); + /** 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"; @@ -153,22 +157,22 @@ public interface I_IMP_Processor /** Column name IMP_Processor_ID */ public static final String COLUMNNAME_IMP_Processor_ID = "IMP_Processor_ID"; - /** Set IMP_Processor_ID */ + /** Set Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID); - /** Get IMP_Processor_ID */ + /** Get Import Processor */ public int getIMP_Processor_ID(); /** Column name IMP_Processor_Type_ID */ public static final String COLUMNNAME_IMP_Processor_Type_ID = "IMP_Processor_Type_ID"; - /** Set IMP_Processor_Type_ID */ + /** Set Import Processor Type */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID); - /** Get IMP_Processor_Type_ID */ + /** Get Import Processor Type */ public int getIMP_Processor_Type_ID(); - public org.eevolution.model.I_IMP_Processor_Type getIMP_Processor_Type() throws Exception; + public org.eevolution.model.I_IMP_Processor_Type getIMP_Processor_Type() throws RuntimeException; /** Column name KeepLogDays */ public static final String COLUMNNAME_KeepLogDays = "KeepLogDays"; @@ -199,10 +203,10 @@ public interface I_IMP_Processor /** Column name PasswordInfo */ public static final String COLUMNNAME_PasswordInfo = "PasswordInfo"; - /** Set PasswordInfo */ + /** Set Password Info */ public void setPasswordInfo (String PasswordInfo); - /** Get PasswordInfo */ + /** Get Password Info */ public String getPasswordInfo(); /** Column name Port */ diff --git a/base/src/org/eevolution/model/I_IMP_ProcessorLog.java b/base/src/org/eevolution/model/I_IMP_ProcessorLog.java index 70b0f6ff0e..64372fb3e4 100644 --- a/base/src/org/eevolution/model/I_IMP_ProcessorLog.java +++ b/base/src/org/eevolution/model/I_IMP_ProcessorLog.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorLog * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_IMP_ProcessorLog { @@ -53,6 +44,19 @@ public interface I_IMP_ProcessorLog /** 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"; @@ -95,21 +99,21 @@ public interface I_IMP_ProcessorLog /** Column name IMP_Processor_ID */ public static final String COLUMNNAME_IMP_Processor_ID = "IMP_Processor_ID"; - /** Set IMP_Processor_ID */ + /** Set Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID); - /** Get IMP_Processor_ID */ + /** Get Import Processor */ public int getIMP_Processor_ID(); - public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws Exception; + public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException; /** Column name IMP_ProcessorLog_ID */ public static final String COLUMNNAME_IMP_ProcessorLog_ID = "IMP_ProcessorLog_ID"; - /** Set IMP_ProcessorLog_ID */ + /** Set Import Processor Log */ public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID); - /** Get IMP_ProcessorLog_ID */ + /** Get Import Processor Log */ public int getIMP_ProcessorLog_ID(); /** Column name IsError */ diff --git a/base/src/org/eevolution/model/I_IMP_ProcessorParameter.java b/base/src/org/eevolution/model/I_IMP_ProcessorParameter.java index c5407885e8..378c00c330 100644 --- a/base/src/org/eevolution/model/I_IMP_ProcessorParameter.java +++ b/base/src/org/eevolution/model/I_IMP_ProcessorParameter.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorParameter * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_IMP_ProcessorParameter { @@ -53,6 +44,19 @@ public interface I_IMP_ProcessorParameter /** 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"; @@ -82,21 +86,21 @@ public interface I_IMP_ProcessorParameter /** Column name IMP_Processor_ID */ public static final String COLUMNNAME_IMP_Processor_ID = "IMP_Processor_ID"; - /** Set IMP_Processor_ID */ + /** Set Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID); - /** Get IMP_Processor_ID */ + /** Get Import Processor */ public int getIMP_Processor_ID(); - public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws Exception; + public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException; /** Column name IMP_ProcessorParameter_ID */ public static final String COLUMNNAME_IMP_ProcessorParameter_ID = "IMP_ProcessorParameter_ID"; - /** Set IMP_ProcessorParameter_ID */ + /** Set Import Processor Parameter */ public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID); - /** Get IMP_ProcessorParameter_ID */ + /** Get Import Processor Parameter */ public int getIMP_ProcessorParameter_ID(); /** Column name Name */ @@ -115,10 +119,10 @@ public interface I_IMP_ProcessorParameter /** Column name ParameterValue */ public static final String COLUMNNAME_ParameterValue = "ParameterValue"; - /** Set ParameterValue */ + /** Set Parameter Value */ public void setParameterValue (String ParameterValue); - /** Get ParameterValue */ + /** Get Parameter Value */ public String getParameterValue(); /** Column name Value */ diff --git a/base/src/org/eevolution/model/I_IMP_Processor_Type.java b/base/src/org/eevolution/model/I_IMP_Processor_Type.java index 8057d22de4..6f1a11718f 100644 --- a/base/src/org/eevolution/model/I_IMP_Processor_Type.java +++ b/base/src/org/eevolution/model/I_IMP_Processor_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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor_Type * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_IMP_Processor_Type { @@ -53,6 +44,19 @@ public interface I_IMP_Processor_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"; @@ -82,19 +86,19 @@ public interface I_IMP_Processor_Type /** Column name IMP_Processor_Type_ID */ public static final String COLUMNNAME_IMP_Processor_Type_ID = "IMP_Processor_Type_ID"; - /** Set IMP_Processor_Type_ID */ + /** Set Import Processor Type */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID); - /** Get IMP_Processor_Type_ID */ + /** Get Import Processor Type */ public int getIMP_Processor_Type_ID(); /** Column name JavaClass */ public static final String COLUMNNAME_JavaClass = "JavaClass"; - /** Set JavaClass */ + /** Set Java Class */ public void setJavaClass (String JavaClass); - /** Get JavaClass */ + /** Get Java Class */ public String getJavaClass(); /** Column name Name */ diff --git a/base/src/org/eevolution/model/I_PP_Cost_Collector.java b/base/src/org/eevolution/model/I_PP_Cost_Collector.java index 83c88c53a2..21fa3abe39 100644 --- a/base/src/org/eevolution/model/I_PP_Cost_Collector.java +++ b/base/src/org/eevolution/model/I_PP_Cost_Collector.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Cost_Collector * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Cost_Collector { @@ -45,19 +45,6 @@ public interface I_PP_Cost_Collector /** 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"; @@ -71,6 +58,19 @@ public interface I_PP_Cost_Collector */ 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"; @@ -116,19 +116,6 @@ public interface I_PP_Cost_Collector public I_C_Campaign getC_Campaign() throws RuntimeException; - /** Column name C_DocTypeTarget_ID */ - public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; - - /** Set Target Document Type. - * Target document type for conversing documents - */ - public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID); - - /** Get Target Document Type. - * Target document type for conversing documents - */ - public int getC_DocTypeTarget_ID(); - /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -142,20 +129,31 @@ public interface I_PP_Cost_Collector */ public int getC_DocType_ID(); - /** Column name C_Order_ID */ - public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; + /** Column name C_DocTypeTarget_ID */ + public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; - /** Set Order. - * Order + /** Set Target Document Type. + * Target document type for conversing documents */ - public void setC_Order_ID (int C_Order_ID); + public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID); - /** Get Order. - * Order + /** Get Target Document Type. + * Target document type for conversing documents */ - public int getC_Order_ID(); + public int getC_DocTypeTarget_ID(); - public I_C_Order getC_Order() throws RuntimeException; + /** Column name CostCollectorType */ + public static final String COLUMNNAME_CostCollectorType = "CostCollectorType"; + + /** Set Cost Collector Type. + * Transaction Type for Manufacturing Management + */ + public void setCostCollectorType (String CostCollectorType); + + /** Get Cost Collector Type. + * Transaction Type for Manufacturing Management + */ + public String getCostCollectorType(); /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -187,19 +185,6 @@ public interface I_PP_Cost_Collector public I_C_UOM getC_UOM() throws RuntimeException; - /** Column name CostCollectorType */ - public static final String COLUMNNAME_CostCollectorType = "CostCollectorType"; - - /** Set Cost Collector Type. - * Transaction Type for Manufacturing Management - */ - public void setCostCollectorType (String CostCollectorType); - - /** Get Cost Collector Type. - * Transaction Type for Manufacturing Management - */ - public String getCostCollectorType(); - /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -305,6 +290,32 @@ public interface I_PP_Cost_Collector */ public int getM_Locator_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 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"; @@ -335,31 +346,18 @@ public interface I_PP_Cost_Collector public I_M_Warehouse getM_Warehouse() throws RuntimeException; - /** Column name MovementDate */ - public static final String COLUMNNAME_MovementDate = "MovementDate"; + /** Column name Posted */ + public static final String COLUMNNAME_Posted = "Posted"; - /** Set Movement Date. - * Date a product was moved in or out of inventory + /** Set Posted. + * Posting status */ - public void setMovementDate (Timestamp MovementDate); + public void setPosted (boolean Posted); - /** Get Movement Date. - * Date a product was moved in or out of inventory + /** Get Posted. + * Posting status */ - public Timestamp getMovementDate(); - - /** 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 boolean isPosted(); /** Column name PP_Cost_Collector_ID */ public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID"; @@ -379,7 +377,7 @@ public interface I_PP_Cost_Collector /** Get Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID(); - public org.eevolution.model.I_PP_Order_BOMLine getPPOrderBOMLine() throws RuntimeException; + 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"; @@ -390,7 +388,7 @@ public interface I_PP_Cost_Collector /** Get Manufacturing Order */ public int getPP_Order_ID(); - public org.eevolution.model.I_PP_Order getPPOrder() throws RuntimeException; + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; @@ -401,7 +399,7 @@ public interface I_PP_Cost_Collector /** Get Manufacturing Order Activity */ public int getPP_Order_Node_ID(); - public org.eevolution.model.I_PP_Order_Node getPPOrderNode() throws RuntimeException; + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; @@ -414,19 +412,6 @@ public interface I_PP_Cost_Collector public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException; - /** Column name Posted */ - public static final String COLUMNNAME_Posted = "Posted"; - - /** Set Posted. - * Posting status - */ - public void setPosted (boolean Posted); - - /** Get Posted. - * Posting status - */ - public boolean isPosted(); - /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; @@ -471,21 +456,6 @@ public interface I_PP_Cost_Collector */ public int getReversal_ID(); - /** Column name S_Resource_ID */ - public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; - - /** Set Resource. - * Resource - */ - public void setS_Resource_ID (int S_Resource_ID); - - /** Get Resource. - * Resource - */ - public int getS_Resource_ID(); - - public I_S_Resource getS_Resource() throws RuntimeException; - /** Column name ScrappedQty */ public static final String COLUMNNAME_ScrappedQty = "ScrappedQty"; @@ -508,6 +478,21 @@ public interface I_PP_Cost_Collector /** Get Setup Time Real */ public BigDecimal getSetupTimeReal(); + /** Column name S_Resource_ID */ + public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; + + /** Set Resource. + * Resource + */ + public void setS_Resource_ID (int S_Resource_ID); + + /** Get Resource. + * Resource + */ + public int getS_Resource_ID(); + + public I_S_Resource getS_Resource() throws RuntimeException; + /** Column name User1_ID */ public static final String COLUMNNAME_User1_ID = "User1_ID"; diff --git a/base/src/org/eevolution/model/I_PP_MRP.java b/base/src/org/eevolution/model/I_PP_MRP.java index 7288e3720e..1b55b341ca 100644 --- a/base/src/org/eevolution/model/I_PP_MRP.java +++ b/base/src/org/eevolution/model/I_PP_MRP.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_MRP * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_MRP { @@ -54,6 +45,19 @@ public interface I_PP_MRP /** 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"; @@ -67,7 +71,7 @@ public interface I_PP_MRP */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -82,7 +86,7 @@ public interface I_PP_MRP */ 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"; @@ -97,7 +101,7 @@ public interface I_PP_MRP */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws Exception; + public I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name DateConfirm */ public static final String COLUMNNAME_DateConfirm = "DateConfirm"; @@ -179,7 +183,7 @@ public interface I_PP_MRP /** Get Distribution Order */ public int getDD_Order_ID(); - public org.eevolution.model.I_DD_Order getDD_Order() throws Exception; + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException; /** Column name DD_OrderLine_ID */ public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; @@ -190,7 +194,7 @@ public interface I_PP_MRP /** 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"; @@ -244,7 +248,7 @@ public interface I_PP_MRP */ 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"; @@ -259,7 +263,7 @@ public interface I_PP_MRP */ public int getM_ForecastLine_ID(); - public I_M_ForecastLine getM_ForecastLine() throws Exception; + public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -274,7 +278,7 @@ public interface I_PP_MRP */ 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"; @@ -289,7 +293,7 @@ public interface I_PP_MRP */ 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"; @@ -304,7 +308,7 @@ public interface I_PP_MRP */ public int getM_RequisitionLine_ID(); - public I_M_RequisitionLine getM_RequisitionLine() throws Exception; + public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -319,7 +323,7 @@ public interface I_PP_MRP */ 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"; @@ -355,33 +359,33 @@ public interface I_PP_MRP /** Column name PP_MRP_ID */ public static final String COLUMNNAME_PP_MRP_ID = "PP_MRP_ID"; - /** Set PP_MRP_ID */ + /** Set Material Requirement Planning */ public void setPP_MRP_ID (int PP_MRP_ID); - /** Get PP_MRP_ID */ + /** Get Material Requirement Planning */ public int getPP_MRP_ID(); /** 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; /** Column name Priority */ public static final String COLUMNNAME_Priority = "Priority"; @@ -422,7 +426,7 @@ public interface I_PP_MRP */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name TypeMRP */ public static final String COLUMNNAME_TypeMRP = "TypeMRP"; diff --git a/base/src/org/eevolution/model/I_PP_Order.java b/base/src/org/eevolution/model/I_PP_Order.java index 76d9389567..a1da6d7297 100644 --- a/base/src/org/eevolution/model/I_PP_Order.java +++ b/base/src/org/eevolution/model/I_PP_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order { @@ -54,6 +45,19 @@ public interface I_PP_Order /** 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"; @@ -80,7 +84,7 @@ public interface I_PP_Order */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Assay */ public static final String COLUMNNAME_Assay = "Assay"; @@ -108,7 +112,7 @@ public interface I_PP_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_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -123,7 +127,7 @@ public interface I_PP_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_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -177,7 +181,7 @@ public interface I_PP_Order */ 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"; @@ -192,7 +196,7 @@ public interface I_PP_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_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -207,7 +211,7 @@ public interface I_PP_Order */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateConfirm */ public static final String COLUMNNAME_DateConfirm = "DateConfirm"; @@ -352,19 +356,19 @@ public interface I_PP_Order /** Column name FloatAfter */ public static final String COLUMNNAME_FloatAfter = "FloatAfter"; - /** Set FloatAfter */ + /** Set Float After */ public void setFloatAfter (BigDecimal FloatAfter); - /** Get FloatAfter */ + /** Get Float After */ public BigDecimal getFloatAfter(); /** Column name FloatBefored */ public static final String COLUMNNAME_FloatBefored = "FloatBefored"; - /** Set FloatBefored */ + /** Set Float Befored */ public void setFloatBefored (BigDecimal FloatBefored); - /** Get FloatBefored */ + /** Get Float Befored */ public BigDecimal getFloatBefored(); /** Column name IsApproved */ @@ -480,8 +484,6 @@ public interface I_PP_Order */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; - /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -495,7 +497,7 @@ public interface I_PP_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name OrderType */ public static final String COLUMNNAME_OrderType = "OrderType"; @@ -531,10 +533,10 @@ public interface I_PP_Order /** 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(); /** Column name PP_Product_BOM_ID */ @@ -550,7 +552,7 @@ public interface I_PP_Order */ 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 PriorityRule */ public static final String COLUMNNAME_PriorityRule = "PriorityRule"; @@ -590,19 +592,19 @@ public interface I_PP_Order /** Column name QtyBatchs */ public static final String COLUMNNAME_QtyBatchs = "QtyBatchs"; - /** Set QtyBatchs */ + /** Set Qty Batchs */ public void setQtyBatchs (BigDecimal QtyBatchs); - /** Get QtyBatchs */ + /** Get Qty Batchs */ public BigDecimal getQtyBatchs(); /** Column name QtyBatchSize */ public static final String COLUMNNAME_QtyBatchSize = "QtyBatchSize"; - /** Set QtyBatchSize */ + /** Set Qty Batch Size */ public void setQtyBatchSize (BigDecimal QtyBatchSize); - /** Get QtyBatchSize */ + /** Get Qty Batch Size */ public BigDecimal getQtyBatchSize(); /** Column name QtyDelivered */ @@ -647,10 +649,10 @@ public interface I_PP_Order /** Column name QtyReject */ public static final String COLUMNNAME_QtyReject = "QtyReject"; - /** Set QtyReject */ + /** Set Qty Reject */ public void setQtyReject (BigDecimal QtyReject); - /** Get QtyReject */ + /** Get Qty Reject */ public BigDecimal getQtyReject(); /** Column name QtyReserved */ @@ -669,10 +671,14 @@ public interface I_PP_Order /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; - /** Set QtyScrap */ + /** Set QtyScrap. + * Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap); - /** Get QtyScrap */ + /** Get QtyScrap. + * Scrap Quantity for this componet + */ public BigDecimal getQtyScrap(); /** Column name ScheduleType */ @@ -714,7 +720,7 @@ public interface I_PP_Order */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name User1_ID */ public static final String COLUMNNAME_User1_ID = "User1_ID"; diff --git a/base/src/org/eevolution/model/I_PP_Order_BOM.java b/base/src/org/eevolution/model/I_PP_Order_BOM.java index fcde9ba85e..d55f50b786 100644 --- a/base/src/org/eevolution/model/I_PP_Order_BOM.java +++ b/base/src/org/eevolution/model/I_PP_Order_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOM * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_BOM { @@ -54,6 +45,19 @@ public interface I_PP_Order_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"; @@ -106,7 +110,7 @@ public interface I_PP_Order_BOM */ 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"; @@ -173,7 +177,7 @@ public interface I_PP_Order_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"; @@ -188,7 +192,7 @@ public interface I_PP_Order_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"; @@ -206,22 +210,22 @@ public interface I_PP_Order_BOM /** Column name PP_Order_BOM_ID */ public static final String COLUMNNAME_PP_Order_BOM_ID = "PP_Order_BOM_ID"; - /** Set PP_Order_BOM_ID */ + /** Set Manufacturing Order BOM */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID); - /** Get PP_Order_BOM_ID */ + /** Get Manufacturing Order BOM */ public int getPP_Order_BOM_ID(); /** 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; /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/base/src/org/eevolution/model/I_PP_Order_BOMLine.java b/base/src/org/eevolution/model/I_PP_Order_BOMLine.java index e8a1634a42..30ee0593fd 100644 --- a/base/src/org/eevolution/model/I_PP_Order_BOMLine.java +++ b/base/src/org/eevolution/model/I_PP_Order_BOMLine.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_BOMLine { @@ -54,6 +45,19 @@ public interface I_PP_Order_BOMLine /** 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"; @@ -119,7 +123,7 @@ public interface I_PP_Order_BOMLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws Exception; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -277,7 +281,7 @@ public interface I_PP_Order_BOMLine */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws Exception; + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -305,7 +309,7 @@ public interface I_PP_Order_BOMLine */ 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"; @@ -320,48 +324,48 @@ public interface I_PP_Order_BOMLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PP_Order_BOM_ID */ public static final String COLUMNNAME_PP_Order_BOM_ID = "PP_Order_BOM_ID"; - /** Set PP_Order_BOM_ID */ + /** Set Manufacturing Order BOM */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID); - /** Get PP_Order_BOM_ID */ + /** Get Manufacturing Order BOM */ public int getPP_Order_BOM_ID(); - public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM() throws Exception; + public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM() throws RuntimeException; /** 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(); /** 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; /** Column name QtyBatch */ public static final String COLUMNNAME_QtyBatch = "QtyBatch"; - /** Set Quantity %. + /** Set Quantity in %. * Indicate the Quantity % use in this Formula */ public void setQtyBatch (BigDecimal QtyBatch); - /** Get Quantity %. + /** Get Quantity in %. * Indicate the Quantity % use in this Formula */ public BigDecimal getQtyBatch(); @@ -408,28 +412,28 @@ public interface I_PP_Order_BOMLine /** Column name QtyPost */ public static final String COLUMNNAME_QtyPost = "QtyPost"; - /** Set QtyPost */ + /** Set Qty Post */ public void setQtyPost (BigDecimal QtyPost); - /** Get QtyPost */ + /** Get Qty Post */ public BigDecimal getQtyPost(); /** Column name QtyReject */ public static final String COLUMNNAME_QtyReject = "QtyReject"; - /** Set QtyReject */ + /** Set Qty Reject */ public void setQtyReject (BigDecimal QtyReject); - /** Get QtyReject */ + /** Get Qty Reject */ public BigDecimal getQtyReject(); /** Column name QtyRequiered */ public static final String COLUMNNAME_QtyRequiered = "QtyRequiered"; - /** Set QtyRequiered */ + /** Set Qty Requiered */ public void setQtyRequiered (BigDecimal QtyRequiered); - /** Get QtyRequiered */ + /** Get Qty Requiered */ public BigDecimal getQtyRequiered(); /** Column name QtyReserved */ @@ -448,22 +452,26 @@ public interface I_PP_Order_BOMLine /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; - /** Set QtyScrap */ + /** Set QtyScrap. + * Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap); - /** Get QtyScrap */ + /** Get QtyScrap. + * Scrap Quantity for this componet + */ public BigDecimal getQtyScrap(); /** Column name Scrap */ public static final String COLUMNNAME_Scrap = "Scrap"; - /** Set Scrap. - * Indicate the Scrap Quantity that is generate in a manufacturing process + /** Set % Scrap. + * Indicate the % Scrap for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap); - /** Get Scrap. - * Indicate the Scrap Quantity that is generate in a manufacturing process + /** Get % Scrap. + * Indicate the % Scrap for calculate the Scrap Quantity */ public BigDecimal getScrap(); diff --git a/base/src/org/eevolution/model/I_PP_Order_BOMLineMA.java b/base/src/org/eevolution/model/I_PP_Order_BOMLineMA.java index 2f284611bd..604daee337 100644 --- a/base/src/org/eevolution/model/I_PP_Order_BOMLineMA.java +++ b/base/src/org/eevolution/model/I_PP_Order_BOMLineMA.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOMLineMA * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_BOMLineMA { @@ -53,6 +44,19 @@ public interface I_PP_Order_BOMLineMA /** 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"; @@ -82,20 +86,20 @@ public interface I_PP_Order_BOMLineMA /** 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_BOMLineMA_ID */ public static final String COLUMNNAME_PP_Order_BOMLineMA_ID = "PP_Order_BOMLineMA_ID"; - /** Set PP_Order_BOMLineMA_ID */ + /** Set Manufacturing Order BOM Line MA */ public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID); - /** Get PP_Order_BOMLineMA_ID */ + /** Get Manufacturing Order BOM Line MA */ public int getPP_Order_BOMLineMA_ID(); } diff --git a/base/src/org/eevolution/model/I_PP_Order_Cost.java b/base/src/org/eevolution/model/I_PP_Order_Cost.java index b4da6d3fe7..1b1c9ba9e5 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Cost.java +++ b/base/src/org/eevolution/model/I_PP_Order_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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Cost * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_Cost { @@ -53,6 +44,19 @@ public interface I_PP_Order_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 AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -66,7 +70,7 @@ public interface I_PP_Order_Cost */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -81,7 +85,7 @@ public interface I_PP_Order_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"; @@ -112,10 +116,10 @@ public interface I_PP_Order_Cost /** Column name CumulatedAmtPost */ public static final String COLUMNNAME_CumulatedAmtPost = "CumulatedAmtPost"; - /** Set CumulatedAmtPost */ + /** Set Cumulated Amt Post */ public void setCumulatedAmtPost (BigDecimal CumulatedAmtPost); - /** Get CumulatedAmtPost */ + /** Get Cumulated Amt Post */ public BigDecimal getCumulatedAmtPost(); /** Column name CumulatedQty */ @@ -134,10 +138,10 @@ public interface I_PP_Order_Cost /** Column name CumulatedQtyPost */ public static final String COLUMNNAME_CumulatedQtyPost = "CumulatedQtyPost"; - /** Set CumulatedQtyPost */ + /** Set Cumulated Qty Post */ public void setCumulatedQtyPost (BigDecimal CumulatedQtyPost); - /** Get CumulatedQtyPost */ + /** Get Cumulated Qty Post */ public BigDecimal getCumulatedQtyPost(); /** Column name CurrentCostPrice */ @@ -156,10 +160,10 @@ public interface I_PP_Order_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 */ @@ -201,7 +205,7 @@ public interface I_PP_Order_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"; @@ -216,7 +220,7 @@ public interface I_PP_Order_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"; @@ -231,25 +235,25 @@ public interface I_PP_Order_Cost */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Order_Cost_ID */ public static final String COLUMNNAME_PP_Order_Cost_ID = "PP_Order_Cost_ID"; - /** Set PP_Order_Cost_ID */ + /** Set Manufacturing Order Cost */ public void setPP_Order_Cost_ID (int PP_Order_Cost_ID); - /** Get PP_Order_Cost_ID */ + /** Get Manufacturing Order Cost */ public int getPP_Order_Cost_ID(); /** 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/eevolution/model/I_PP_Order_Node.java b/base/src/org/eevolution/model/I_PP_Order_Node.java index 3f65df5f9a..5c559de6ff 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_Node { @@ -54,6 +45,19 @@ public interface I_PP_Order_Node /** Load Meta Data */ + /** Column name Action */ + public static final String COLUMNNAME_Action = "Action"; + + /** Set Action. + * Indicates the Action to be performed + */ + public void setAction (String Action); + + /** Get Action. + * Indicates the Action to be performed + */ + public String getAction(); + /** Column name AD_Column_ID */ public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID"; @@ -67,7 +71,7 @@ public interface I_PP_Order_Node */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws Exception; + public I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Form_ID */ public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; @@ -82,7 +86,7 @@ public interface I_PP_Order_Node */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws Exception; + public I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -97,7 +101,20 @@ public interface I_PP_Order_Node */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws Exception; + public I_AD_Image getAD_Image() 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_Process_ID */ public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; @@ -112,7 +129,7 @@ public interface I_PP_Order_Node */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws Exception; + public I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -127,7 +144,7 @@ public interface I_PP_Order_Node */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws Exception; + public I_AD_Task getAD_Task() throws RuntimeException; /** Column name AD_WF_Block_ID */ public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID"; @@ -142,7 +159,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Block_ID(); - public I_AD_WF_Block getAD_WF_Block() throws Exception; + public I_AD_WF_Block getAD_WF_Block() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -157,7 +174,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws Exception; + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -172,7 +189,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception; + public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -187,7 +204,7 @@ public interface I_PP_Order_Node */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws Exception; + public I_AD_Window getAD_Window() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -202,20 +219,7 @@ public interface I_PP_Order_Node */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; - - /** Column name Action */ - public static final String COLUMNNAME_Action = "Action"; - - /** Set Action. - * Indicates the Action to be performed - */ - public void setAction (String Action); - - /** Get Action. - * Indicates the Action to be performed - */ - public String getAction(); + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; @@ -256,7 +260,7 @@ public interface I_PP_Order_Node */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws Exception; + public I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; @@ -366,19 +370,19 @@ public interface I_PP_Order_Node /** Column name DurationReal */ public static final String COLUMNNAME_DurationReal = "DurationReal"; - /** Set DurationReal */ + /** Set Duration Real */ public void setDurationReal (int DurationReal); - /** Get DurationReal */ + /** Get Duration Real */ public int getDurationReal(); /** Column name DurationRequiered */ public static final String COLUMNNAME_DurationRequiered = "DurationRequiered"; - /** Set DurationRequiered */ + /** Set Duration Requiered */ public void setDurationRequiered (int DurationRequiered); - /** Get DurationRequiered */ + /** Get Duration Requiered */ public int getDurationRequiered(); /** Column name EntityType */ @@ -438,19 +442,19 @@ public interface I_PP_Order_Node /** Column name IsMilestone */ public static final String COLUMNNAME_IsMilestone = "IsMilestone"; - /** Set IsMilestone */ + /** Set Is Milestone */ public void setIsMilestone (boolean IsMilestone); - /** Get IsMilestone */ + /** Get Is Milestone */ public boolean isMilestone(); /** Column name IsSubcontracting */ public static final String COLUMNNAME_IsSubcontracting = "IsSubcontracting"; - /** Set IsSubcontracting */ + /** Set Is Subcontracting */ public void setIsSubcontracting (boolean IsSubcontracting); - /** Get IsSubcontracting */ + /** Get Is Subcontracting */ public boolean isSubcontracting(); /** Column name JoinElement */ @@ -482,10 +486,10 @@ public interface I_PP_Order_Node /** Column name MovingTime */ public static final String COLUMNNAME_MovingTime = "MovingTime"; - /** Set MovingTime */ + /** Set Moving Time */ public void setMovingTime (int MovingTime); - /** Get MovingTime */ + /** Get Moving Time */ public int getMovingTime(); /** Column name Name */ @@ -504,22 +508,22 @@ public interface I_PP_Order_Node /** Column name OverlapUnits */ public static final String COLUMNNAME_OverlapUnits = "OverlapUnits"; - /** Set OverlapUnits */ + /** Set Overlap Units */ public void setOverlapUnits (int OverlapUnits); - /** Get OverlapUnits */ + /** Get Overlap Units */ public int getOverlapUnits(); /** 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; /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; @@ -533,13 +537,13 @@ public interface I_PP_Order_Node /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; - /** Set PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID); - /** Get PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID(); - public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws Exception; + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException; /** Column name Priority */ public static final String COLUMNNAME_Priority = "Priority"; @@ -570,54 +574,43 @@ public interface I_PP_Order_Node /** Column name QtyReject */ public static final String COLUMNNAME_QtyReject = "QtyReject"; - /** Set QtyReject */ + /** Set Qty Reject */ public void setQtyReject (BigDecimal QtyReject); - /** Get QtyReject */ + /** Get Qty Reject */ public BigDecimal getQtyReject(); /** Column name QtyRequiered */ public static final String COLUMNNAME_QtyRequiered = "QtyRequiered"; - /** Set QtyRequiered */ + /** Set Qty Requiered */ public void setQtyRequiered (BigDecimal QtyRequiered); - /** Get QtyRequiered */ + /** Get Qty Requiered */ public BigDecimal getQtyRequiered(); /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; - /** Set QtyScrap */ + /** Set QtyScrap. + * Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap); - /** Get QtyScrap */ + /** Get QtyScrap. + * Scrap Quantity for this componet + */ public BigDecimal getQtyScrap(); /** Column name QueuingTime */ public static final String COLUMNNAME_QueuingTime = "QueuingTime"; - /** Set QueuingTime */ + /** Set Queuing Time */ public void setQueuingTime (int QueuingTime); - /** Get QueuingTime */ + /** Get Queuing Time */ public int getQueuingTime(); - /** Column name S_Resource_ID */ - public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; - - /** Set Resource. - * Resource - */ - public void setS_Resource_ID (int S_Resource_ID); - - /** Get Resource. - * Resource - */ - public int getS_Resource_ID(); - - public I_S_Resource getS_Resource() throws Exception; - /** Column name SetupTime */ public static final String COLUMNNAME_SetupTime = "SetupTime"; @@ -634,19 +627,19 @@ public interface I_PP_Order_Node /** Column name SetupTimeReal */ public static final String COLUMNNAME_SetupTimeReal = "SetupTimeReal"; - /** Set SetupTimeReal */ + /** Set Setup Time Real */ public void setSetupTimeReal (int SetupTimeReal); - /** Get SetupTimeReal */ + /** Get Setup Time Real */ public int getSetupTimeReal(); /** Column name SetupTimeRequiered */ public static final String COLUMNNAME_SetupTimeRequiered = "SetupTimeRequiered"; - /** Set SetupTimeRequiered */ + /** Set Setup Time Requiered */ public void setSetupTimeRequiered (int SetupTimeRequiered); - /** Get SetupTimeRequiered */ + /** Get Setup Time Requiered */ public int getSetupTimeRequiered(); /** Column name SplitElement */ @@ -662,6 +655,21 @@ public interface I_PP_Order_Node */ public String getSplitElement(); + /** Column name S_Resource_ID */ + public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; + + /** Set Resource. + * Resource + */ + public void setS_Resource_ID (int S_Resource_ID); + + /** Get Resource. + * Resource + */ + public int getS_Resource_ID(); + + public I_S_Resource getS_Resource() throws RuntimeException; + /** Column name StartMode */ public static final String COLUMNNAME_StartMode = "StartMode"; @@ -691,10 +699,10 @@ public interface I_PP_Order_Node /** Column name UnitsCycles */ public static final String COLUMNNAME_UnitsCycles = "UnitsCycles"; - /** Set UnitsCycles */ + /** Set Units Cycles */ public void setUnitsCycles (int UnitsCycles); - /** Get UnitsCycles */ + /** Get Units Cycles */ public int getUnitsCycles(); /** Column name ValidFrom */ diff --git a/base/src/org/eevolution/model/I_PP_Order_NodeNext.java b/base/src/org/eevolution/model/I_PP_Order_NodeNext.java index 0e16b54828..0bf2caca54 100644 --- a/base/src/org/eevolution/model/I_PP_Order_NodeNext.java +++ b/base/src/org/eevolution/model/I_PP_Order_NodeNext.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_NodeNext * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_NodeNext { @@ -53,6 +44,19 @@ public interface I_PP_Order_NodeNext /** 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_WF_Next_ID */ public static final String COLUMNNAME_AD_WF_Next_ID = "AD_WF_Next_ID"; @@ -79,7 +83,7 @@ public interface I_PP_Order_NodeNext */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws Exception; + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -125,32 +129,23 @@ public interface I_PP_Order_NodeNext /** 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; /** Column name PP_Order_Next_ID */ public static final String COLUMNNAME_PP_Order_Next_ID = "PP_Order_Next_ID"; - /** Set PP_Order_Next_ID */ + /** Set Manufacturing Order Activity Next */ public void setPP_Order_Next_ID (int PP_Order_Next_ID); - /** Get PP_Order_Next_ID */ + /** Get Manufacturing Order Activity Next */ public int getPP_Order_Next_ID(); - /** Column name PP_Order_NodeNext_ID */ - public static final String COLUMNNAME_PP_Order_NodeNext_ID = "PP_Order_NodeNext_ID"; - - /** Set PP_Order_NodeNext_ID */ - public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID); - - /** Get PP_Order_NodeNext_ID */ - public int getPP_Order_NodeNext_ID(); - /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; @@ -160,7 +155,16 @@ public interface I_PP_Order_NodeNext /** Get Manufacturing Order Activity */ public int getPP_Order_Node_ID(); - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception; + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; + + /** Column name PP_Order_NodeNext_ID */ + public static final String COLUMNNAME_PP_Order_NodeNext_ID = "PP_Order_NodeNext_ID"; + + /** Set Manufacturing Order Activity Next */ + public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID); + + /** Get Manufacturing Order Activity Next */ + public int getPP_Order_NodeNext_ID(); /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java b/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java index a3b759857a..66d312ebf4 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node_Asset.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Asset * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_Node_Asset { @@ -66,26 +57,39 @@ public interface I_PP_Order_Node_Asset */ 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 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; /** Column name PP_Order_Node_Asset_ID */ public static final String COLUMNNAME_PP_Order_Node_Asset_ID = "PP_Order_Node_Asset_ID"; - /** Set PP_Order_Node_Asset_ID */ + /** Set Manufacturing Order Activity Asset */ public void setPP_Order_Node_Asset_ID (int PP_Order_Node_Asset_ID); - /** Get PP_Order_Node_Asset_ID */ + /** Get Manufacturing Order Activity Asset */ public int getPP_Order_Node_Asset_ID(); /** Column name PP_Order_Node_ID */ @@ -97,16 +101,16 @@ public interface I_PP_Order_Node_Asset /** Get Manufacturing Order Activity */ public int getPP_Order_Node_ID(); - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception; + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; - /** Set PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID); - /** Get PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID(); - public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws Exception; + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException; } diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_Product.java b/base/src/org/eevolution/model/I_PP_Order_Node_Product.java index 384ee26812..434b9082e7 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node_Product.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node_Product.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Product * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_Node_Product { diff --git a/base/src/org/eevolution/model/I_PP_Order_Workflow.java b/base/src/org/eevolution/model/I_PP_Order_Workflow.java index cdfcf565ac..453bb97500 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Workflow.java +++ b/base/src/org/eevolution/model/I_PP_Order_Workflow.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Workflow * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Order_Workflow { @@ -67,6 +58,19 @@ public interface I_PP_Order_Workflow */ public String getAccessLevel(); + /** 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"; @@ -80,7 +84,7 @@ public interface I_PP_Order_Workflow */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws Exception; + public I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -95,7 +99,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws Exception; + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -110,7 +114,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception; + public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -125,7 +129,7 @@ public interface I_PP_Order_Workflow */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name AD_WorkflowProcessor_ID */ public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID"; @@ -140,7 +144,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WorkflowProcessor_ID(); - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws Exception; + public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException; /** Column name Author */ public static final String COLUMNNAME_Author = "Author"; @@ -277,10 +281,10 @@ public interface I_PP_Order_Workflow /** Column name MovingTime */ public static final String COLUMNNAME_MovingTime = "MovingTime"; - /** Set MovingTime */ + /** Set Moving Time */ public void setMovingTime (int MovingTime); - /** Get MovingTime */ + /** Get Moving Time */ public int getMovingTime(); /** Column name Name */ @@ -299,13 +303,13 @@ public interface I_PP_Order_Workflow /** 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; /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; @@ -316,15 +320,15 @@ public interface I_PP_Order_Workflow /** Get Manufacturing Order Activity */ public int getPP_Order_Node_ID(); - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception; + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; - /** Set PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID); - /** Get PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID(); /** Column name Priority */ @@ -343,10 +347,10 @@ public interface I_PP_Order_Workflow /** Column name ProcessType */ public static final String COLUMNNAME_ProcessType = "ProcessType"; - /** Set ProcessType */ + /** Set Process Type */ public void setProcessType (String ProcessType); - /** Get ProcessType */ + /** Get Process Type */ public String getProcessType(); /** Column name PublishStatus */ @@ -365,19 +369,19 @@ public interface I_PP_Order_Workflow /** Column name QtyBatchSize */ public static final String COLUMNNAME_QtyBatchSize = "QtyBatchSize"; - /** Set QtyBatchSize */ + /** Set Qty Batch Size */ public void setQtyBatchSize (BigDecimal QtyBatchSize); - /** Get QtyBatchSize */ + /** Get Qty Batch Size */ public BigDecimal getQtyBatchSize(); /** Column name QueuingTime */ public static final String COLUMNNAME_QueuingTime = "QueuingTime"; - /** Set QueuingTime */ + /** Set Queuing Time */ public void setQueuingTime (int QueuingTime); - /** Get QueuingTime */ + /** Get Queuing Time */ public int getQueuingTime(); /** Column name SetupTime */ @@ -406,7 +410,7 @@ public interface I_PP_Order_Workflow */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name ValidateWorkflow */ public static final String COLUMNNAME_ValidateWorkflow = "ValidateWorkflow"; diff --git a/base/src/org/eevolution/model/I_PP_Product_BOM.java b/base/src/org/eevolution/model/I_PP_Product_BOM.java index 07cbbf261c..22e0b8e20e 100644 --- a/base/src/org/eevolution/model/I_PP_Product_BOM.java +++ b/base/src/org/eevolution/model/I_PP_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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOM * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Product_BOM { @@ -54,6 +45,19 @@ public interface I_PP_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 BOMType */ public static final String COLUMNNAME_BOMType = "BOMType"; @@ -106,7 +110,7 @@ public interface I_PP_Product_BOM */ 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"; @@ -173,7 +177,7 @@ public interface I_PP_Product_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"; @@ -188,7 +192,7 @@ public interface I_PP_Product_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/eevolution/model/I_PP_Product_BOMLine.java b/base/src/org/eevolution/model/I_PP_Product_BOMLine.java index 53625e66eb..acfdab483f 100644 --- a/base/src/org/eevolution/model/I_PP_Product_BOMLine.java +++ b/base/src/org/eevolution/model/I_PP_Product_BOMLine.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Product_BOMLine { @@ -54,6 +45,19 @@ public interface I_PP_Product_BOMLine /** 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 Assay */ public static final String COLUMNNAME_Assay = "Assay"; @@ -106,7 +110,7 @@ public interface I_PP_Product_BOMLine */ 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"; @@ -251,7 +255,7 @@ public interface I_PP_Product_BOMLine */ 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"; @@ -266,7 +270,7 @@ public interface I_PP_Product_BOMLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -281,7 +285,7 @@ public interface I_PP_Product_BOMLine */ 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 PP_Product_BOMLine_ID */ public static final String COLUMNNAME_PP_Product_BOMLine_ID = "PP_Product_BOMLine_ID"; @@ -299,12 +303,12 @@ public interface I_PP_Product_BOMLine /** Column name QtyBatch */ public static final String COLUMNNAME_QtyBatch = "QtyBatch"; - /** Set Quantity %. + /** Set Quantity in %. * Indicate the Quantity % use in this Formula */ public void setQtyBatch (BigDecimal QtyBatch); - /** Get Quantity %. + /** Get Quantity in %. * Indicate the Quantity % use in this Formula */ public BigDecimal getQtyBatch(); @@ -325,13 +329,13 @@ public interface I_PP_Product_BOMLine /** Column name Scrap */ public static final String COLUMNNAME_Scrap = "Scrap"; - /** Set Scrap. - * Indicate the Scrap Quantity that is generate in a manufacturing process + /** Set % Scrap. + * Indicate the % Scrap for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap); - /** Get Scrap. - * Indicate the Scrap Quantity that is generate in a manufacturing process + /** Get % Scrap. + * Indicate the % Scrap for calculate the Scrap Quantity */ public BigDecimal getScrap(); diff --git a/base/src/org/eevolution/model/I_PP_Product_Planning.java b/base/src/org/eevolution/model/I_PP_Product_Planning.java index 2ea72d8156..b7ae6f632b 100644 --- a/base/src/org/eevolution/model/I_PP_Product_Planning.java +++ b/base/src/org/eevolution/model/I_PP_Product_Planning.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_Planning * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_Product_Planning { @@ -53,6 +44,19 @@ public interface I_PP_Product_Planning /** 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_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -66,7 +70,7 @@ public interface I_PP_Product_Planning */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name DD_NetworkDistribution_ID */ public static final String COLUMNNAME_DD_NetworkDistribution_ID = "DD_NetworkDistribution_ID"; @@ -77,7 +81,7 @@ public interface I_PP_Product_Planning /** Get Network Distribution */ public int getDD_NetworkDistribution_ID(); - public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws Exception; + public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException; /** Column name DeliveryTime_Promised */ public static final String COLUMNNAME_DeliveryTime_Promised = "DeliveryTime_Promised"; @@ -163,7 +167,7 @@ public interface I_PP_Product_Planning */ 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"; @@ -178,15 +182,15 @@ public interface I_PP_Product_Planning */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws Exception; + public I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Order_Max */ public static final String COLUMNNAME_Order_Max = "Order_Max"; - /** Set Order_Max */ + /** Set Order Max */ public void setOrder_Max (BigDecimal Order_Max); - /** Get Order_Max */ + /** Get Order Max */ public BigDecimal getOrder_Max(); /** Column name Order_Min */ @@ -242,6 +246,15 @@ public interface I_PP_Product_Planning /** Get Order Qty */ public BigDecimal getOrder_Qty(); + /** Column name Planner_ID */ + public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + + /** Set Planner */ + public void setPlanner_ID (int Planner_ID); + + /** Get Planner */ + public int getPlanner_ID(); + /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -255,25 +268,29 @@ public interface I_PP_Product_Planning */ 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 PP_Product_Planning_ID */ public static final String COLUMNNAME_PP_Product_Planning_ID = "PP_Product_Planning_ID"; - /** Set PP_Product_Planning_ID */ + /** Set Product Planning */ public void setPP_Product_Planning_ID (int PP_Product_Planning_ID); - /** Get PP_Product_Planning_ID */ + /** Get Product Planning */ public int getPP_Product_Planning_ID(); - /** Column name Planner_ID */ - public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + /** Column name SafetyStock */ + public static final String COLUMNNAME_SafetyStock = "SafetyStock"; - /** Set Planner */ - public void setPlanner_ID (int Planner_ID); + /** Set Safety Stock Qty. + * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public void setSafetyStock (BigDecimal SafetyStock); - /** Get Planner */ - public int getPlanner_ID(); + /** Get Safety Stock Qty. + * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public BigDecimal getSafetyStock(); /** Column name S_Resource_ID */ public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; @@ -288,20 +305,7 @@ public interface I_PP_Product_Planning */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws Exception; - - /** Column name SafetyStock */ - public static final String COLUMNNAME_SafetyStock = "SafetyStock"; - - /** Set Safety Stock Qty. - * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public void setSafetyStock (BigDecimal SafetyStock); - - /** Get Safety Stock Qty. - * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public BigDecimal getSafetyStock(); + public I_S_Resource getS_Resource() throws RuntimeException; /** Column name TimeFence */ public static final String COLUMNNAME_TimeFence = "TimeFence"; diff --git a/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java b/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java index 8b91e36498..c489a633e2 100644 --- a/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java +++ b/base/src/org/eevolution/model/I_PP_WF_Node_Asset.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Asset * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_WF_Node_Asset { @@ -66,7 +57,20 @@ public interface I_PP_WF_Node_Asset */ 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_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -81,15 +85,15 @@ public interface I_PP_WF_Node_Asset */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws Exception; + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name PP_WF_Node_Asset_ID */ public static final String COLUMNNAME_PP_WF_Node_Asset_ID = "PP_WF_Node_Asset_ID"; - /** Set PP_WF_Node_Asset_ID */ + /** Set Workflow Node Asset */ public void setPP_WF_Node_Asset_ID (int PP_WF_Node_Asset_ID); - /** Get PP_WF_Node_Asset_ID */ + /** Get Workflow Node Asset */ public int getPP_WF_Node_Asset_ID(); /** Column name SeqNo */ diff --git a/base/src/org/eevolution/model/I_PP_WF_Node_Product.java b/base/src/org/eevolution/model/I_PP_WF_Node_Product.java index f73333dda1..ca6506ef50 100644 --- a/base/src/org/eevolution/model/I_PP_WF_Node_Product.java +++ b/base/src/org/eevolution/model/I_PP_WF_Node_Product.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Product * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_PP_WF_Node_Product { diff --git a/base/src/org/eevolution/model/I_QM_Specification.java b/base/src/org/eevolution/model/I_QM_Specification.java index 7e7b6185ad..ac81658737 100644 --- a/base/src/org/eevolution/model/I_QM_Specification.java +++ b/base/src/org/eevolution/model/I_QM_Specification.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for QM_Specification * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_QM_Specification { @@ -54,6 +45,19 @@ public interface I_QM_Specification /** 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_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -67,7 +71,7 @@ public interface I_QM_Specification */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws Exception; + public I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -95,7 +99,7 @@ public interface I_QM_Specification */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws Exception; + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -110,7 +114,7 @@ public interface I_QM_Specification */ 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"; @@ -138,15 +142,15 @@ public interface I_QM_Specification */ 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 QM_Specification_ID */ public static final String COLUMNNAME_QM_Specification_ID = "QM_Specification_ID"; - /** Set QM_Specification_ID */ + /** Set Quality Specification */ public void setQM_Specification_ID (int QM_Specification_ID); - /** Get QM_Specification_ID */ + /** Get Quality Specification */ public int getQM_Specification_ID(); /** Column name ValidFrom */ diff --git a/base/src/org/eevolution/model/I_QM_SpecificationLine.java b/base/src/org/eevolution/model/I_QM_SpecificationLine.java index 368a302dbe..7a6d1f3fbc 100644 --- a/base/src/org/eevolution/model/I_QM_SpecificationLine.java +++ b/base/src/org/eevolution/model/I_QM_SpecificationLine.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.eevolution.model; import java.math.BigDecimal; @@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for QM_SpecificationLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_QM_SpecificationLine { @@ -54,6 +45,19 @@ public interface I_QM_SpecificationLine /** 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 AndOr */ public static final String COLUMNNAME_AndOr = "AndOr"; @@ -80,7 +84,7 @@ public interface I_QM_SpecificationLine */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws Exception; + public I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name Operation */ public static final String COLUMNNAME_Operation = "Operation"; @@ -98,13 +102,13 @@ public interface I_QM_SpecificationLine /** Column name QM_Specification_ID */ public static final String COLUMNNAME_QM_Specification_ID = "QM_Specification_ID"; - /** Set QM_Specification_ID */ + /** Set Quality Specification */ public void setQM_Specification_ID (int QM_Specification_ID); - /** Get QM_Specification_ID */ + /** Get Quality Specification */ public int getQM_Specification_ID(); - public org.eevolution.model.I_QM_Specification getQM_Specification() throws Exception; + public org.eevolution.model.I_QM_Specification getQM_Specification() throws RuntimeException; /** Column name QM_SpecificationLine_ID */ public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID"; diff --git a/base/src/org/eevolution/model/I_RV_PP_WIP.java b/base/src/org/eevolution/model/I_RV_PP_WIP.java index 6073b7d57a..4e50a757c1 100644 --- a/base/src/org/eevolution/model/I_RV_PP_WIP.java +++ b/base/src/org/eevolution/model/I_RV_PP_WIP.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for RV_PP_WIP * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_RV_PP_WIP { diff --git a/base/src/org/eevolution/model/I_T_BOMLine.java b/base/src/org/eevolution/model/I_T_BOMLine.java index 3423c3dfdf..59d54c48f9 100644 --- a/base/src/org/eevolution/model/I_T_BOMLine.java +++ b/base/src/org/eevolution/model/I_T_BOMLine.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_BOMLine { @@ -53,6 +44,19 @@ public interface I_T_BOMLine /** 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_BOMLine */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name Implosion */ public static final String COLUMNNAME_Implosion = "Implosion"; @@ -112,7 +116,7 @@ public interface I_T_BOMLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws Exception; + public I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -127,7 +131,7 @@ public interface I_T_BOMLine */ 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 PP_Product_BOMLine_ID */ public static final String COLUMNNAME_PP_Product_BOMLine_ID = "PP_Product_BOMLine_ID"; @@ -142,15 +146,15 @@ public interface I_T_BOMLine */ public int getPP_Product_BOMLine_ID(); - public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws Exception; + public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws RuntimeException; /** Column name Sel_Product_ID */ public static final String COLUMNNAME_Sel_Product_ID = "Sel_Product_ID"; - /** Set Sel_Product_ID */ + /** Set Selected Product */ public void setSel_Product_ID (int Sel_Product_ID); - /** Get Sel_Product_ID */ + /** Get Selected Product */ public int getSel_Product_ID(); /** Column name SeqNo */ @@ -171,9 +175,9 @@ public interface I_T_BOMLine /** Column name T_BOMLine_ID */ public static final String COLUMNNAME_T_BOMLine_ID = "T_BOMLine_ID"; - /** Set T_BOMLine_ID */ + /** Set Temporal BOM Line */ public void setT_BOMLine_ID (int T_BOMLine_ID); - /** Get T_BOMLine_ID */ + /** Get Temporal BOM Line */ public int getT_BOMLine_ID(); } diff --git a/base/src/org/eevolution/model/I_T_MRP_CRP.java b/base/src/org/eevolution/model/I_T_MRP_CRP.java index 98d006ec94..a36440dda9 100644 --- a/base/src/org/eevolution/model/I_T_MRP_CRP.java +++ b/base/src/org/eevolution/model/I_T_MRP_CRP.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.eevolution.model; import java.math.BigDecimal; @@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_MRP_CRP * @author Adempiere (generated) - * @version Release 3.5.2a + * @version Release 3.5.3a */ public interface I_T_MRP_CRP { @@ -53,6 +44,19 @@ public interface I_T_MRP_CRP /** 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_MRP_CRP */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws Exception; + public I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -99,9 +103,9 @@ public interface I_T_MRP_CRP /** Column name T_MRP_CRP_ID */ public static final String COLUMNNAME_T_MRP_CRP_ID = "T_MRP_CRP_ID"; - /** Set T_MRP_CRP_ID */ + /** Set Temporal MRP & CRP */ public void setT_MRP_CRP_ID (int T_MRP_CRP_ID); - /** Get T_MRP_CRP_ID */ + /** Get Temporal MRP & CRP */ public int getT_MRP_CRP_ID(); } diff --git a/base/src/org/eevolution/model/X_C_TaxBase.java b/base/src/org/eevolution/model/X_C_TaxBase.java index b4751adec4..e3dbddaef1 100644 --- a/base/src/org/eevolution/model/X_C_TaxBase.java +++ b/base/src/org/eevolution/model/X_C_TaxBase.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxBase * @author Adempiere (generated) - * @version Release 3.5.0 - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { @@ -88,13 +88,7 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent public void setBase (String Base) { - if (Base == null || Base.equals("C") || Base.equals("P") || Base.equals("Q")); else throw new IllegalArgumentException ("Base Invalid value - " + Base + " - Reference_ID=53240 - C - P - Q"); - if (Base != null && Base.length() > 1) - { - log.warning("Length > 1 - truncated"); - Base = Base.substring(0, 1); - } - set_Value (COLUMNNAME_Base, Base); + if (Base == null || Base.equals("C") || Base.equals("P") || Base.equals("Q")); else throw new IllegalArgumentException ("Base Invalid value - " + Base + " - Reference_ID=53240 - C - P - Q"); set_Value (COLUMNNAME_Base, Base); } /** Get Base. @@ -105,8 +99,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent return (String)get_Value(COLUMNNAME_Base); } - /** Set C_TaxBase_ID. - @param C_TaxBase_ID C_TaxBase_ID */ + /** Set Tax Base. + @param C_TaxBase_ID Tax Base */ public void setC_TaxBase_ID (int C_TaxBase_ID) { if (C_TaxBase_ID < 1) @@ -114,8 +108,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent set_ValueNoCheck (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID)); } - /** Get C_TaxBase_ID. - @return C_TaxBase_ID */ + /** Get Tax Base. + @return Tax Base */ public int getC_TaxBase_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxBase_ID); @@ -130,12 +124,6 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent */ public void setDescription (String Description) { - - if (Description != null && Description.length() > 255) - { - log.warning("Length > 255 - truncated"); - Description = Description.substring(0, 255); - } set_Value (COLUMNNAME_Description, Description); } @@ -153,12 +141,6 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent */ public void setHelp (String Help) { - - if (Help != null && Help.length() > 2000) - { - log.warning("Length > 2000 - truncated"); - Help = Help.substring(0, 2000); - } set_Value (COLUMNNAME_Help, Help); } @@ -178,12 +160,6 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); - - if (Name.length() > 60) - { - log.warning("Length > 60 - truncated"); - Name = Name.substring(0, 60); - } set_Value (COLUMNNAME_Name, Name); } @@ -231,12 +207,6 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { if (Value == null) throw new IllegalArgumentException ("Value is mandatory."); - - if (Value.length() > 40) - { - log.warning("Length > 40 - truncated"); - Value = Value.substring(0, 40); - } set_Value (COLUMNNAME_Value, Value); } diff --git a/base/src/org/eevolution/model/X_C_TaxDefinition.java b/base/src/org/eevolution/model/X_C_TaxDefinition.java index 41c1325929..5a84ee9b5a 100644 --- a/base/src/org/eevolution/model/X_C_TaxDefinition.java +++ b/base/src/org/eevolution/model/X_C_TaxDefinition.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDefinition * @author Adempiere (generated) - * @version Release 3.5.0 - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent { @@ -76,7 +76,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return sb.toString(); } - public I_AD_OrgType getAD_OrgType() throws Exception + public I_AD_OrgType getAD_OrgType() throws RuntimeException { Class clazz = MTable.getClass(I_AD_OrgType.Table_Name); I_AD_OrgType result = null; @@ -87,7 +87,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -115,46 +115,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws Exception - { - Class clazz = MTable.getClass(I_C_BP_Group.Table_Name); - I_C_BP_Group result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_C_BP_Group)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_BP_Group_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ - public void setC_BP_Group_ID (int C_BP_Group_ID) - { - if (C_BP_Group_ID < 1) - set_Value (COLUMNNAME_C_BP_Group_ID, null); - else - set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); - } - - /** Get Business Partner Group. - @return Business Partner Group - */ - public int getC_BP_Group_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -165,7 +126,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -193,7 +154,46 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public org.eevolution.model.I_C_TaxBase getC_TaxBase() throws Exception + public I_C_BP_Group getC_BP_Group() throws RuntimeException + { + Class clazz = MTable.getClass(I_C_BP_Group.Table_Name); + I_C_BP_Group result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_C_BP_Group)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_BP_Group_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Business Partner Group. + @param C_BP_Group_ID + Business Partner Group + */ + public void setC_BP_Group_ID (int C_BP_Group_ID) + { + if (C_BP_Group_ID < 1) + set_Value (COLUMNNAME_C_BP_Group_ID, null); + else + set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); + } + + /** Get Business Partner Group. + @return Business Partner Group + */ + public int getC_BP_Group_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.eevolution.model.I_C_TaxBase getC_TaxBase() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_C_TaxBase.Table_Name); org.eevolution.model.I_C_TaxBase result = null; @@ -204,13 +204,13 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } - /** Set C_TaxBase_ID. - @param C_TaxBase_ID C_TaxBase_ID */ + /** Set Tax Base. + @param C_TaxBase_ID Tax Base */ public void setC_TaxBase_ID (int C_TaxBase_ID) { if (C_TaxBase_ID < 1) @@ -219,8 +219,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis set_Value (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID)); } - /** Get C_TaxBase_ID. - @return C_TaxBase_ID */ + /** Get Tax Base. + @return Tax Base */ public int getC_TaxBase_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxBase_ID); @@ -229,7 +229,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_TaxCategory getC_TaxCategory() throws Exception + public I_C_TaxCategory getC_TaxCategory() throws RuntimeException { Class clazz = MTable.getClass(I_C_TaxCategory.Table_Name); I_C_TaxCategory result = null; @@ -240,7 +240,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -268,8 +268,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - /** Set C_TaxDefinition_ID. - @param C_TaxDefinition_ID C_TaxDefinition_ID */ + /** Set Tax Definition. + @param C_TaxDefinition_ID Tax Definition */ public void setC_TaxDefinition_ID (int C_TaxDefinition_ID) { if (C_TaxDefinition_ID < 1) @@ -277,8 +277,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, Integer.valueOf(C_TaxDefinition_ID)); } - /** Get C_TaxDefinition_ID. - @return C_TaxDefinition_ID */ + /** Get Tax Definition. + @return Tax Definition */ public int getC_TaxDefinition_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDefinition_ID); @@ -287,7 +287,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws Exception + public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_C_TaxGroup.Table_Name); org.eevolution.model.I_C_TaxGroup result = null; @@ -298,7 +298,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -323,43 +323,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public org.eevolution.model.I_C_TaxType getC_TaxType() throws Exception - { - Class clazz = MTable.getClass(org.eevolution.model.I_C_TaxType.Table_Name); - org.eevolution.model.I_C_TaxType result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (org.eevolution.model.I_C_TaxType)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_TaxType_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set C_TaxType_ID. - @param C_TaxType_ID C_TaxType_ID */ - public void setC_TaxType_ID (int C_TaxType_ID) - { - if (C_TaxType_ID < 1) - set_Value (COLUMNNAME_C_TaxType_ID, null); - else - set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); - } - - /** Get C_TaxType_ID. - @return C_TaxType_ID */ - public int getC_TaxType_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_Tax getC_Tax() throws Exception + public I_C_Tax getC_Tax() throws RuntimeException { Class clazz = MTable.getClass(I_C_Tax.Table_Name); I_C_Tax result = null; @@ -370,7 +334,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -398,18 +362,48 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } + public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException + { + Class clazz = MTable.getClass(org.eevolution.model.I_C_TaxType.Table_Name); + org.eevolution.model.I_C_TaxType result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (org.eevolution.model.I_C_TaxType)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_TaxType_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Tax Type. + @param C_TaxType_ID Tax Type */ + public void setC_TaxType_ID (int C_TaxType_ID) + { + if (C_TaxType_ID < 1) + set_Value (COLUMNNAME_C_TaxType_ID, null); + else + set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); + } + + /** Get Tax Type. + @return Tax Type */ + public int getC_TaxType_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Description. @param Description Optional short description of the record */ public void setDescription (String Description) { - - if (Description != null && Description.length() > 255) - { - log.warning("Length > 255 - truncated"); - Description = Description.substring(0, 255); - } set_Value (COLUMNNAME_Description, Description); } @@ -427,12 +421,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis */ public void setHelp (String Help) { - - if (Help != null && Help.length() > 2000) - { - log.warning("Length > 2000 - truncated"); - Help = Help.substring(0, 2000); - } set_Value (COLUMNNAME_Help, Help); } @@ -468,7 +456,41 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return false; } - public I_M_Product_Category getM_Product_Category() throws Exception + /** Set Max Taxable. + @param MaxTaxable Max Taxable */ + public void setMaxTaxable (int MaxTaxable) + { + set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable)); + } + + /** Get Max Taxable. + @return Max Taxable */ + public int getMaxTaxable () + { + Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Min Taxable. + @param MinTaxable Min Taxable */ + public void setMinTaxable (int MinTaxable) + { + set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable)); + } + + /** Get Min Taxable. + @return Min Taxable */ + public int getMinTaxable () + { + Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_M_Product_Category getM_Product_Category() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product_Category.Table_Name); I_M_Product_Category result = null; @@ -479,7 +501,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -507,7 +529,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -518,7 +540,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } 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; } @@ -546,40 +568,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - /** Set MaxTaxable. - @param MaxTaxable MaxTaxable */ - public void setMaxTaxable (int MaxTaxable) - { - set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable)); - } - - /** Get MaxTaxable. - @return MaxTaxable */ - public int getMaxTaxable () - { - Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set MinTaxable. - @param MinTaxable MinTaxable */ - public void setMinTaxable (int MinTaxable) - { - set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable)); - } - - /** Get MinTaxable. - @return MinTaxable */ - public int getMinTaxable () - { - Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Name. @param Name Alphanumeric identifier of the entity @@ -588,12 +576,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); - - if (Name.length() > 60) - { - log.warning("Length > 60 - truncated"); - Name = Name.substring(0, 60); - } set_Value (COLUMNNAME_Name, Name); } @@ -675,12 +657,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis { if (Value == null) throw new IllegalArgumentException ("Value is mandatory."); - - if (Value.length() > 40) - { - log.warning("Length > 40 - truncated"); - Value = Value.substring(0, 40); - } set_Value (COLUMNNAME_Value, Value); } diff --git a/base/src/org/eevolution/model/X_C_TaxGroup.java b/base/src/org/eevolution/model/X_C_TaxGroup.java index 98154c00e4..531b81f8ae 100644 --- a/base/src/org/eevolution/model/X_C_TaxGroup.java +++ b/base/src/org/eevolution/model/X_C_TaxGroup.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxGroup * @author Adempiere (generated) - * @version Release 3.5.0 - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { @@ -98,12 +98,6 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent */ public void setDescription (String Description) { - - if (Description != null && Description.length() > 255) - { - log.warning("Length > 255 - truncated"); - Description = Description.substring(0, 255); - } set_Value (COLUMNNAME_Description, Description); } @@ -121,12 +115,6 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent */ public void setHelp (String Help) { - - if (Help != null && Help.length() > 2000) - { - log.warning("Length > 2000 - truncated"); - Help = Help.substring(0, 2000); - } set_Value (COLUMNNAME_Help, Help); } @@ -146,12 +134,6 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); - - if (Name.length() > 60) - { - log.warning("Length > 60 - truncated"); - Name = Name.substring(0, 60); - } set_Value (COLUMNNAME_Name, Name); } @@ -179,12 +161,6 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { if (Value == null) throw new IllegalArgumentException ("Value is mandatory."); - - if (Value.length() > 40) - { - log.warning("Length > 40 - truncated"); - Value = Value.substring(0, 40); - } set_Value (COLUMNNAME_Value, Value); } diff --git a/base/src/org/eevolution/model/X_C_TaxType.java b/base/src/org/eevolution/model/X_C_TaxType.java index 67afa15d4e..c9d80e2629 100644 --- a/base/src/org/eevolution/model/X_C_TaxType.java +++ b/base/src/org/eevolution/model/X_C_TaxType.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxType * @author Adempiere (generated) - * @version Release 3.5.0 - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { @@ -73,8 +73,8 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent return sb.toString(); } - /** Set C_TaxType_ID. - @param C_TaxType_ID C_TaxType_ID */ + /** Set Tax Type. + @param C_TaxType_ID Tax Type */ public void setC_TaxType_ID (int C_TaxType_ID) { if (C_TaxType_ID < 1) @@ -82,8 +82,8 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent set_ValueNoCheck (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); } - /** Get C_TaxType_ID. - @return C_TaxType_ID */ + /** Get Tax Type. + @return Tax Type */ public int getC_TaxType_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID); @@ -98,12 +98,6 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent */ public void setDescription (String Description) { - - if (Description != null && Description.length() > 255) - { - log.warning("Length > 255 - truncated"); - Description = Description.substring(0, 255); - } set_Value (COLUMNNAME_Description, Description); } @@ -121,12 +115,6 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent */ public void setHelp (String Help) { - - if (Help != null && Help.length() > 2000) - { - log.warning("Length > 2000 - truncated"); - Help = Help.substring(0, 2000); - } set_Value (COLUMNNAME_Help, Help); } @@ -146,12 +134,6 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); - - if (Name.length() > 60) - { - log.warning("Length > 60 - truncated"); - Name = Name.substring(0, 60); - } set_Value (COLUMNNAME_Name, Name); } @@ -179,12 +161,6 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { if (Value == null) throw new IllegalArgumentException ("Value is mandatory."); - - if (Value.length() > 40) - { - log.warning("Length > 40 - truncated"); - Value = Value.substring(0, 40); - } set_Value (COLUMNNAME_Value, Value); } diff --git a/base/src/org/eevolution/model/X_DD_NetworkDistribution.java b/base/src/org/eevolution/model/X_DD_NetworkDistribution.java index 95c3919dc0..9c13e92b74 100644 --- a/base/src/org/eevolution/model/X_DD_NetworkDistribution.java +++ b/base/src/org/eevolution/model/X_DD_NetworkDistribution.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_NetworkDistribution * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribution, I_Persistent { @@ -163,7 +163,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu return (String)get_Value(COLUMNNAME_Help); } - public I_M_ChangeNotice getM_ChangeNotice() throws Exception + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { Class clazz = MTable.getClass(I_M_ChangeNotice.Table_Name); I_M_ChangeNotice result = null; @@ -174,7 +174,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } 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/eevolution/model/X_DD_NetworkDistributionLine.java b/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java index 713133bcfd..5d43834030 100644 --- a/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java +++ b/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java @@ -28,7 +28,7 @@ import org.compiere.util.Env; /** Generated Model for DD_NetworkDistributionLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDistributionLine, I_Persistent { @@ -80,7 +80,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return sb.toString(); } - public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws Exception + public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_DD_NetworkDistribution.Table_Name); org.eevolution.model.I_DD_NetworkDistribution result = null; @@ -91,7 +91,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } 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; } @@ -115,8 +115,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - /** Set DD_NetworkDistributionLine_ID. - @param DD_NetworkDistributionLine_ID DD_NetworkDistributionLine_ID */ + /** Set Network Distribution Line. + @param DD_NetworkDistributionLine_ID Network Distribution Line */ public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID) { if (DD_NetworkDistributionLine_ID < 1) @@ -124,8 +124,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, Integer.valueOf(DD_NetworkDistributionLine_ID)); } - /** Get DD_NetworkDistributionLine_ID. - @return DD_NetworkDistributionLine_ID */ + /** Get Network Distribution Line. + @return Network Distribution Line */ public int getDD_NetworkDistributionLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistributionLine_ID); @@ -134,7 +134,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws Exception + public I_M_Shipper getM_Shipper() throws RuntimeException { Class clazz = MTable.getClass(I_M_Shipper.Table_Name); I_M_Shipper result = null; @@ -145,7 +145,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } 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; } @@ -172,8 +172,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - /** M_Warehouse_ID AD_Reference_ID=197 */ - public static final int M_WAREHOUSE_ID_AD_Reference_ID=197; /** Set Warehouse. @param M_Warehouse_ID Storage Warehouse and Service Point @@ -196,8 +194,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - /** M_WarehouseSource_ID AD_Reference_ID=197 */ - public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID=197; /** Set Source Warehouse. @param M_WarehouseSource_ID Optional Warehouse to replenish from diff --git a/base/src/org/eevolution/model/X_DD_Order.java b/base/src/org/eevolution/model/X_DD_Order.java index 53eef3909a..f734b6bc48 100644 --- a/base/src/org/eevolution/model/X_DD_Order.java +++ b/base/src/org/eevolution/model/X_DD_Order.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_Order * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent { @@ -101,8 +101,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return sb.toString(); } - /** AD_OrgTrx_ID AD_Reference_ID=130 */ - public static final int AD_ORGTRX_ID_AD_Reference_ID=130; /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization @@ -126,7 +124,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws Exception + public I_AD_User getAD_User() throws RuntimeException { Class clazz = MTable.getClass(I_AD_User.Table_Name); I_AD_User result = null; @@ -137,7 +135,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -165,7 +163,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -176,7 +174,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -204,7 +202,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -215,7 +213,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -242,7 +240,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws Exception + public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner_Location.Table_Name); I_C_BPartner_Location result = null; @@ -253,7 +251,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -281,7 +279,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws Exception + public I_C_Campaign getC_Campaign() throws RuntimeException { Class clazz = MTable.getClass(I_C_Campaign.Table_Name); I_C_Campaign result = null; @@ -292,7 +290,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -320,8 +318,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - /** C_Charge_ID AD_Reference_ID=200 */ - public static final int C_CHARGE_ID_AD_Reference_ID=200; /** Set Charge. @param C_Charge_ID Additional document charges @@ -345,7 +341,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws Exception + public I_C_DocType getC_DocType() throws RuntimeException { Class clazz = MTable.getClass(I_C_DocType.Table_Name); I_C_DocType result = null; @@ -356,7 +352,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -383,7 +379,27 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws Exception + /** Set Charge amount. + @param ChargeAmt + Charge Amount + */ + public void setChargeAmt (BigDecimal ChargeAmt) + { + set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); + } + + /** Get Charge amount. + @return Charge Amount + */ + public BigDecimal getChargeAmt () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); + if (bd == null) + return Env.ZERO; + return bd; + } + + public I_C_Invoice getC_Invoice() throws RuntimeException { Class clazz = MTable.getClass(I_C_Invoice.Table_Name); I_C_Invoice result = null; @@ -394,7 +410,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -422,7 +438,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws Exception + public I_C_Order getC_Order() throws RuntimeException { Class clazz = MTable.getClass(I_C_Order.Table_Name); I_C_Order result = null; @@ -433,7 +449,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -461,7 +477,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws Exception + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); I_C_Project result = null; @@ -472,7 +488,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -500,26 +516,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ - public void setChargeAmt (BigDecimal ChargeAmt) - { - set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); - } - - /** Get Charge amount. - @return Charge Amount - */ - public BigDecimal getChargeAmt () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); - if (bd == null) - return Env.ZERO; - return bd; - } - /** Set Create Confirm. @param CreateConfirm Create Confirm */ public void setCreateConfirm (String CreateConfirm) @@ -565,25 +561,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return (String)get_Value(COLUMNNAME_CreatePackage); } - /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID) - { - if (DD_Order_ID < 1) - throw new IllegalArgumentException ("DD_Order_ID is mandatory."); - set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); - } - - /** Get Distribution Order. - @return Distribution Order */ - public int getDD_Order_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Date Ordered. @param DateOrdered Date of Order @@ -652,6 +629,25 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DateReceived); } + /** Set Distribution Order. + @param DD_Order_ID Distribution Order */ + public void setDD_Order_ID (int DD_Order_ID) + { + if (DD_Order_ID < 1) + throw new IllegalArgumentException ("DD_Order_ID is mandatory."); + set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); + } + + /** Get Distribution Order. + @return Distribution Order */ + public int getDD_Order_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** DeliveryRule AD_Reference_ID=151 */ public static final int DELIVERYRULE_AD_Reference_ID=151; /** After Receipt = R */ @@ -1052,6 +1048,27 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return false; } + /** Set Selected. + @param IsSelected Selected */ + public void setIsSelected (boolean IsSelected) + { + set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected)); + } + + /** Get Selected. + @return Selected */ + public boolean isSelected () + { + Object oo = get_Value(COLUMNNAME_IsSelected); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + /** Set Sales Transaction. @param IsSOTrx This is a Sales Transaction @@ -1076,28 +1093,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return false; } - /** Set Selected. - @param IsSelected Selected */ - public void setIsSelected (boolean IsSelected) - { - set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected)); - } - - /** Get Selected. - @return Selected */ - public boolean isSelected () - { - Object oo = get_Value(COLUMNNAME_IsSelected); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - public I_M_Shipper getM_Shipper() throws Exception + public I_M_Shipper getM_Shipper() throws RuntimeException { Class clazz = MTable.getClass(I_M_Shipper.Table_Name); I_M_Shipper result = null; @@ -1108,7 +1104,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -1136,7 +1132,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws Exception + public I_M_Warehouse getM_Warehouse() throws RuntimeException { Class clazz = MTable.getClass(I_M_Warehouse.Table_Name); I_M_Warehouse result = null; @@ -1147,7 +1143,7 @@ public class X_DD_Order extends PO implements I_DD_Order, 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; } @@ -1194,23 +1190,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ - public void setPOReference (String POReference) - { - set_Value (COLUMNNAME_POReference, POReference); - } - - /** Get Order Reference. - @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ - public String getPOReference () - { - return (String)get_Value(COLUMNNAME_POReference); - } - /** Set Pick Date. @param PickDate Date/Time when picked for Shipment @@ -1228,6 +1207,23 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return (Timestamp)get_Value(COLUMNNAME_PickDate); } + /** Set Order Reference. + @param POReference + Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ + public void setPOReference (String POReference) + { + set_Value (COLUMNNAME_POReference, POReference); + } + + /** Get Order Reference. + @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ + public String getPOReference () + { + return (String)get_Value(COLUMNNAME_POReference); + } + /** Set Posted. @param Posted Posting status @@ -1350,8 +1346,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - /** SalesRep_ID AD_Reference_ID=190 */ - public static final int SALESREP_ID_AD_Reference_ID=190; /** Set Sales Representative. @param SalesRep_ID Sales Representative or Company Agent @@ -1433,8 +1427,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return (String)get_Value(COLUMNNAME_TrackingNo); } - /** User1_ID AD_Reference_ID=134 */ - public static final int USER1_ID_AD_Reference_ID=134; /** Set User List 1. @param User1_ID User defined list element #1 @@ -1458,8 +1450,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - /** User2_ID AD_Reference_ID=137 */ - public static final int USER2_ID_AD_Reference_ID=137; /** Set User List 2. @param User2_ID User defined list element #2 diff --git a/base/src/org/eevolution/model/X_DD_OrderLine.java b/base/src/org/eevolution/model/X_DD_OrderLine.java index de5a163ca1..9b9cdc4d78 100644 --- a/base/src/org/eevolution/model/X_DD_OrderLine.java +++ b/base/src/org/eevolution/model/X_DD_OrderLine.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_OrderLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { @@ -46,17 +46,17 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { setC_UOM_ID (0); // @#C_UOM_ID@ - setDD_OrderLine_ID (0); setDD_Order_ID (0); + setDD_OrderLine_ID (0); setIsDescription (false); // N setIsInvoiced (false); setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM DD_OrderLine WHERE DD_OrderLine_ID=@DD_OrderLine_ID@ - setM_LocatorTo_ID (0); -// @M_LocatorTo_ID@ setM_Locator_ID (0); // @M_Locator_ID@ + setM_LocatorTo_ID (0); +// @M_LocatorTo_ID@ setProcessed (false); setQtyEntered (Env.ZERO); // 1 @@ -93,8 +93,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return sb.toString(); } - /** AD_OrgTrx_ID AD_Reference_ID=130 */ - public static final int AD_ORGTRX_ID_AD_Reference_ID=130; /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization @@ -118,7 +116,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -129,7 +127,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -157,7 +155,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws Exception + public I_C_Campaign getC_Campaign() throws RuntimeException { Class clazz = MTable.getClass(I_C_Campaign.Table_Name); I_C_Campaign result = null; @@ -168,7 +166,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -196,7 +194,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws Exception + public I_C_Charge getC_Charge() throws RuntimeException { Class clazz = MTable.getClass(I_C_Charge.Table_Name); I_C_Charge result = null; @@ -207,7 +205,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -235,7 +233,27 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws Exception + /** Set Confirmed Quantity. + @param ConfirmedQty + Confirmation of a received quantity + */ + public void setConfirmedQty (BigDecimal ConfirmedQty) + { + set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); + } + + /** Get Confirmed Quantity. + @return Confirmation of a received quantity + */ + public BigDecimal getConfirmedQty () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); + if (bd == null) + return Env.ZERO; + return bd; + } + + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); I_C_Project result = null; @@ -246,7 +264,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -274,7 +292,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -285,7 +303,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -312,80 +330,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ - public void setConfirmedQty (BigDecimal ConfirmedQty) - { - set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); - } - - /** Get Confirmed Quantity. - @return Confirmation of a received quantity - */ - public BigDecimal getConfirmedQty () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Distribution Order Line. - @param DD_OrderLine_ID Distribution Order Line */ - public void setDD_OrderLine_ID (int DD_OrderLine_ID) - { - if (DD_OrderLine_ID < 1) - throw new IllegalArgumentException ("DD_OrderLine_ID is mandatory."); - set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); - } - - /** Get Distribution Order Line. - @return Distribution Order Line */ - public int getDD_OrderLine_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_DD_Order getDD_Order() throws Exception - { - Class clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name); - org.eevolution.model.I_DD_Order result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID) - { - if (DD_Order_ID < 1) - throw new IllegalArgumentException ("DD_Order_ID is mandatory."); - set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); - } - - /** Get Distribution Order. - @return Distribution Order */ - public int getDD_Order_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Date Delivered. @param DateDelivered Date when the product was delivered @@ -437,6 +381,60 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DatePromised); } + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException + { + Class clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name); + org.eevolution.model.I_DD_Order result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Distribution Order. + @param DD_Order_ID Distribution Order */ + public void setDD_Order_ID (int DD_Order_ID) + { + if (DD_Order_ID < 1) + throw new IllegalArgumentException ("DD_Order_ID is mandatory."); + set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); + } + + /** Get Distribution Order. + @return Distribution Order */ + public int getDD_Order_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Distribution Order Line. + @param DD_OrderLine_ID Distribution Order Line */ + public void setDD_OrderLine_ID (int DD_OrderLine_ID) + { + if (DD_OrderLine_ID < 1) + throw new IllegalArgumentException ("DD_OrderLine_ID is mandatory."); + set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); + } + + /** Get Distribution Order Line. + @return Distribution Order Line */ + public int getDD_OrderLine_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Description. @param Description Optional short description of the record @@ -570,29 +568,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - /** Set Attribute Set Instance To. - @param M_AttributeSetInstanceTo_ID - Target Product Attribute Set Instance - */ - public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) - { - if (M_AttributeSetInstanceTo_ID < 1) - set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); - else - set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); - } - - /** Get Attribute Set Instance To. - @return Target Product Attribute Set Instance - */ - public int getM_AttributeSetInstanceTo_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Attribute Set Instance. @param M_AttributeSetInstance_ID Product Attribute Set Instance @@ -616,31 +591,30 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - /** M_LocatorTo_ID AD_Reference_ID=191 */ - public static final int M_LOCATORTO_ID_AD_Reference_ID=191; - /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to + /** Set Attribute Set Instance To. + @param M_AttributeSetInstanceTo_ID + Target Product Attribute Set Instance */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID) + public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) { - if (M_LocatorTo_ID < 1) - throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory."); - set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); + if (M_AttributeSetInstanceTo_ID < 1) + set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); + else + set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); } - /** Get Locator To. - @return Location inventory is moved to + /** Get Attribute Set Instance To. + @return Target Product Attribute Set Instance */ - public int getM_LocatorTo_ID () + public int getM_AttributeSetInstanceTo_ID () { - Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); + Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); if (ii == null) return 0; return ii.intValue(); } - public I_M_Locator getM_Locator() throws Exception + public I_M_Locator getM_Locator() throws RuntimeException { Class clazz = MTable.getClass(I_M_Locator.Table_Name); I_M_Locator result = null; @@ -651,7 +625,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, 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; } @@ -678,8 +652,28 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - /** M_Product_ID AD_Reference_ID=171 */ - public static final int M_PRODUCT_ID_AD_Reference_ID=171; + /** Set Locator To. + @param M_LocatorTo_ID + Location inventory is moved to + */ + public void setM_LocatorTo_ID (int M_LocatorTo_ID) + { + if (M_LocatorTo_ID < 1) + throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory."); + set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); + } + + /** Get Locator To. + @return Location inventory is moved to + */ + public int getM_LocatorTo_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Product. @param M_Product_ID Product, Service, Item @@ -786,15 +780,15 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - /** Set QtyInTransit. - @param QtyInTransit QtyInTransit */ + /** Set Qty In Transit. + @param QtyInTransit Qty In Transit */ public void setQtyInTransit (BigDecimal QtyInTransit) { set_Value (COLUMNNAME_QtyInTransit, QtyInTransit); } - /** Get QtyInTransit. - @return QtyInTransit */ + /** Get Qty In Transit. + @return Qty In Transit */ public BigDecimal getQtyInTransit () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInTransit); @@ -885,8 +879,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - /** User1_ID AD_Reference_ID=134 */ - public static final int USER1_ID_AD_Reference_ID=134; /** Set User List 1. @param User1_ID User defined list element #1 @@ -910,8 +902,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - /** User2_ID AD_Reference_ID=137 */ - public static final int USER2_ID_AD_Reference_ID=137; /** Set User List 2. @param User2_ID User defined list element #2 diff --git a/base/src/org/eevolution/model/X_EXP_Format.java b/base/src/org/eevolution/model/X_EXP_Format.java index 3ae4d34626..84c23caf33 100644 --- a/base/src/org/eevolution/model/X_EXP_Format.java +++ b/base/src/org/eevolution/model/X_EXP_Format.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for EXP_Format * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent { @@ -76,7 +76,7 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws Exception + public I_AD_Table getAD_Table() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Table.Table_Name); I_AD_Table result = null; @@ -87,7 +87,7 @@ public class X_EXP_Format extends PO implements I_EXP_Format, 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; } @@ -131,8 +131,8 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - /** Set Export Format ID. - @param EXP_Format_ID Export Format ID */ + /** Set Export Format. + @param EXP_Format_ID Export Format */ public void setEXP_Format_ID (int EXP_Format_ID) { if (EXP_Format_ID < 1) @@ -140,8 +140,8 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID)); } - /** Get Export Format ID. - @return Export Format ID */ + /** Get Export Format. + @return Export Format */ public int getEXP_Format_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID); @@ -221,15 +221,15 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent return (String)get_Value(COLUMNNAME_TestExportModel); } - /** Set TestImportModel. - @param TestImportModel TestImportModel */ + /** Set Test Import Model. + @param TestImportModel Test Import Model */ public void setTestImportModel (String TestImportModel) { set_Value (COLUMNNAME_TestImportModel, TestImportModel); } - /** Get TestImportModel. - @return TestImportModel */ + /** Get Test Import Model. + @return Test Import Model */ public String getTestImportModel () { return (String)get_Value(COLUMNNAME_TestImportModel); diff --git a/base/src/org/eevolution/model/X_EXP_FormatLine.java b/base/src/org/eevolution/model/X_EXP_FormatLine.java index 7a8132c391..e707b038b6 100644 --- a/base/src/org/eevolution/model/X_EXP_FormatLine.java +++ b/base/src/org/eevolution/model/X_EXP_FormatLine.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for EXP_FormatLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persistent { @@ -77,7 +77,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return sb.toString(); } - public I_AD_Column getAD_Column() throws Exception + public I_AD_Column getAD_Column() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Column.Table_Name); I_AD_Column result = null; @@ -88,7 +88,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, 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; } @@ -115,8 +115,6 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return ii.intValue(); } - /** AD_Reference_ID AD_Reference_ID=1 */ - public static final int AD_REFERENCE_ID_AD_Reference_ID=1; /** Set Reference. @param AD_Reference_ID System Reference and Validation @@ -170,10 +168,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return (String)get_Value(COLUMNNAME_Description); } - /** EXP_EmbeddedFormat_ID AD_Reference_ID=53242 */ - public static final int EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID=53242; - /** Set EXP_EmbeddedFormat_ID. - @param EXP_EmbeddedFormat_ID EXP_EmbeddedFormat_ID */ + /** Set Embedded Format. + @param EXP_EmbeddedFormat_ID Embedded Format */ public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID) { if (EXP_EmbeddedFormat_ID < 1) @@ -182,8 +178,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste set_Value (COLUMNNAME_EXP_EmbeddedFormat_ID, Integer.valueOf(EXP_EmbeddedFormat_ID)); } - /** Get EXP_EmbeddedFormat_ID. - @return EXP_EmbeddedFormat_ID */ + /** Get Embedded Format. + @return Embedded Format */ public int getEXP_EmbeddedFormat_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_EmbeddedFormat_ID); @@ -192,7 +188,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return ii.intValue(); } - public org.eevolution.model.I_EXP_Format getEXP_Format() throws Exception + public org.eevolution.model.I_EXP_Format getEXP_Format() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_EXP_Format.Table_Name); org.eevolution.model.I_EXP_Format result = null; @@ -203,13 +199,13 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, 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; } - /** Set Export Format ID. - @param EXP_Format_ID Export Format ID */ + /** Set Export Format. + @param EXP_Format_ID Export Format */ public void setEXP_Format_ID (int EXP_Format_ID) { if (EXP_Format_ID < 1) @@ -218,8 +214,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID)); } - /** Get Export Format ID. - @return Export Format ID */ + /** Get Export Format. + @return Export Format */ public int getEXP_Format_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID); @@ -228,8 +224,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return ii.intValue(); } - /** Set EXP_FormatLine_ID. - @param EXP_FormatLine_ID EXP_FormatLine_ID */ + /** Set Format Line. + @param EXP_FormatLine_ID Format Line */ public void setEXP_FormatLine_ID (int EXP_FormatLine_ID) { if (EXP_FormatLine_ID < 1) @@ -237,8 +233,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, Integer.valueOf(EXP_FormatLine_ID)); } - /** Get EXP_FormatLine_ID. - @return EXP_FormatLine_ID */ + /** Get Format Line. + @return Format Line */ public int getEXP_FormatLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID); @@ -288,15 +284,15 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return false; } - /** Set IsPartUniqueIndex. - @param IsPartUniqueIndex IsPartUniqueIndex */ + /** Set Is Part Unique Index. + @param IsPartUniqueIndex Is Part Unique Index */ public void setIsPartUniqueIndex (boolean IsPartUniqueIndex) { set_Value (COLUMNNAME_IsPartUniqueIndex, Boolean.valueOf(IsPartUniqueIndex)); } - /** Get IsPartUniqueIndex. - @return IsPartUniqueIndex */ + /** Get Is Part Unique Index. + @return Is Part Unique Index */ public boolean isPartUniqueIndex () { Object oo = get_Value(COLUMNNAME_IsPartUniqueIndex); diff --git a/base/src/org/eevolution/model/X_EXP_Processor.java b/base/src/org/eevolution/model/X_EXP_Processor.java index e11da959ed..47b1d1fdcc 100644 --- a/base/src/org/eevolution/model/X_EXP_Processor.java +++ b/base/src/org/eevolution/model/X_EXP_Processor.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for EXP_Processor * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent { @@ -106,8 +106,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - /** Set EXP_Processor_ID. - @param EXP_Processor_ID EXP_Processor_ID */ + /** Set Export Processor. + @param EXP_Processor_ID Export Processor */ public void setEXP_Processor_ID (int EXP_Processor_ID) { if (EXP_Processor_ID < 1) @@ -115,8 +115,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID)); } - /** Get EXP_Processor_ID. - @return EXP_Processor_ID */ + /** Get Export Processor. + @return Export Processor */ public int getEXP_Processor_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID); @@ -125,7 +125,7 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_EXP_Processor_Type getEXP_Processor_Type() throws Exception + public org.eevolution.model.I_EXP_Processor_Type getEXP_Processor_Type() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor_Type.Table_Name); org.eevolution.model.I_EXP_Processor_Type result = null; @@ -136,13 +136,13 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, 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; } - /** Set EXP_Processor_Type_ID. - @param EXP_Processor_Type_ID EXP_Processor_Type_ID */ + /** Set Export Processor Type. + @param EXP_Processor_Type_ID Export Processor Type */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) { if (EXP_Processor_Type_ID < 1) @@ -150,8 +150,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent set_Value (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID)); } - /** Get EXP_Processor_Type_ID. - @return EXP_Processor_Type_ID */ + /** Get Export Processor Type. + @return Export Processor Type */ public int getEXP_Processor_Type_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); @@ -210,15 +210,15 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - /** Set PasswordInfo. - @param PasswordInfo PasswordInfo */ + /** Set Password Info. + @param PasswordInfo Password Info */ public void setPasswordInfo (String PasswordInfo) { set_Value (COLUMNNAME_PasswordInfo, PasswordInfo); } - /** Get PasswordInfo. - @return PasswordInfo */ + /** Get Password Info. + @return Password Info */ public String getPasswordInfo () { return (String)get_Value(COLUMNNAME_PasswordInfo); diff --git a/base/src/org/eevolution/model/X_EXP_ProcessorParameter.java b/base/src/org/eevolution/model/X_EXP_ProcessorParameter.java index 78726a5d3b..d94fc9b4eb 100644 --- a/base/src/org/eevolution/model/X_EXP_ProcessorParameter.java +++ b/base/src/org/eevolution/model/X_EXP_ProcessorParameter.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for EXP_ProcessorParameter * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParameter, I_Persistent { @@ -92,7 +92,7 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception + public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor.Table_Name); org.eevolution.model.I_EXP_Processor result = null; @@ -103,13 +103,13 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam } 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; } - /** Set EXP_Processor_ID. - @param EXP_Processor_ID EXP_Processor_ID */ + /** Set Export Processor. + @param EXP_Processor_ID Export Processor */ public void setEXP_Processor_ID (int EXP_Processor_ID) { if (EXP_Processor_ID < 1) @@ -117,8 +117,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID)); } - /** Get EXP_Processor_ID. - @return EXP_Processor_ID */ + /** Get Export Processor. + @return Export Processor */ public int getEXP_Processor_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID); @@ -127,8 +127,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam return ii.intValue(); } - /** Set EXP_ProcessorParameter_ID. - @param EXP_ProcessorParameter_ID EXP_ProcessorParameter_ID */ + /** Set Processor Parameter. + @param EXP_ProcessorParameter_ID Processor Parameter */ public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID) { if (EXP_ProcessorParameter_ID < 1) @@ -136,8 +136,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, Integer.valueOf(EXP_ProcessorParameter_ID)); } - /** Get EXP_ProcessorParameter_ID. - @return EXP_ProcessorParameter_ID */ + /** Get Processor Parameter. + @return Processor Parameter */ public int getEXP_ProcessorParameter_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID); @@ -182,15 +182,15 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam return (String)get_Value(COLUMNNAME_Name); } - /** Set ParameterValue. - @param ParameterValue ParameterValue */ + /** Set Parameter Value. + @param ParameterValue Parameter Value */ public void setParameterValue (String ParameterValue) { set_Value (COLUMNNAME_ParameterValue, ParameterValue); } - /** Get ParameterValue. - @return ParameterValue */ + /** Get Parameter Value. + @return Parameter Value */ public String getParameterValue () { return (String)get_Value(COLUMNNAME_ParameterValue); diff --git a/base/src/org/eevolution/model/X_EXP_Processor_Type.java b/base/src/org/eevolution/model/X_EXP_Processor_Type.java index 1e566a61f1..7e4ec4f6d5 100644 --- a/base/src/org/eevolution/model/X_EXP_Processor_Type.java +++ b/base/src/org/eevolution/model/X_EXP_Processor_Type.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for EXP_Processor_Type * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_Persistent { @@ -90,8 +90,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ return (String)get_Value(COLUMNNAME_Description); } - /** Set EXP_Processor_Type_ID. - @param EXP_Processor_Type_ID EXP_Processor_Type_ID */ + /** Set Export Processor Type. + @param EXP_Processor_Type_ID Export Processor Type */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) { if (EXP_Processor_Type_ID < 1) @@ -99,8 +99,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ set_ValueNoCheck (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID)); } - /** Get EXP_Processor_Type_ID. - @return EXP_Processor_Type_ID */ + /** Get Export Processor Type. + @return Export Processor Type */ public int getEXP_Processor_Type_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); @@ -126,8 +126,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ return (String)get_Value(COLUMNNAME_Help); } - /** Set JavaClass. - @param JavaClass JavaClass */ + /** Set Java Class. + @param JavaClass Java Class */ public void setJavaClass (String JavaClass) { if (JavaClass == null) @@ -135,8 +135,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ set_Value (COLUMNNAME_JavaClass, JavaClass); } - /** Get JavaClass. - @return JavaClass */ + /** Get Java Class. + @return Java Class */ public String getJavaClass () { return (String)get_Value(COLUMNNAME_JavaClass); diff --git a/base/src/org/eevolution/model/X_HR_Attribute.java b/base/src/org/eevolution/model/X_HR_Attribute.java index 312140523c..588bca1c1f 100644 --- a/base/src/org/eevolution/model/X_HR_Attribute.java +++ b/base/src/org/eevolution/model/X_HR_Attribute.java @@ -28,7 +28,7 @@ import org.compiere.util.Env; /** Generated Model for HR_Attribute * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent { @@ -77,7 +77,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return sb.toString(); } - public I_AD_Rule getAD_Rule() throws Exception + public I_AD_Rule getAD_Rule() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Rule.Table_Name); I_AD_Rule result = null; @@ -88,7 +88,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } @@ -133,7 +133,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return bd; } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -144,7 +144,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } @@ -214,18 +214,15 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - /** Set Account Payroll Employee Attribute. - @param HR_Attribute_Acct - Account for Employee Attribute - */ + /** Set Payroll Attribute Account. + @param HR_Attribute_Acct Payroll Attribute Account */ public void setHR_Attribute_Acct (int HR_Attribute_Acct) { set_Value (COLUMNNAME_HR_Attribute_Acct, Integer.valueOf(HR_Attribute_Acct)); } - /** Get Account Payroll Employee Attribute. - @return Account for Employee Attribute - */ + /** Get Payroll Attribute Account. + @return Payroll Attribute Account */ public int getHR_Attribute_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Attribute_Acct); @@ -253,7 +250,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name); org.eevolution.model.I_HR_Concept result = null; @@ -264,13 +261,13 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } - /** Set Concept. - @param HR_Concept_ID Concept */ + /** Set Payroll Concept. + @param HR_Concept_ID Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID) { if (HR_Concept_ID < 1) @@ -278,8 +275,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } - /** Get Concept. - @return Concept */ + /** Get Payroll Concept. + @return Payroll Concept */ public int getHR_Concept_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); @@ -288,7 +285,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -299,13 +296,13 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -314,8 +311,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -324,7 +321,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name); org.eevolution.model.I_HR_Employee result = null; @@ -335,13 +332,13 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } - /** Set Employee. - @param HR_Employee_ID Employee */ + /** Set Payroll Employee. + @param HR_Employee_ID Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID) { if (HR_Employee_ID < 1) @@ -350,8 +347,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } - /** Get Employee. - @return Employee */ + /** Get Payroll Employee. + @return Payroll Employee */ public int getHR_Employee_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); @@ -360,7 +357,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name); org.eevolution.model.I_HR_Job result = null; @@ -371,13 +368,13 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -386,8 +383,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -396,7 +393,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -407,7 +404,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, 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; } @@ -456,15 +453,15 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return false; } - /** Set MaxValue. - @param MaxValue MaxValue */ + /** Set Max Value. + @param MaxValue Max Value */ public void setMaxValue (int MaxValue) { set_Value (COLUMNNAME_MaxValue, Integer.valueOf(MaxValue)); } - /** Get MaxValue. - @return MaxValue */ + /** Get Max Value. + @return Max Value */ public int getMaxValue () { Integer ii = (Integer)get_Value(COLUMNNAME_MaxValue); @@ -473,15 +470,15 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } - /** Set MinValue. - @param MinValue MinValue */ + /** Set Min Value. + @param MinValue Min Value */ public void setMinValue (int MinValue) { set_Value (COLUMNNAME_MinValue, Integer.valueOf(MinValue)); } - /** Get MinValue. - @return MinValue */ + /** Get Min Value. + @return Min Value */ public int getMinValue () { Integer ii = (Integer)get_Value(COLUMNNAME_MinValue); diff --git a/base/src/org/eevolution/model/X_HR_Concept.java b/base/src/org/eevolution/model/X_HR_Concept.java index bfc60ce1b3..cbeefa20af 100644 --- a/base/src/org/eevolution/model/X_HR_Concept.java +++ b/base/src/org/eevolution/model/X_HR_Concept.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent { @@ -145,7 +145,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws Exception + public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept_Category.Table_Name); org.eevolution.model.I_HR_Concept_Category result = null; @@ -156,7 +156,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, 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; } @@ -181,8 +181,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return ii.intValue(); } - /** Set Concept. - @param HR_Concept_ID Concept */ + /** Set Payroll Concept. + @param HR_Concept_ID Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID) { if (HR_Concept_ID < 1) @@ -190,8 +190,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } - /** Get Concept. - @return Concept */ + /** Get Payroll Concept. + @return Payroll Concept */ public int getHR_Concept_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); @@ -200,7 +200,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -211,13 +211,13 @@ public class X_HR_Concept extends PO implements I_HR_Concept, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -226,8 +226,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -236,7 +236,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name); org.eevolution.model.I_HR_Job result = null; @@ -247,13 +247,13 @@ public class X_HR_Concept extends PO implements I_HR_Concept, 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; } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -262,8 +262,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -272,7 +272,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -283,7 +283,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, 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/eevolution/model/X_HR_Concept_Acct.java b/base/src/org/eevolution/model/X_HR_Concept_Acct.java index 52fbf7cbe8..bfe98f3005 100644 --- a/base/src/org/eevolution/model/X_HR_Concept_Acct.java +++ b/base/src/org/eevolution/model/X_HR_Concept_Acct.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for HR_Concept_Acct * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persistent { @@ -76,7 +76,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return sb.toString(); } - 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; @@ -87,7 +87,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } 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; } @@ -114,7 +114,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws Exception + public I_C_BP_Group getC_BP_Group() throws RuntimeException { Class clazz = MTable.getClass(I_C_BP_Group.Table_Name); I_C_BP_Group result = null; @@ -125,7 +125,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } 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; } @@ -153,8 +153,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - /** Set HR_Concept_Acct_ID. - @param HR_Concept_Acct_ID HR_Concept_Acct_ID */ + /** Set Payroll Concept Account. + @param HR_Concept_Acct_ID Payroll Concept Account */ public void setHR_Concept_Acct_ID (int HR_Concept_Acct_ID) { if (HR_Concept_Acct_ID < 1) @@ -162,8 +162,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis set_ValueNoCheck (COLUMNNAME_HR_Concept_Acct_ID, Integer.valueOf(HR_Concept_Acct_ID)); } - /** Get HR_Concept_Acct_ID. - @return HR_Concept_Acct_ID */ + /** Get Payroll Concept Account. + @return Payroll Concept Account */ public int getHR_Concept_Acct_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct_ID); @@ -172,7 +172,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name); org.eevolution.model.I_HR_Concept result = null; @@ -183,13 +183,13 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } 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; } - /** Set Concept. - @param HR_Concept_ID Concept */ + /** Set Payroll Concept. + @param HR_Concept_ID Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID) { if (HR_Concept_ID < 1) @@ -197,8 +197,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } - /** Get Concept. - @return Concept */ + /** Get Payroll Concept. + @return Payroll Concept */ public int getHR_Concept_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); @@ -207,15 +207,15 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - /** Set HR_Expense_Acct. - @param HR_Expense_Acct HR_Expense_Acct */ + /** Set Payroll Expense Account. + @param HR_Expense_Acct Payroll Expense Account */ public void setHR_Expense_Acct (int HR_Expense_Acct) { set_Value (COLUMNNAME_HR_Expense_Acct, Integer.valueOf(HR_Expense_Acct)); } - /** Get HR_Expense_Acct. - @return HR_Expense_Acct */ + /** Get Payroll Expense Account. + @return Payroll Expense Account */ public int getHR_Expense_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Expense_Acct); @@ -224,15 +224,15 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - /** Set HR_Revenue_Acct. - @param HR_Revenue_Acct HR_Revenue_Acct */ + /** Set Payroll Revenue Account. + @param HR_Revenue_Acct Payroll Revenue Account */ public void setHR_Revenue_Acct (int HR_Revenue_Acct) { set_Value (COLUMNNAME_HR_Revenue_Acct, Integer.valueOf(HR_Revenue_Acct)); } - /** Get HR_Revenue_Acct. - @return HR_Revenue_Acct */ + /** Get Payroll Revenue Account. + @return Payroll Revenue Account */ public int getHR_Revenue_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Revenue_Acct); @@ -265,8 +265,6 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return false; } - /** User1_ID AD_Reference_ID=134 */ - public static final int USER1_ID_AD_Reference_ID=134; /** Set User List 1. @param User1_ID User defined list element #1 diff --git a/base/src/org/eevolution/model/X_HR_Concept_Category.java b/base/src/org/eevolution/model/X_HR_Concept_Category.java index f184d05abf..7822202c9b 100644 --- a/base/src/org/eevolution/model/X_HR_Concept_Category.java +++ b/base/src/org/eevolution/model/X_HR_Concept_Category.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept_Category * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, I_Persistent { @@ -89,15 +89,15 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, return (String)get_Value(COLUMNNAME_Description); } - /** Set HR_Concept_Acct. - @param HR_Concept_Acct HR_Concept_Acct */ + /** Set Payroll Concept Account. + @param HR_Concept_Acct Payroll Concept Account */ public void setHR_Concept_Acct (int HR_Concept_Acct) { set_Value (COLUMNNAME_HR_Concept_Acct, Integer.valueOf(HR_Concept_Acct)); } - /** Get HR_Concept_Acct. - @return HR_Concept_Acct */ + /** Get Payroll Concept Account. + @return Payroll Concept Account */ public int getHR_Concept_Acct () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct); diff --git a/base/src/org/eevolution/model/X_HR_Contract.java b/base/src/org/eevolution/model/X_HR_Contract.java index c059a931fc..e756f64f3e 100644 --- a/base/src/org/eevolution/model/X_HR_Contract.java +++ b/base/src/org/eevolution/model/X_HR_Contract.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Contract * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent { @@ -75,7 +75,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -86,7 +86,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, 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; } @@ -114,7 +114,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws Exception + public I_C_Campaign getC_Campaign() throws RuntimeException { Class clazz = MTable.getClass(I_C_Campaign.Table_Name); I_C_Campaign result = null; @@ -125,7 +125,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, 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; } @@ -153,7 +153,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws Exception + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); I_C_Project result = null; @@ -164,7 +164,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, 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/eevolution/model/X_HR_Department.java b/base/src/org/eevolution/model/X_HR_Department.java index 438645819b..371945dfc7 100644 --- a/base/src/org/eevolution/model/X_HR_Department.java +++ b/base/src/org/eevolution/model/X_HR_Department.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Department * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent { @@ -74,7 +74,7 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent return sb.toString(); } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -85,7 +85,7 @@ public class X_HR_Department extends PO implements I_HR_Department, 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; } @@ -130,8 +130,8 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -139,8 +139,8 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent set_ValueNoCheck (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); diff --git a/base/src/org/eevolution/model/X_HR_Employee.java b/base/src/org/eevolution/model/X_HR_Employee.java index 9079f583f8..c0af21f160 100644 --- a/base/src/org/eevolution/model/X_HR_Employee.java +++ b/base/src/org/eevolution/model/X_HR_Employee.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Employee * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent { @@ -42,6 +42,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent super (ctx, HR_Employee_ID, trxName); /** if (HR_Employee_ID == 0) { + setC_BPartner_ID (0); setHR_Department_ID (0); setHR_Employee_ID (0); setHR_Job_ID (0); @@ -77,7 +78,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return sb.toString(); } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -88,7 +89,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, 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; } @@ -116,7 +117,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -127,7 +128,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, 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; } @@ -138,10 +139,9 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) - set_Value (COLUMNNAME_C_BPartner_ID, null); - else - set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); + if (C_BPartner_ID < 1) + throw new IllegalArgumentException ("C_BPartner_ID is mandatory."); + set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } /** Get Business Partner . @@ -189,7 +189,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return (Timestamp)get_Value(COLUMNNAME_EndDate); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -200,13 +200,13 @@ public class X_HR_Employee extends PO implements I_HR_Employee, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -214,8 +214,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -224,8 +224,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } - /** Set Employee. - @param HR_Employee_ID Employee */ + /** Set Payroll Employee. + @param HR_Employee_ID Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID) { if (HR_Employee_ID < 1) @@ -233,8 +233,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent set_ValueNoCheck (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } - /** Get Employee. - @return Employee */ + /** Get Payroll Employee. + @return Payroll Employee */ public int getHR_Employee_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); @@ -243,7 +243,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name); org.eevolution.model.I_HR_Job result = null; @@ -254,13 +254,13 @@ public class X_HR_Employee extends PO implements I_HR_Employee, 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; } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -268,8 +268,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -278,7 +278,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -289,7 +289,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, 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/eevolution/model/X_HR_Job.java b/base/src/org/eevolution/model/X_HR_Job.java index 09f08383f6..0e1e9efbed 100644 --- a/base/src/org/eevolution/model/X_HR_Job.java +++ b/base/src/org/eevolution/model/X_HR_Job.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Job * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent { @@ -92,7 +92,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -103,13 +103,13 @@ public class X_HR_Job extends PO implements I_HR_Job, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -117,8 +117,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -127,8 +127,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return ii.intValue(); } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -136,8 +136,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent set_ValueNoCheck (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -214,8 +214,6 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return new KeyNamePair(get_ID(), getName()); } - /** Next_Job_ID AD_Reference_ID=53244 */ - public static final int NEXT_JOB_ID_AD_Reference_ID=53244; /** Set Next Job. @param Next_Job_ID Next Job */ public void setNext_Job_ID (int Next_Job_ID) @@ -236,8 +234,6 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return ii.intValue(); } - /** Supervisor_ID AD_Reference_ID=286 */ - public static final int SUPERVISOR_ID_AD_Reference_ID=286; /** Set Supervisor. @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval diff --git a/base/src/org/eevolution/model/X_HR_List.java b/base/src/org/eevolution/model/X_HR_List.java index 2e201d7e47..7e708fc1da 100644 --- a/base/src/org/eevolution/model/X_HR_List.java +++ b/base/src/org/eevolution/model/X_HR_List.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_List * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_List extends PO implements I_HR_List, I_Persistent { @@ -92,7 +92,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -103,13 +103,13 @@ public class X_HR_List extends PO implements I_HR_List, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -118,8 +118,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -128,7 +128,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name); org.eevolution.model.I_HR_Employee result = null; @@ -139,13 +139,13 @@ public class X_HR_List extends PO implements I_HR_List, 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; } - /** Set Employee. - @param HR_Employee_ID Employee */ + /** Set Payroll Employee. + @param HR_Employee_ID Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID) { if (HR_Employee_ID < 1) @@ -154,8 +154,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } - /** Get Employee. - @return Employee */ + /** Get Payroll Employee. + @return Payroll Employee */ public int getHR_Employee_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); @@ -183,7 +183,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_ListType getHR_ListType() throws Exception + public org.eevolution.model.I_HR_ListType getHR_ListType() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_ListType.Table_Name); org.eevolution.model.I_HR_ListType result = null; @@ -194,7 +194,7 @@ public class X_HR_List extends PO implements I_HR_List, 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; } @@ -219,7 +219,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -230,7 +230,7 @@ public class X_HR_List extends PO implements I_HR_List, 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/eevolution/model/X_HR_ListLine.java b/base/src/org/eevolution/model/X_HR_ListLine.java index b01189ae26..9f8e271797 100644 --- a/base/src/org/eevolution/model/X_HR_ListLine.java +++ b/base/src/org/eevolution/model/X_HR_ListLine.java @@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent { @@ -230,7 +230,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_ListVersion getHR_ListVersion() throws Exception + public org.eevolution.model.I_HR_ListVersion getHR_ListVersion() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_ListVersion.Table_Name); org.eevolution.model.I_HR_ListVersion result = null; @@ -241,7 +241,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, 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; } @@ -266,15 +266,15 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent return ii.intValue(); } - /** Set MaxValue. - @param MaxValue MaxValue */ + /** Set Max Value. + @param MaxValue Max Value */ public void setMaxValue (BigDecimal MaxValue) { set_Value (COLUMNNAME_MaxValue, MaxValue); } - /** Get MaxValue. - @return MaxValue */ + /** Get Max Value. + @return Max Value */ public BigDecimal getMaxValue () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MaxValue); @@ -283,15 +283,15 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent return bd; } - /** Set MinValue. - @param MinValue MinValue */ + /** Set Min Value. + @param MinValue Min Value */ public void setMinValue (BigDecimal MinValue) { set_Value (COLUMNNAME_MinValue, MinValue); } - /** Get MinValue. - @return MinValue */ + /** Get Min Value. + @return Min Value */ public BigDecimal getMinValue () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinValue); diff --git a/base/src/org/eevolution/model/X_HR_ListType.java b/base/src/org/eevolution/model/X_HR_ListType.java index 971025ae94..06102cf65c 100644 --- a/base/src/org/eevolution/model/X_HR_ListType.java +++ b/base/src/org/eevolution/model/X_HR_ListType.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListType * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent { diff --git a/base/src/org/eevolution/model/X_HR_ListVersion.java b/base/src/org/eevolution/model/X_HR_ListVersion.java index a6aeaca595..eb63e00f47 100644 --- a/base/src/org/eevolution/model/X_HR_ListVersion.java +++ b/base/src/org/eevolution/model/X_HR_ListVersion.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListVersion * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persistent { @@ -93,8 +93,6 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste return (String)get_Value(COLUMNNAME_Description); } - /** HR_ListBase_ID AD_Reference_ID=53246 */ - public static final int HR_LISTBASE_ID_AD_Reference_ID=53246; /** Set Payroll List Base. @param HR_ListBase_ID Payroll List Base */ public void setHR_ListBase_ID (int HR_ListBase_ID) @@ -115,7 +113,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste return ii.intValue(); } - public org.eevolution.model.I_HR_List getHR_List() throws Exception + public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_List.Table_Name); org.eevolution.model.I_HR_List result = null; @@ -126,7 +124,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, 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; } diff --git a/base/src/org/eevolution/model/X_HR_Movement.java b/base/src/org/eevolution/model/X_HR_Movement.java index 936efd0d3c..d1e3891c62 100644 --- a/base/src/org/eevolution/model/X_HR_Movement.java +++ b/base/src/org/eevolution/model/X_HR_Movement.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Movement * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent { @@ -79,8 +79,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return sb.toString(); } - /** AD_OrgTrx_ID AD_Reference_ID=130 */ - public static final int AD_ORGTRX_ID_AD_Reference_ID=130; /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization @@ -104,7 +102,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_AD_Rule getAD_Rule() throws Exception + public I_AD_Rule getAD_Rule() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Rule.Table_Name); I_AD_Rule result = null; @@ -115,7 +113,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -160,7 +158,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -171,7 +169,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -199,7 +197,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -210,7 +208,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -238,7 +236,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws Exception + public I_C_Campaign getC_Campaign() throws RuntimeException { Class clazz = MTable.getClass(I_C_Campaign.Table_Name); I_C_Campaign result = null; @@ -249,7 +247,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -302,7 +300,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return (String)get_Value(COLUMNNAME_ColumnType); } - public I_C_Project getC_Project() throws Exception + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); I_C_Project result = null; @@ -313,7 +311,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -341,7 +339,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws Exception + public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { Class clazz = MTable.getClass(I_C_ProjectPhase.Table_Name); I_C_ProjectPhase result = null; @@ -352,7 +350,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -380,7 +378,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws Exception + public I_C_ProjectTask getC_ProjectTask() throws RuntimeException { Class clazz = MTable.getClass(I_C_ProjectTask.Table_Name); I_C_ProjectTask result = null; @@ -391,7 +389,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -436,7 +434,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws Exception + public org.eevolution.model.I_HR_Concept_Category getHR_Concept_Category() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept_Category.Table_Name); org.eevolution.model.I_HR_Concept_Category result = null; @@ -447,7 +445,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -472,7 +470,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name); org.eevolution.model.I_HR_Concept result = null; @@ -483,13 +481,13 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } - /** Set Concept. - @param HR_Concept_ID Concept */ + /** Set Payroll Concept. + @param HR_Concept_ID Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID) { if (HR_Concept_ID < 1) @@ -497,8 +495,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } - /** Get Concept. - @return Concept */ + /** Get Payroll Concept. + @return Payroll Concept */ public int getHR_Concept_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); @@ -507,7 +505,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -518,13 +516,13 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -533,8 +531,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -543,7 +541,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name); org.eevolution.model.I_HR_Job result = null; @@ -554,13 +552,13 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -569,8 +567,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -598,7 +596,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Process getHR_Process() throws Exception + public org.eevolution.model.I_HR_Process getHR_Process() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Process.Table_Name); org.eevolution.model.I_HR_Process result = null; @@ -609,7 +607,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -690,7 +688,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return false; } - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name); org.eevolution.model.I_PP_Order_Node result = null; @@ -701,7 +699,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, 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; } @@ -804,8 +802,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return (String)get_Value(COLUMNNAME_TextMsg); } - /** User1_ID AD_Reference_ID=134 */ - public static final int USER1_ID_AD_Reference_ID=134; /** Set User List 1. @param User1_ID User defined list element #1 @@ -829,8 +825,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - /** User2_ID AD_Reference_ID=137 */ - public static final int USER2_ID_AD_Reference_ID=137; /** Set User List 2. @param User2_ID User defined list element #2 diff --git a/base/src/org/eevolution/model/X_HR_Payroll.java b/base/src/org/eevolution/model/X_HR_Payroll.java index 7ec815ab4a..8ea874063e 100644 --- a/base/src/org/eevolution/model/X_HR_Payroll.java +++ b/base/src/org/eevolution/model/X_HR_Payroll.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Payroll * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent { @@ -76,7 +76,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws Exception + public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { Class clazz = MTable.getClass(I_AD_PrintFormat.Table_Name); I_AD_PrintFormat result = null; @@ -87,7 +87,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, 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; } @@ -115,7 +115,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws Exception + public I_C_Charge getC_Charge() throws RuntimeException { Class clazz = MTable.getClass(I_C_Charge.Table_Name); I_C_Charge result = null; @@ -126,7 +126,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, 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; } @@ -171,7 +171,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public org.eevolution.model.I_HR_Contract getHR_Contract() throws Exception + public org.eevolution.model.I_HR_Contract getHR_Contract() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Contract.Table_Name); org.eevolution.model.I_HR_Contract result = null; @@ -182,7 +182,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, 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; } @@ -264,6 +264,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent public static final String PAYMENTRULE_DirectDebit = "D"; /** Account = T */ public static final String PAYMENTRULE_Account = "T"; + /** Cash = X */ + public static final String PAYMENTRULE_Cash = "X"; /** Set Payment Rule. @param PaymentRule How you pay the invoice @@ -271,7 +273,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent public void setPaymentRule (String PaymentRule) { if (PaymentRule == null) throw new IllegalArgumentException ("PaymentRule is mandatory"); - if (PaymentRule.equals("C") || PaymentRule.equals("K") || PaymentRule.equals("A") || PaymentRule.equals("D") || PaymentRule.equals("T")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=214 - C - K - A - D - T"); set_Value (COLUMNNAME_PaymentRule, PaymentRule); + if (PaymentRule.equals("C") || PaymentRule.equals("K") || PaymentRule.equals("A") || PaymentRule.equals("D") || PaymentRule.equals("T") || PaymentRule.equals("X")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=214 - C - K - A - D - T - X"); set_Value (COLUMNNAME_PaymentRule, PaymentRule); } /** Get Payment Rule. diff --git a/base/src/org/eevolution/model/X_HR_PayrollConcept.java b/base/src/org/eevolution/model/X_HR_PayrollConcept.java index 6ab6bcff1d..1db34f2ada 100644 --- a/base/src/org/eevolution/model/X_HR_PayrollConcept.java +++ b/base/src/org/eevolution/model/X_HR_PayrollConcept.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_PayrollConcept * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Persistent { @@ -41,7 +41,9 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe super (ctx, HR_PayrollConcept_ID, trxName); /** if (HR_PayrollConcept_ID == 0) { + setHR_Concept_ID (0); setHR_PayrollConcept_ID (0); + setHR_Payroll_ID (0); setIsPrinted (false); // N } */ @@ -75,7 +77,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe return sb.toString(); } - public I_AD_Rule getAD_Rule() throws Exception + public I_AD_Rule getAD_Rule() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Rule.Table_Name); I_AD_Rule result = null; @@ -86,7 +88,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } 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; } @@ -111,7 +113,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe return ii.intValue(); } - public org.eevolution.model.I_HR_Concept getHR_Concept() throws Exception + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name); org.eevolution.model.I_HR_Concept result = null; @@ -122,23 +124,22 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } 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; } - /** Set Concept. - @param HR_Concept_ID Concept */ + /** Set Payroll Concept. + @param HR_Concept_ID Payroll Concept */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) - set_Value (COLUMNNAME_HR_Concept_ID, null); - else - set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); + if (HR_Concept_ID < 1) + throw new IllegalArgumentException ("HR_Concept_ID is mandatory."); + set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } - /** Get Concept. - @return Concept */ + /** Get Payroll Concept. + @return Payroll Concept */ public int getHR_Concept_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); @@ -166,7 +167,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -177,7 +178,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } 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; } @@ -186,10 +187,9 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe @param HR_Payroll_ID Payroll */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) - set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); - else - set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); + if (HR_Payroll_ID < 1) + throw new IllegalArgumentException ("HR_Payroll_ID is mandatory."); + set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. diff --git a/base/src/org/eevolution/model/X_HR_Period.java b/base/src/org/eevolution/model/X_HR_Period.java index d868d32267..4751bca129 100644 --- a/base/src/org/eevolution/model/X_HR_Period.java +++ b/base/src/org/eevolution/model/X_HR_Period.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Period * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent { @@ -81,7 +81,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return sb.toString(); } - public I_C_Period getC_Period() throws Exception + public I_C_Period getC_Period() throws RuntimeException { Class clazz = MTable.getClass(I_C_Period.Table_Name); I_C_Period result = null; @@ -92,7 +92,7 @@ public class X_HR_Period extends PO implements I_HR_Period, 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; } @@ -119,7 +119,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return ii.intValue(); } - public I_C_Year getC_Year() throws Exception + public I_C_Year getC_Year() throws RuntimeException { Class clazz = MTable.getClass(I_C_Year.Table_Name); I_C_Year result = null; @@ -130,7 +130,7 @@ public class X_HR_Period extends PO implements I_HR_Period, 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; } @@ -210,7 +210,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return (Timestamp)get_Value(COLUMNNAME_EndDate); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -221,7 +221,7 @@ public class X_HR_Period extends PO implements I_HR_Period, 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; } @@ -264,7 +264,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Year getHR_Year() throws Exception + public org.eevolution.model.I_HR_Year getHR_Year() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Year.Table_Name); org.eevolution.model.I_HR_Year result = null; @@ -275,7 +275,7 @@ public class X_HR_Period extends PO implements I_HR_Period, 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/eevolution/model/X_HR_Process.java b/base/src/org/eevolution/model/X_HR_Process.java index 2eb83d584a..73904d53a6 100644 --- a/base/src/org/eevolution/model/X_HR_Process.java +++ b/base/src/org/eevolution/model/X_HR_Process.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Process * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent { @@ -84,7 +84,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws Exception + public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { Class clazz = MTable.getClass(I_AD_PrintFormat.Table_Name); I_AD_PrintFormat result = null; @@ -95,7 +95,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -123,7 +123,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -134,7 +134,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -162,7 +162,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -173,7 +173,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -201,7 +201,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws Exception + public I_C_Charge getC_Charge() throws RuntimeException { Class clazz = MTable.getClass(I_C_Charge.Table_Name); I_C_Charge result = null; @@ -212,7 +212,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -240,7 +240,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws Exception + public I_C_DocType getC_DocType() throws RuntimeException { Class clazz = MTable.getClass(I_C_DocType.Table_Name); I_C_DocType result = null; @@ -251,7 +251,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -279,8 +279,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - /** C_DocTypeTarget_ID AD_Reference_ID=170 */ - public static final int C_DOCTYPETARGET_ID_AD_Reference_ID=170; /** Set Target Document Type. @param C_DocTypeTarget_ID Target document type for conversing documents @@ -320,7 +318,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return (String)get_Value(COLUMNNAME_ColumnSQL); } - public I_C_PaySelection getC_PaySelection() throws Exception + public I_C_PaySelection getC_PaySelection() throws RuntimeException { Class clazz = MTable.getClass(I_C_PaySelection.Table_Name); I_C_PaySelection result = null; @@ -331,7 +329,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -487,7 +485,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return (String)get_Value(COLUMNNAME_DocumentNo); } - public org.eevolution.model.I_HR_Department getHR_Department() throws Exception + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name); org.eevolution.model.I_HR_Department result = null; @@ -498,13 +496,13 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } - /** Set Department. - @param HR_Department_ID Department */ + /** Set Payroll Department. + @param HR_Department_ID Payroll Department */ public void setHR_Department_ID (int HR_Department_ID) { if (HR_Department_ID < 1) @@ -513,8 +511,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } - /** Get Department. - @return Department */ + /** Get Payroll Department. + @return Payroll Department */ public int getHR_Department_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); @@ -523,7 +521,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Employee getHR_Employee() throws Exception + public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name); org.eevolution.model.I_HR_Employee result = null; @@ -534,13 +532,13 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } - /** Set Employee. - @param HR_Employee_ID Employee */ + /** Set Payroll Employee. + @param HR_Employee_ID Payroll Employee */ public void setHR_Employee_ID (int HR_Employee_ID) { if (HR_Employee_ID < 1) @@ -549,8 +547,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } - /** Get Employee. - @return Employee */ + /** Get Payroll Employee. + @return Payroll Employee */ public int getHR_Employee_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); @@ -559,7 +557,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Job getHR_Job() throws Exception + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name); org.eevolution.model.I_HR_Job result = null; @@ -570,13 +568,13 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } - /** Set Job. - @param HR_Job_ID Job */ + /** Set Payroll Job. + @param HR_Job_ID Payroll Job */ public void setHR_Job_ID (int HR_Job_ID) { if (HR_Job_ID < 1) @@ -585,8 +583,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } - /** Get Job. - @return Job */ + /** Get Payroll Job. + @return Payroll Job */ public int getHR_Job_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); @@ -595,7 +593,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -606,7 +604,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -630,7 +628,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Period getHR_Period() throws Exception + public org.eevolution.model.I_HR_Period getHR_Period() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Period.Table_Name); org.eevolution.model.I_HR_Period result = null; @@ -641,7 +639,7 @@ public class X_HR_Process extends PO implements I_HR_Process, 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; } @@ -782,8 +780,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return false; } - /** Reversal_ID AD_Reference_ID=53253 */ - public static final int REVERSAL_ID_AD_Reference_ID=53253; /** Set Reversal ID. @param Reversal_ID ID of document reversal diff --git a/base/src/org/eevolution/model/X_HR_Year.java b/base/src/org/eevolution/model/X_HR_Year.java index de3ae33a35..3716932cda 100644 --- a/base/src/org/eevolution/model/X_HR_Year.java +++ b/base/src/org/eevolution/model/X_HR_Year.java @@ -26,7 +26,7 @@ import org.compiere.model.*; /** Generated Model for HR_Year * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent { @@ -78,7 +78,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent return sb.toString(); } - public I_C_Year getC_Year() throws Exception + public I_C_Year getC_Year() throws RuntimeException { Class clazz = MTable.getClass(I_C_Year.Table_Name); I_C_Year result = null; @@ -89,7 +89,7 @@ public class X_HR_Year extends PO implements I_HR_Year, 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; } @@ -116,7 +116,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws Exception + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name); org.eevolution.model.I_HR_Payroll result = null; @@ -127,7 +127,7 @@ public class X_HR_Year extends PO implements I_HR_Year, 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/eevolution/model/X_IMP_Processor.java b/base/src/org/eevolution/model/X_IMP_Processor.java index 71150d0aaa..f0c0fe2a94 100644 --- a/base/src/org/eevolution/model/X_IMP_Processor.java +++ b/base/src/org/eevolution/model/X_IMP_Processor.java @@ -26,7 +26,7 @@ import org.compiere.model.*; /** Generated Model for IMP_Processor * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent { @@ -222,8 +222,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent return (String)get_Value(COLUMNNAME_Host); } - /** Set IMP_Processor_ID. - @param IMP_Processor_ID IMP_Processor_ID */ + /** Set Import Processor. + @param IMP_Processor_ID Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID) { if (IMP_Processor_ID < 1) @@ -231,8 +231,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } - /** Get IMP_Processor_ID. - @return IMP_Processor_ID */ + /** Get Import Processor. + @return Import Processor */ public int getIMP_Processor_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); @@ -241,7 +241,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_IMP_Processor_Type getIMP_Processor_Type() throws Exception + public org.eevolution.model.I_IMP_Processor_Type getIMP_Processor_Type() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor_Type.Table_Name); org.eevolution.model.I_IMP_Processor_Type result = null; @@ -252,13 +252,13 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, 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; } - /** Set IMP_Processor_Type_ID. - @param IMP_Processor_Type_ID IMP_Processor_Type_ID */ + /** Set Import Processor Type. + @param IMP_Processor_Type_ID Import Processor Type */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) { if (IMP_Processor_Type_ID < 1) @@ -266,8 +266,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent set_Value (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID)); } - /** Get IMP_Processor_Type_ID. - @return IMP_Processor_Type_ID */ + /** Get Import Processor Type. + @return Import Processor Type */ public int getIMP_Processor_Type_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); @@ -315,15 +315,15 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - /** Set PasswordInfo. - @param PasswordInfo PasswordInfo */ + /** Set Password Info. + @param PasswordInfo Password Info */ public void setPasswordInfo (String PasswordInfo) { set_Value (COLUMNNAME_PasswordInfo, PasswordInfo); } - /** Get PasswordInfo. - @return PasswordInfo */ + /** Get Password Info. + @return Password Info */ public String getPasswordInfo () { return (String)get_Value(COLUMNNAME_PasswordInfo); diff --git a/base/src/org/eevolution/model/X_IMP_ProcessorLog.java b/base/src/org/eevolution/model/X_IMP_ProcessorLog.java index 2eea3779bd..548b409cd6 100644 --- a/base/src/org/eevolution/model/X_IMP_ProcessorLog.java +++ b/base/src/org/eevolution/model/X_IMP_ProcessorLog.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for IMP_ProcessorLog * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Persistent { @@ -126,7 +126,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers return (String)get_Value(COLUMNNAME_Help); } - public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws Exception + public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name); org.eevolution.model.I_IMP_Processor result = null; @@ -137,13 +137,13 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, 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; } - /** Set IMP_Processor_ID. - @param IMP_Processor_ID IMP_Processor_ID */ + /** Set Import Processor. + @param IMP_Processor_ID Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID) { if (IMP_Processor_ID < 1) @@ -151,8 +151,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } - /** Get IMP_Processor_ID. - @return IMP_Processor_ID */ + /** Get Import Processor. + @return Import Processor */ public int getIMP_Processor_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); @@ -161,8 +161,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers return ii.intValue(); } - /** Set IMP_ProcessorLog_ID. - @param IMP_ProcessorLog_ID IMP_ProcessorLog_ID */ + /** Set Import Processor Log. + @param IMP_ProcessorLog_ID Import Processor Log */ public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID) { if (IMP_ProcessorLog_ID < 1) @@ -170,8 +170,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, Integer.valueOf(IMP_ProcessorLog_ID)); } - /** Get IMP_ProcessorLog_ID. - @return IMP_ProcessorLog_ID */ + /** Get Import Processor Log. + @return Import Processor Log */ public int getIMP_ProcessorLog_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID); diff --git a/base/src/org/eevolution/model/X_IMP_ProcessorParameter.java b/base/src/org/eevolution/model/X_IMP_ProcessorParameter.java index e493d625fa..a1e03ec41d 100644 --- a/base/src/org/eevolution/model/X_IMP_ProcessorParameter.java +++ b/base/src/org/eevolution/model/X_IMP_ProcessorParameter.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for IMP_ProcessorParameter * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParameter, I_Persistent { @@ -109,7 +109,7 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam return (String)get_Value(COLUMNNAME_Help); } - public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws Exception + public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name); org.eevolution.model.I_IMP_Processor result = null; @@ -120,13 +120,13 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam } 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; } - /** Set IMP_Processor_ID. - @param IMP_Processor_ID IMP_Processor_ID */ + /** Set Import Processor. + @param IMP_Processor_ID Import Processor */ public void setIMP_Processor_ID (int IMP_Processor_ID) { if (IMP_Processor_ID < 1) @@ -134,8 +134,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } - /** Get IMP_Processor_ID. - @return IMP_Processor_ID */ + /** Get Import Processor. + @return Import Processor */ public int getIMP_Processor_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); @@ -144,8 +144,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam return ii.intValue(); } - /** Set IMP_ProcessorParameter_ID. - @param IMP_ProcessorParameter_ID IMP_ProcessorParameter_ID */ + /** Set Import Processor Parameter. + @param IMP_ProcessorParameter_ID Import Processor Parameter */ public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID) { if (IMP_ProcessorParameter_ID < 1) @@ -153,8 +153,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, Integer.valueOf(IMP_ProcessorParameter_ID)); } - /** Get IMP_ProcessorParameter_ID. - @return IMP_ProcessorParameter_ID */ + /** Get Import Processor Parameter. + @return Import Processor Parameter */ public int getIMP_ProcessorParameter_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID); @@ -182,15 +182,15 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam return (String)get_Value(COLUMNNAME_Name); } - /** Set ParameterValue. - @param ParameterValue ParameterValue */ + /** Set Parameter Value. + @param ParameterValue Parameter Value */ public void setParameterValue (String ParameterValue) { set_Value (COLUMNNAME_ParameterValue, ParameterValue); } - /** Get ParameterValue. - @return ParameterValue */ + /** Get Parameter Value. + @return Parameter Value */ public String getParameterValue () { return (String)get_Value(COLUMNNAME_ParameterValue); diff --git a/base/src/org/eevolution/model/X_IMP_Processor_Type.java b/base/src/org/eevolution/model/X_IMP_Processor_Type.java index d361b06dea..6b7f72bbe8 100644 --- a/base/src/org/eevolution/model/X_IMP_Processor_Type.java +++ b/base/src/org/eevolution/model/X_IMP_Processor_Type.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for IMP_Processor_Type * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_Persistent { @@ -107,8 +107,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ return (String)get_Value(COLUMNNAME_Help); } - /** Set IMP_Processor_Type_ID. - @param IMP_Processor_Type_ID IMP_Processor_Type_ID */ + /** Set Import Processor Type. + @param IMP_Processor_Type_ID Import Processor Type */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) { if (IMP_Processor_Type_ID < 1) @@ -116,8 +116,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ set_ValueNoCheck (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID)); } - /** Get IMP_Processor_Type_ID. - @return IMP_Processor_Type_ID */ + /** Get Import Processor Type. + @return Import Processor Type */ public int getIMP_Processor_Type_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); @@ -126,8 +126,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ return ii.intValue(); } - /** Set JavaClass. - @param JavaClass JavaClass */ + /** Set Java Class. + @param JavaClass Java Class */ public void setJavaClass (String JavaClass) { if (JavaClass == null) @@ -135,8 +135,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ set_Value (COLUMNNAME_JavaClass, JavaClass); } - /** Get JavaClass. - @return JavaClass */ + /** Get Java Class. + @return Java Class */ public String getJavaClass () { return (String)get_Value(COLUMNNAME_JavaClass); diff --git a/base/src/org/eevolution/model/X_PP_Cost_Collector.java b/base/src/org/eevolution/model/X_PP_Cost_Collector.java index 582af6b3da..9bb12ed1ab 100644 --- a/base/src/org/eevolution/model/X_PP_Cost_Collector.java +++ b/base/src/org/eevolution/model/X_PP_Cost_Collector.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Cost_Collector * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Persistent { @@ -44,22 +44,22 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe super (ctx, PP_Cost_Collector_ID, trxName); /** if (PP_Cost_Collector_ID == 0) { - setC_DocTypeTarget_ID (0); setC_DocType_ID (0); // 0 + setC_DocTypeTarget_ID (0); setCostCollectorType (null); setDateAcct (new Timestamp( System.currentTimeMillis() )); // @#Date@ setM_Locator_ID (0); - setM_Product_ID (0); - setM_Warehouse_ID (0); setMovementDate (new Timestamp( System.currentTimeMillis() )); // @#Date@ setMovementQty (Env.ZERO); // 0 + setM_Product_ID (0); + setM_Warehouse_ID (0); + setPosted (false); setPP_Cost_Collector_ID (0); setPP_Order_ID (0); - setPosted (false); setProcessed (false); setS_Resource_ID (0); } */ @@ -233,28 +233,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ - public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) - { - if (C_DocTypeTarget_ID < 1) - throw new IllegalArgumentException ("C_DocTypeTarget_ID is mandatory."); - set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); - } - - /** Get Target Document Type. - @return Target document type for conversing documents - */ - public int getC_DocTypeTarget_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Document Type. @param C_DocType_ID Document type or rules @@ -277,45 +255,62 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException - { - Class clazz = MTable.getClass(I_C_Order.Table_Name); - I_C_Order result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_C_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Order_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw new RuntimeException( e ); - } - return result; - } - - /** Set Order. - @param C_Order_ID - Order + /** Set Target Document Type. + @param C_DocTypeTarget_ID + Target document type for conversing documents */ - public void setC_Order_ID (int C_Order_ID) + public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_Order_ID < 1) - set_Value (COLUMNNAME_C_Order_ID, null); - else - set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); + if (C_DocTypeTarget_ID < 1) + throw new IllegalArgumentException ("C_DocTypeTarget_ID is mandatory."); + set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } - /** Get Order. - @return Order + /** Get Target Document Type. + @return Target document type for conversing documents */ - public int getC_Order_ID () + public int getC_DocTypeTarget_ID () { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); + Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) return 0; return ii.intValue(); } + /** CostCollectorType AD_Reference_ID=53287 */ + public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287; + /** Material Receipt = 100 */ + public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100"; + /** Component Issue = 110 */ + public static final String COSTCOLLECTORTYPE_ComponentIssue = "110"; + /** Usege Variance = 120 */ + public static final String COSTCOLLECTORTYPE_UsegeVariance = "120"; + /** Method Change Variance = 130 */ + public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130"; + /** Rate Variance = 140 */ + public static final String COSTCOLLECTORTYPE_RateVariance = "140"; + /** Mix Variance = 150 */ + public static final String COSTCOLLECTORTYPE_MixVariance = "150"; + /** Activity Control Report = 160 */ + public static final String COSTCOLLECTORTYPE_ActivityControlReport = "160"; + /** Set Cost Collector Type. + @param CostCollectorType + Transaction Type for Manufacturing Management + */ + public void setCostCollectorType (String CostCollectorType) + { + if (CostCollectorType == null) throw new IllegalArgumentException ("CostCollectorType is mandatory"); + if (CostCollectorType.equals("100") || CostCollectorType.equals("110") || CostCollectorType.equals("120") || CostCollectorType.equals("130") || CostCollectorType.equals("140") || CostCollectorType.equals("150") || CostCollectorType.equals("160")); else throw new IllegalArgumentException ("CostCollectorType Invalid value - " + CostCollectorType + " - Reference_ID=53287 - 100 - 110 - 120 - 130 - 140 - 150 - 160"); set_Value (COLUMNNAME_CostCollectorType, CostCollectorType); + } + + /** Get Cost Collector Type. + @return Transaction Type for Manufacturing Management + */ + public String getCostCollectorType () + { + return (String)get_Value(COLUMNNAME_CostCollectorType); + } + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); @@ -394,40 +389,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - /** CostCollectorType AD_Reference_ID=53287 */ - public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287; - /** Material Receipt = 100 */ - public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100"; - /** Component Issue = 110 */ - public static final String COSTCOLLECTORTYPE_ComponentIssue = "110"; - /** Usege Variance = 120 */ - public static final String COSTCOLLECTORTYPE_UsegeVariance = "120"; - /** Method Change Variance = 130 */ - public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130"; - /** Rate Variance = 140 */ - public static final String COSTCOLLECTORTYPE_RateVariance = "140"; - /** Mix Variance = 150 */ - public static final String COSTCOLLECTORTYPE_MixVariance = "150"; - /** Activity Control Report = 160 */ - public static final String COSTCOLLECTORTYPE_ActivityControlReport = "160"; - /** Set Cost Collector Type. - @param CostCollectorType - Transaction Type for Manufacturing Management - */ - public void setCostCollectorType (String CostCollectorType) - { - if (CostCollectorType == null) throw new IllegalArgumentException ("CostCollectorType is mandatory"); - if (CostCollectorType.equals("100") || CostCollectorType.equals("110") || CostCollectorType.equals("120") || CostCollectorType.equals("130") || CostCollectorType.equals("140") || CostCollectorType.equals("150") || CostCollectorType.equals("160")); else throw new IllegalArgumentException ("CostCollectorType Invalid value - " + CostCollectorType + " - Reference_ID=53287 - 100 - 110 - 120 - 130 - 140 - 150 - 160"); set_Value (COLUMNNAME_CostCollectorType, CostCollectorType); - } - - /** Get Cost Collector Type. - @return Transaction Type for Manufacturing Management - */ - public String getCostCollectorType () - { - return (String)get_Value(COLUMNNAME_CostCollectorType); - } - /** Set Account Date. @param DateAcct Accounting Date @@ -660,6 +621,47 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } + /** Set Movement Date. + @param MovementDate + Date a product was moved in or out of inventory + */ + public void setMovementDate (Timestamp MovementDate) + { + if (MovementDate == null) + throw new IllegalArgumentException ("MovementDate is mandatory."); + set_Value (COLUMNNAME_MovementDate, MovementDate); + } + + /** Get Movement Date. + @return Date a product was moved in or out of inventory + */ + public Timestamp getMovementDate () + { + return (Timestamp)get_Value(COLUMNNAME_MovementDate); + } + + /** Set Movement Quantity. + @param MovementQty + Quantity of a product moved. + */ + public void setMovementQty (BigDecimal MovementQty) + { + if (MovementQty == null) + throw new IllegalArgumentException ("MovementQty is mandatory."); + set_Value (COLUMNNAME_MovementQty, MovementQty); + } + + /** Get Movement Quantity. + @return Quantity of a product moved. + */ + public BigDecimal getMovementQty () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); + if (bd == null) + return Env.ZERO; + return bd; + } + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); @@ -744,45 +746,28 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory + /** Set Posted. + @param Posted + Posting status */ - public void setMovementDate (Timestamp MovementDate) + public void setPosted (boolean Posted) { - if (MovementDate == null) - throw new IllegalArgumentException ("MovementDate is mandatory."); - set_Value (COLUMNNAME_MovementDate, MovementDate); + set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); } - /** Get Movement Date. - @return Date a product was moved in or out of inventory + /** Get Posted. + @return Posting status */ - public Timestamp getMovementDate () + public boolean isPosted () { - return (Timestamp)get_Value(COLUMNNAME_MovementDate); - } - - /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ - public void setMovementQty (BigDecimal MovementQty) - { - if (MovementQty == null) - throw new IllegalArgumentException ("MovementQty is mandatory."); - set_Value (COLUMNNAME_MovementQty, MovementQty); - } - - /** Get Movement Quantity. - @return Quantity of a product moved. - */ - public BigDecimal getMovementQty () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); - if (bd == null) - return Env.ZERO; - return bd; + Object oo = get_Value(COLUMNNAME_Posted); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; } /** Set Manufacturing Cost Collector. @@ -804,7 +789,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public org.eevolution.model.I_PP_Order_BOMLine getPPOrderBOMLine() throws RuntimeException + public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name); org.eevolution.model.I_PP_Order_BOMLine result = null; @@ -840,7 +825,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPPOrder() throws RuntimeException + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -875,7 +860,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public org.eevolution.model.I_PP_Order_Node getPPOrderNode() throws RuntimeException + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name); org.eevolution.model.I_PP_Order_Node result = null; @@ -947,30 +932,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - /** Set Posted. - @param Posted - Posting status - */ - public void setPosted (boolean Posted) - { - set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); - } - - /** Get Posted. - @return Posting status - */ - public boolean isPosted () - { - Object oo = get_Value(COLUMNNAME_Posted); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - /** Set Processed. @param Processed The document has been processed @@ -1056,6 +1017,43 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } + /** Set Scrapped Quantity. + @param ScrappedQty + The Quantity scrapped due to QA issues + */ + public void setScrappedQty (BigDecimal ScrappedQty) + { + set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); + } + + /** Get Scrapped Quantity. + @return The Quantity scrapped due to QA issues + */ + public BigDecimal getScrappedQty () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Setup Time Real. + @param SetupTimeReal Setup Time Real */ + public void setSetupTimeReal (BigDecimal SetupTimeReal) + { + set_Value (COLUMNNAME_SetupTimeReal, SetupTimeReal); + } + + /** Get Setup Time Real. + @return Setup Time Real */ + public BigDecimal getSetupTimeReal () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTimeReal); + if (bd == null) + return Env.ZERO; + return bd; + } + public I_S_Resource getS_Resource() throws RuntimeException { Class clazz = MTable.getClass(I_S_Resource.Table_Name); @@ -1094,43 +1092,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ - public void setScrappedQty (BigDecimal ScrappedQty) - { - set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); - } - - /** Get Scrapped Quantity. - @return The Quantity scrapped due to QA issues - */ - public BigDecimal getScrappedQty () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Setup Time Real. - @param SetupTimeReal Setup Time Real */ - public void setSetupTimeReal (BigDecimal SetupTimeReal) - { - set_Value (COLUMNNAME_SetupTimeReal, SetupTimeReal); - } - - /** Get Setup Time Real. - @return Setup Time Real */ - public BigDecimal getSetupTimeReal () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTimeReal); - if (bd == null) - return Env.ZERO; - return bd; - } - /** Set User List 1. @param User1_ID User defined list element #1 diff --git a/base/src/org/eevolution/model/X_PP_MRP.java b/base/src/org/eevolution/model/X_PP_MRP.java index 4750e14404..086228a2d3 100644 --- a/base/src/org/eevolution/model/X_PP_MRP.java +++ b/base/src/org/eevolution/model/X_PP_MRP.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_MRP * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent { @@ -80,7 +80,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -91,7 +91,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -119,7 +119,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws Exception + public I_C_Order getC_Order() throws RuntimeException { Class clazz = MTable.getClass(I_C_Order.Table_Name); I_C_Order result = null; @@ -130,7 +130,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -158,7 +158,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws Exception + public I_C_OrderLine getC_OrderLine() throws RuntimeException { Class clazz = MTable.getClass(I_C_OrderLine.Table_Name); I_C_OrderLine result = null; @@ -169,7 +169,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -305,7 +305,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); } - public org.eevolution.model.I_DD_Order getDD_Order() throws Exception + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name); org.eevolution.model.I_DD_Order result = null; @@ -316,7 +316,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -341,7 +341,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws Exception + public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_DD_OrderLine.Table_Name); org.eevolution.model.I_DD_OrderLine result = null; @@ -352,7 +352,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -394,13 +394,40 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return (String)get_Value(COLUMNNAME_Description); } + /** DocStatus AD_Reference_ID=131 */ + public static final int DOCSTATUS_AD_Reference_ID=131; + /** Drafted = DR */ + public static final String DOCSTATUS_Drafted = "DR"; + /** Completed = CO */ + public static final String DOCSTATUS_Completed = "CO"; + /** Approved = AP */ + public static final String DOCSTATUS_Approved = "AP"; + /** Not Approved = NA */ + public static final String DOCSTATUS_NotApproved = "NA"; + /** Voided = VO */ + public static final String DOCSTATUS_Voided = "VO"; + /** Invalid = IN */ + public static final String DOCSTATUS_Invalid = "IN"; + /** Reversed = RE */ + public static final String DOCSTATUS_Reversed = "RE"; + /** Closed = CL */ + public static final String DOCSTATUS_Closed = "CL"; + /** Unknown = ?? */ + public static final String DOCSTATUS_Unknown = "??"; + /** In Progress = IP */ + public static final String DOCSTATUS_InProgress = "IP"; + /** Waiting Payment = WP */ + public static final String DOCSTATUS_WaitingPayment = "WP"; + /** Waiting Confirmation = WC */ + public static final String DOCSTATUS_WaitingConfirmation = "WC"; /** Set Document Status. @param DocStatus The current status of the document */ public void setDocStatus (String DocStatus) { - set_Value (COLUMNNAME_DocStatus, DocStatus); + + if (DocStatus == null || DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus); } /** Get Document Status. @@ -435,7 +462,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return false; } - public I_M_Forecast getM_Forecast() throws Exception + public I_M_Forecast getM_Forecast() throws RuntimeException { Class clazz = MTable.getClass(I_M_Forecast.Table_Name); I_M_Forecast result = null; @@ -446,7 +473,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -474,7 +501,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_ForecastLine getM_ForecastLine() throws Exception + public I_M_ForecastLine getM_ForecastLine() throws RuntimeException { Class clazz = MTable.getClass(I_M_ForecastLine.Table_Name); I_M_ForecastLine result = null; @@ -485,7 +512,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -513,7 +540,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -524,7 +551,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -552,7 +579,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Requisition getM_Requisition() throws Exception + public I_M_Requisition getM_Requisition() throws RuntimeException { Class clazz = MTable.getClass(I_M_Requisition.Table_Name); I_M_Requisition result = null; @@ -563,7 +590,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -591,7 +618,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_RequisitionLine getM_RequisitionLine() throws Exception + public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException { Class clazz = MTable.getClass(I_M_RequisitionLine.Table_Name); I_M_RequisitionLine result = null; @@ -602,7 +629,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -630,7 +657,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws Exception + public I_M_Warehouse getM_Warehouse() throws RuntimeException { Class clazz = MTable.getClass(I_M_Warehouse.Table_Name); I_M_Warehouse result = null; @@ -641,7 +668,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } @@ -722,8 +749,6 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return (String)get_Value(COLUMNNAME_OrderType); } - /** Planner_ID AD_Reference_ID=286 */ - public static final int PLANNER_ID_AD_Reference_ID=286; /** Set Planner. @param Planner_ID Planner */ public void setPlanner_ID (int Planner_ID) @@ -744,8 +769,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - /** Set PP_MRP_ID. - @param PP_MRP_ID PP_MRP_ID */ + /** Set Material Requirement Planning. + @param PP_MRP_ID Material Requirement Planning */ public void setPP_MRP_ID (int PP_MRP_ID) { if (PP_MRP_ID < 1) @@ -753,8 +778,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_MRP_ID, Integer.valueOf(PP_MRP_ID)); } - /** Get PP_MRP_ID. - @return PP_MRP_ID */ + /** Get Material Requirement Planning. + @return Material Requirement Planning */ public int getPP_MRP_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_MRP_ID); @@ -763,7 +788,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name); org.eevolution.model.I_PP_Order_BOMLine result = null; @@ -774,13 +799,13 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } - /** Set PP_Order_BOMLine_ID. - @param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ + /** Set Manufacturing Order BOM Line. + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { if (PP_Order_BOMLine_ID < 1) @@ -789,8 +814,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } - /** Get PP_Order_BOMLine_ID. - @return PP_Order_BOMLine_ID */ + /** Get Manufacturing Order BOM Line. + @return Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); @@ -799,7 +824,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -810,13 +835,13 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -825,8 +850,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -872,7 +897,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return bd; } - public I_S_Resource getS_Resource() throws Exception + public I_S_Resource getS_Resource() throws RuntimeException { Class clazz = MTable.getClass(I_S_Resource.Table_Name); I_S_Resource result = null; @@ -883,7 +908,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, 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/eevolution/model/X_PP_Order.java b/base/src/org/eevolution/model/X_PP_Order.java index b42e74c68c..343c75c258 100644 --- a/base/src/org/eevolution/model/X_PP_Order.java +++ b/base/src/org/eevolution/model/X_PP_Order.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent { @@ -117,8 +117,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return sb.toString(); } - /** AD_OrgTrx_ID AD_Reference_ID=130 */ - public static final int AD_ORGTRX_ID_AD_Reference_ID=130; /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization @@ -142,7 +140,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -153,7 +151,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -200,7 +198,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws Exception + public I_C_Activity getC_Activity() throws RuntimeException { Class clazz = MTable.getClass(I_C_Activity.Table_Name); I_C_Activity result = null; @@ -211,7 +209,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -239,7 +237,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws Exception + public I_C_Campaign getC_Campaign() throws RuntimeException { Class clazz = MTable.getClass(I_C_Campaign.Table_Name); I_C_Campaign result = null; @@ -250,7 +248,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -278,8 +276,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - /** C_DocType_ID AD_Reference_ID=53233 */ - public static final int C_DOCTYPE_ID_AD_Reference_ID=53233; /** Set Document Type. @param C_DocType_ID Document type or rules @@ -303,8 +299,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - /** C_DocTypeTarget_ID AD_Reference_ID=53233 */ - public static final int C_DOCTYPETARGET_ID_AD_Reference_ID=53233; /** Set Target Document Type. @param C_DocTypeTarget_ID Target document type for conversing documents @@ -344,7 +338,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_OrderLine getC_OrderLine() throws Exception + public I_C_OrderLine getC_OrderLine() throws RuntimeException { Class clazz = MTable.getClass(I_C_OrderLine.Table_Name); I_C_OrderLine result = null; @@ -355,7 +349,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -383,7 +377,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws Exception + public I_C_Project getC_Project() throws RuntimeException { Class clazz = MTable.getClass(I_C_Project.Table_Name); I_C_Project result = null; @@ -394,7 +388,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -422,7 +416,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -433,7 +427,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -726,15 +720,15 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return new KeyNamePair(get_ID(), getDocumentNo()); } - /** Set FloatAfter. - @param FloatAfter FloatAfter */ + /** Set Float After. + @param FloatAfter Float After */ public void setFloatAfter (BigDecimal FloatAfter) { set_Value (COLUMNNAME_FloatAfter, FloatAfter); } - /** Get FloatAfter. - @return FloatAfter */ + /** Get Float After. + @return Float After */ public BigDecimal getFloatAfter () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatAfter); @@ -743,15 +737,15 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return bd; } - /** Set FloatBefored. - @param FloatBefored FloatBefored */ + /** Set Float Befored. + @param FloatBefored Float Befored */ public void setFloatBefored (BigDecimal FloatBefored) { set_Value (COLUMNNAME_FloatBefored, FloatBefored); } - /** Get FloatBefored. - @return FloatBefored */ + /** Get Float Befored. + @return Float Befored */ public BigDecimal getFloatBefored () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatBefored); @@ -937,22 +931,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws Exception - { - Class clazz = MTable.getClass(I_M_Product.Table_Name); - I_M_Product result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_M_Product)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Product_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - /** Set Product. @param M_Product_ID Product, Service, Item @@ -975,7 +953,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws Exception + public I_M_Warehouse getM_Warehouse() throws RuntimeException { Class clazz = MTable.getClass(I_M_Warehouse.Table_Name); I_M_Warehouse result = null; @@ -986,7 +964,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -1027,8 +1005,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_OrderType); } - /** Planner_ID AD_Reference_ID=286 */ - public static final int PLANNER_ID_AD_Reference_ID=286; /** Set Planner. @param Planner_ID Planner */ public void setPlanner_ID (int Planner_ID) @@ -1073,8 +1049,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return false; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -1082,8 +1058,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -1092,7 +1068,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); org.eevolution.model.I_PP_Product_BOM result = null; @@ -1103,7 +1079,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -1205,15 +1181,15 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return false; } - /** Set QtyBatchs. - @param QtyBatchs QtyBatchs */ + /** Set Qty Batchs. + @param QtyBatchs Qty Batchs */ public void setQtyBatchs (BigDecimal QtyBatchs) { set_ValueNoCheck (COLUMNNAME_QtyBatchs, QtyBatchs); } - /** Get QtyBatchs. - @return QtyBatchs */ + /** Get Qty Batchs. + @return Qty Batchs */ public BigDecimal getQtyBatchs () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchs); @@ -1222,15 +1198,15 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return bd; } - /** Set QtyBatchSize. - @param QtyBatchSize QtyBatchSize */ + /** Set Qty Batch Size. + @param QtyBatchSize Qty Batch Size */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_ValueNoCheck (COLUMNNAME_QtyBatchSize, QtyBatchSize); } - /** Get QtyBatchSize. - @return QtyBatchSize */ + /** Get Qty Batch Size. + @return Qty Batch Size */ public BigDecimal getQtyBatchSize () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); @@ -1303,8 +1279,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return bd; } - /** Set QtyReject. - @param QtyReject QtyReject */ + /** Set Qty Reject. + @param QtyReject Qty Reject */ public void setQtyReject (BigDecimal QtyReject) { if (QtyReject == null) @@ -1312,8 +1288,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent set_Value (COLUMNNAME_QtyReject, QtyReject); } - /** Get QtyReject. - @return QtyReject */ + /** Get Qty Reject. + @return Qty Reject */ public BigDecimal getQtyReject () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); @@ -1343,7 +1319,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set QtyScrap. - @param QtyScrap QtyScrap */ + @param QtyScrap + Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { if (QtyScrap == null) @@ -1352,7 +1330,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Get QtyScrap. - @return QtyScrap */ + @return Scrap Quantity for this componet + */ public BigDecimal getQtyScrap () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); @@ -1395,7 +1374,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_SerNo); } - public I_S_Resource getS_Resource() throws Exception + public I_S_Resource getS_Resource() throws RuntimeException { Class clazz = MTable.getClass(I_S_Resource.Table_Name); I_S_Resource result = null; @@ -1406,7 +1385,7 @@ public class X_PP_Order extends PO implements I_PP_Order, 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; } @@ -1433,8 +1412,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - /** User1_ID AD_Reference_ID=134 */ - public static final int USER1_ID_AD_Reference_ID=134; /** Set User List 1. @param User1_ID User defined list element #1 @@ -1458,8 +1435,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - /** User2_ID AD_Reference_ID=137 */ - public static final int USER2_ID_AD_Reference_ID=137; /** Set User List 2. @param User2_ID User defined list element #2 diff --git a/base/src/org/eevolution/model/X_PP_Order_BOM.java b/base/src/org/eevolution/model/X_PP_Order_BOM.java index d8cb7e1ecf..48355d5f06 100644 --- a/base/src/org/eevolution/model/X_PP_Order_BOM.java +++ b/base/src/org/eevolution/model/X_PP_Order_BOM.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOM * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent { @@ -163,7 +163,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -174,7 +174,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, 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; } @@ -275,7 +275,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws Exception + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { Class clazz = MTable.getClass(I_M_ChangeNotice.Table_Name); I_M_ChangeNotice result = null; @@ -286,7 +286,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, 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; } @@ -314,7 +314,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -325,7 +325,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, 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; } @@ -379,8 +379,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return new KeyNamePair(get_ID(), getName()); } - /** Set PP_Order_BOM_ID. - @param PP_Order_BOM_ID PP_Order_BOM_ID */ + /** Set Manufacturing Order BOM. + @param PP_Order_BOM_ID Manufacturing Order BOM */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) { if (PP_Order_BOM_ID < 1) @@ -388,8 +388,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID)); } - /** Get PP_Order_BOM_ID. - @return PP_Order_BOM_ID */ + /** Get Manufacturing Order BOM. + @return Manufacturing Order BOM */ public int getPP_Order_BOM_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOM_ID); @@ -398,7 +398,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -409,13 +409,13 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -423,8 +423,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_BOMLine.java b/base/src/org/eevolution/model/X_PP_Order_BOMLine.java index f5a4730c18..3e48d9e329 100644 --- a/base/src/org/eevolution/model/X_PP_Order_BOMLine.java +++ b/base/src/org/eevolution/model/X_PP_Order_BOMLine.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Persistent { @@ -94,8 +94,6 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return sb.toString(); } - /** AD_User_ID AD_Reference_ID=286 */ - public static final int AD_USER_ID_AD_Reference_ID=286; /** Set User/Contact. @param AD_User_ID User within the system - Internal or Business Partner Contact @@ -192,7 +190,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return (String)get_Value(COLUMNNAME_ComponentType); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -203,7 +201,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } @@ -453,7 +451,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws Exception + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { Class clazz = MTable.getClass(I_M_ChangeNotice.Table_Name); I_M_ChangeNotice result = null; @@ -464,7 +462,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } @@ -515,7 +513,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -526,7 +524,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } @@ -561,7 +559,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getM_Product_ID())); } - public I_M_Warehouse getM_Warehouse() throws Exception + public I_M_Warehouse getM_Warehouse() throws RuntimeException { Class clazz = MTable.getClass(I_M_Warehouse.Table_Name); I_M_Warehouse result = null; @@ -572,7 +570,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } @@ -599,7 +597,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM() throws Exception + public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOM.Table_Name); org.eevolution.model.I_PP_Order_BOM result = null; @@ -610,13 +608,13 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } - /** Set PP_Order_BOM_ID. - @param PP_Order_BOM_ID PP_Order_BOM_ID */ + /** Set Manufacturing Order BOM. + @param PP_Order_BOM_ID Manufacturing Order BOM */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) { if (PP_Order_BOM_ID < 1) @@ -624,8 +622,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID)); } - /** Get PP_Order_BOM_ID. - @return PP_Order_BOM_ID */ + /** Get Manufacturing Order BOM. + @return Manufacturing Order BOM */ public int getPP_Order_BOM_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOM_ID); @@ -634,8 +632,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - /** Set PP_Order_BOMLine_ID. - @param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ + /** Set Manufacturing Order BOM Line. + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { if (PP_Order_BOMLine_ID < 1) @@ -643,8 +641,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } - /** Get PP_Order_BOMLine_ID. - @return PP_Order_BOMLine_ID */ + /** Get Manufacturing Order BOM Line. + @return Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); @@ -653,7 +651,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -664,13 +662,13 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -678,8 +676,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -688,7 +686,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - /** Set Quantity %. + /** Set Quantity in %. @param QtyBatch Indicate the Quantity % use in this Formula */ @@ -699,7 +697,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_QtyBatch, QtyBatch); } - /** Get Quantity %. + /** Get Quantity in %. @return Indicate the Quantity % use in this Formula */ public BigDecimal getQtyBatch () @@ -774,8 +772,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set QtyPost. - @param QtyPost QtyPost */ + /** Set Qty Post. + @param QtyPost Qty Post */ public void setQtyPost (BigDecimal QtyPost) { if (QtyPost == null) @@ -783,8 +781,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_QtyPost, QtyPost); } - /** Get QtyPost. - @return QtyPost */ + /** Get Qty Post. + @return Qty Post */ public BigDecimal getQtyPost () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyPost); @@ -793,8 +791,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set QtyReject. - @param QtyReject QtyReject */ + /** Set Qty Reject. + @param QtyReject Qty Reject */ public void setQtyReject (BigDecimal QtyReject) { if (QtyReject == null) @@ -802,8 +800,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_ValueNoCheck (COLUMNNAME_QtyReject, QtyReject); } - /** Get QtyReject. - @return QtyReject */ + /** Get Qty Reject. + @return Qty Reject */ public BigDecimal getQtyReject () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); @@ -812,8 +810,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set QtyRequiered. - @param QtyRequiered QtyRequiered */ + /** Set Qty Requiered. + @param QtyRequiered Qty Requiered */ public void setQtyRequiered (BigDecimal QtyRequiered) { if (QtyRequiered == null) @@ -821,8 +819,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers set_Value (COLUMNNAME_QtyRequiered, QtyRequiered); } - /** Get QtyRequiered. - @return QtyRequiered */ + /** Get Qty Requiered. + @return Qty Requiered */ public BigDecimal getQtyRequiered () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered); @@ -854,7 +852,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set QtyScrap. - @param QtyScrap QtyScrap */ + @param QtyScrap + Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { if (QtyScrap == null) @@ -863,7 +863,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Get QtyScrap. - @return QtyScrap */ + @return Scrap Quantity for this componet + */ public BigDecimal getQtyScrap () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); @@ -872,17 +873,17 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set Scrap. + /** Set % Scrap. @param Scrap - Indicate the Scrap Quantity that is generate in a manufacturing process + Indicate the % Scrap for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap) { set_ValueNoCheck (COLUMNNAME_Scrap, Scrap); } - /** Get Scrap. - @return Indicate the Scrap Quantity that is generate in a manufacturing process + /** Get % Scrap. + @return Indicate the % Scrap for calculate the Scrap Quantity */ public BigDecimal getScrap () { diff --git a/base/src/org/eevolution/model/X_PP_Order_BOMLineMA.java b/base/src/org/eevolution/model/X_PP_Order_BOMLineMA.java index 9314d69971..cf55c923fb 100644 --- a/base/src/org/eevolution/model/X_PP_Order_BOMLineMA.java +++ b/base/src/org/eevolution/model/X_PP_Order_BOMLineMA.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Order_BOMLineMA * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_Persistent { @@ -121,7 +121,7 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_ return bd; } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name); org.eevolution.model.I_PP_Order_BOMLine result = null; @@ -132,13 +132,13 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_ } 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; } - /** Set PP_Order_BOMLine_ID. - @param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ + /** Set Manufacturing Order BOM Line. + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { if (PP_Order_BOMLine_ID < 1) @@ -146,8 +146,8 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_ set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } - /** Get PP_Order_BOMLine_ID. - @return PP_Order_BOMLine_ID */ + /** Get Manufacturing Order BOM Line. + @return Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); @@ -156,8 +156,8 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_ return ii.intValue(); } - /** Set PP_Order_BOMLineMA_ID. - @param PP_Order_BOMLineMA_ID PP_Order_BOMLineMA_ID */ + /** Set Manufacturing Order BOM Line MA. + @param PP_Order_BOMLineMA_ID Manufacturing Order BOM Line MA */ public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID) { if (PP_Order_BOMLineMA_ID < 1) @@ -165,8 +165,8 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_ set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLineMA_ID, Integer.valueOf(PP_Order_BOMLineMA_ID)); } - /** Get PP_Order_BOMLineMA_ID. - @return PP_Order_BOMLineMA_ID */ + /** Get Manufacturing Order BOM Line MA. + @return Manufacturing Order BOM Line MA */ public int getPP_Order_BOMLineMA_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLineMA_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_Cost.java b/base/src/org/eevolution/model/X_PP_Order_Cost.java index 437bbc24ec..a456446e0d 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Cost.java +++ b/base/src/org/eevolution/model/X_PP_Order_Cost.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Order_Cost * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent { @@ -77,7 +77,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -88,7 +88,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } @@ -116,7 +116,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - 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; @@ -127,7 +127,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } @@ -212,15 +212,15 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return bd; } - /** Set CumulatedAmtPost. - @param CumulatedAmtPost CumulatedAmtPost */ + /** Set Cumulated Amt Post. + @param CumulatedAmtPost Cumulated Amt Post */ public void setCumulatedAmtPost (BigDecimal CumulatedAmtPost) { set_ValueNoCheck (COLUMNNAME_CumulatedAmtPost, CumulatedAmtPost); } - /** Get CumulatedAmtPost. - @return CumulatedAmtPost */ + /** Get Cumulated Amt Post. + @return Cumulated Amt Post */ public BigDecimal getCumulatedAmtPost () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedAmtPost); @@ -249,15 +249,15 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return bd; } - /** Set CumulatedQtyPost. - @param CumulatedQtyPost CumulatedQtyPost */ + /** Set Cumulated Qty Post. + @param CumulatedQtyPost Cumulated Qty Post */ public void setCumulatedQtyPost (BigDecimal CumulatedQtyPost) { set_ValueNoCheck (COLUMNNAME_CumulatedQtyPost, CumulatedQtyPost); } - /** Get CumulatedQtyPost. - @return CumulatedQtyPost */ + /** Get Cumulated Qty Post. + @return Cumulated Qty Post */ public BigDecimal getCumulatedQtyPost () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedQtyPost); @@ -286,15 +286,15 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return bd; } - /** Set CurrentCostPriceLL. - @param CurrentCostPriceLL CurrentCostPriceLL */ + /** Set Current Cost Price Lower Level. + @param CurrentCostPriceLL Current Cost Price Lower Level */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) { set_ValueNoCheck (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); } - /** Get CurrentCostPriceLL. - @return CurrentCostPriceLL */ + /** Get Current Cost Price Lower Level. + @return Current Cost Price Lower Level */ public BigDecimal getCurrentCostPriceLL () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); @@ -346,7 +346,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws Exception + public I_M_CostElement getM_CostElement() throws RuntimeException { Class clazz = MTable.getClass(I_M_CostElement.Table_Name); I_M_CostElement result = null; @@ -357,7 +357,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } @@ -385,7 +385,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_CostType getM_CostType() throws Exception + public I_M_CostType getM_CostType() throws RuntimeException { Class clazz = MTable.getClass(I_M_CostType.Table_Name); I_M_CostType result = null; @@ -396,7 +396,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } @@ -424,7 +424,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -435,7 +435,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } @@ -462,8 +462,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - /** Set PP_Order_Cost_ID. - @param PP_Order_Cost_ID PP_Order_Cost_ID */ + /** Set Manufacturing Order Cost. + @param PP_Order_Cost_ID Manufacturing Order Cost */ public void setPP_Order_Cost_ID (int PP_Order_Cost_ID) { if (PP_Order_Cost_ID < 1) @@ -471,8 +471,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_Cost_ID, Integer.valueOf(PP_Order_Cost_ID)); } - /** Get PP_Order_Cost_ID. - @return PP_Order_Cost_ID */ + /** Get Manufacturing Order Cost. + @return Manufacturing Order Cost */ public int getPP_Order_Cost_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Cost_ID); @@ -481,7 +481,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -492,13 +492,13 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -506,8 +506,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_Node.java b/base/src/org/eevolution/model/X_PP_Order_Node.java index b55c0cc9b9..4ff7c42494 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Node * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent { @@ -44,10 +44,10 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent super (ctx, PP_Order_Node_ID, trxName); /** if (PP_Order_Node_ID == 0) { + setAction (null); +// Z setAD_WF_Node_ID (0); setAD_Workflow_ID (0); - setAction (null); -// N setCost (Env.ZERO); setEntityType (null); // U @@ -98,394 +98,6 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return sb.toString(); } - public I_AD_Column getAD_Column() throws Exception - { - Class clazz = MTable.getClass(I_AD_Column.Table_Name); - I_AD_Column result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Column)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Column_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Column. - @param AD_Column_ID - Column in the table - */ - public void setAD_Column_ID (int AD_Column_ID) - { - if (AD_Column_ID < 1) - set_Value (COLUMNNAME_AD_Column_ID, null); - else - set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); - } - - /** Get Column. - @return Column in the table - */ - public int getAD_Column_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Form getAD_Form() throws Exception - { - Class clazz = MTable.getClass(I_AD_Form.Table_Name); - I_AD_Form result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Form)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Form_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Special Form. - @param AD_Form_ID - Special Form - */ - public void setAD_Form_ID (int AD_Form_ID) - { - if (AD_Form_ID < 1) - set_Value (COLUMNNAME_AD_Form_ID, null); - else - set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); - } - - /** Get Special Form. - @return Special Form - */ - public int getAD_Form_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Image getAD_Image() throws Exception - { - Class clazz = MTable.getClass(I_AD_Image.Table_Name); - I_AD_Image result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Image)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Image_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Image. - @param AD_Image_ID - Image or Icon - */ - public void setAD_Image_ID (int AD_Image_ID) - { - if (AD_Image_ID < 1) - set_Value (COLUMNNAME_AD_Image_ID, null); - else - set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); - } - - /** Get Image. - @return Image or Icon - */ - public int getAD_Image_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Process getAD_Process() throws Exception - { - Class clazz = MTable.getClass(I_AD_Process.Table_Name); - I_AD_Process result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Process)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Process_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Process. - @param AD_Process_ID - Process or Report - */ - public void setAD_Process_ID (int AD_Process_ID) - { - if (AD_Process_ID < 1) - set_Value (COLUMNNAME_AD_Process_ID, null); - else - set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); - } - - /** Get Process. - @return Process or Report - */ - public int getAD_Process_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Task getAD_Task() throws Exception - { - Class clazz = MTable.getClass(I_AD_Task.Table_Name); - I_AD_Task result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Task)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Task_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ - public void setAD_Task_ID (int AD_Task_ID) - { - if (AD_Task_ID < 1) - set_Value (COLUMNNAME_AD_Task_ID, null); - else - set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); - } - - /** Get OS Task. - @return Operation System Task - */ - public int getAD_Task_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_WF_Block getAD_WF_Block() throws Exception - { - Class clazz = MTable.getClass(I_AD_WF_Block.Table_Name); - I_AD_WF_Block result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_WF_Block)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Block_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Workflow Block. - @param AD_WF_Block_ID - Workflow Transaction Execution Block - */ - public void setAD_WF_Block_ID (int AD_WF_Block_ID) - { - if (AD_WF_Block_ID < 1) - set_Value (COLUMNNAME_AD_WF_Block_ID, null); - else - set_Value (COLUMNNAME_AD_WF_Block_ID, Integer.valueOf(AD_WF_Block_ID)); - } - - /** Get Workflow Block. - @return Workflow Transaction Execution Block - */ - public int getAD_WF_Block_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Block_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_WF_Node getAD_WF_Node() throws Exception - { - Class clazz = MTable.getClass(I_AD_WF_Node.Table_Name); - I_AD_WF_Node result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_WF_Node)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Node_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ - public void setAD_WF_Node_ID (int AD_WF_Node_ID) - { - if (AD_WF_Node_ID < 1) - throw new IllegalArgumentException ("AD_WF_Node_ID is mandatory."); - set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); - } - - /** Get Node. - @return Workflow Node (activity), step or process - */ - public int getAD_WF_Node_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception - { - Class clazz = MTable.getClass(I_AD_WF_Responsible.Table_Name); - I_AD_WF_Responsible result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_WF_Responsible)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Responsible_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ - public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) - { - if (AD_WF_Responsible_ID < 1) - set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else - set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); - } - - /** Get Workflow Responsible. - @return Responsible for Workflow Execution - */ - public int getAD_WF_Responsible_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Window getAD_Window() throws Exception - { - Class clazz = MTable.getClass(I_AD_Window.Table_Name); - I_AD_Window result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Window)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Window_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Window. - @param AD_Window_ID - Data entry or display window - */ - public void setAD_Window_ID (int AD_Window_ID) - { - if (AD_Window_ID < 1) - set_Value (COLUMNNAME_AD_Window_ID, null); - else - set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); - } - - /** Get Window. - @return Data entry or display window - */ - public int getAD_Window_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_AD_Workflow getAD_Workflow() throws Exception - { - Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); - I_AD_Workflow result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_Workflow)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Workflow_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ - public void setAD_Workflow_ID (int AD_Workflow_ID) - { - if (AD_Workflow_ID < 1) - throw new IllegalArgumentException ("AD_Workflow_ID is mandatory."); - set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); - } - - /** Get Workflow. - @return Workflow or combination of tasks - */ - public int getAD_Workflow_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Action AD_Reference_ID=302 */ public static final int ACTION_AD_Reference_ID=302; /** Wait (Sleep) = Z */ @@ -530,6 +142,394 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_Action); } + public I_AD_Column getAD_Column() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Column.Table_Name); + I_AD_Column result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Column)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Column_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Column. + @param AD_Column_ID + Column in the table + */ + public void setAD_Column_ID (int AD_Column_ID) + { + if (AD_Column_ID < 1) + set_Value (COLUMNNAME_AD_Column_ID, null); + else + set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); + } + + /** Get Column. + @return Column in the table + */ + public int getAD_Column_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Form getAD_Form() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Form.Table_Name); + I_AD_Form result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Form)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Form_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Special Form. + @param AD_Form_ID + Special Form + */ + public void setAD_Form_ID (int AD_Form_ID) + { + if (AD_Form_ID < 1) + set_Value (COLUMNNAME_AD_Form_ID, null); + else + set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); + } + + /** Get Special Form. + @return Special Form + */ + public int getAD_Form_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Image getAD_Image() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Image.Table_Name); + I_AD_Image result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Image)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Image_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Image. + @param AD_Image_ID + Image or Icon + */ + public void setAD_Image_ID (int AD_Image_ID) + { + if (AD_Image_ID < 1) + set_Value (COLUMNNAME_AD_Image_ID, null); + else + set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); + } + + /** Get Image. + @return Image or Icon + */ + public int getAD_Image_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Process getAD_Process() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Process.Table_Name); + I_AD_Process result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Process)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Process_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Process. + @param AD_Process_ID + Process or Report + */ + public void setAD_Process_ID (int AD_Process_ID) + { + if (AD_Process_ID < 1) + set_Value (COLUMNNAME_AD_Process_ID, null); + else + set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); + } + + /** Get Process. + @return Process or Report + */ + public int getAD_Process_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Task getAD_Task() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Task.Table_Name); + I_AD_Task result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Task)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Task_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set OS Task. + @param AD_Task_ID + Operation System Task + */ + public void setAD_Task_ID (int AD_Task_ID) + { + if (AD_Task_ID < 1) + set_Value (COLUMNNAME_AD_Task_ID, null); + else + set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); + } + + /** Get OS Task. + @return Operation System Task + */ + public int getAD_Task_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_WF_Block getAD_WF_Block() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_WF_Block.Table_Name); + I_AD_WF_Block result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_WF_Block)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Block_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Workflow Block. + @param AD_WF_Block_ID + Workflow Transaction Execution Block + */ + public void setAD_WF_Block_ID (int AD_WF_Block_ID) + { + if (AD_WF_Block_ID < 1) + set_Value (COLUMNNAME_AD_WF_Block_ID, null); + else + set_Value (COLUMNNAME_AD_WF_Block_ID, Integer.valueOf(AD_WF_Block_ID)); + } + + /** Get Workflow Block. + @return Workflow Transaction Execution Block + */ + public int getAD_WF_Block_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Block_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_WF_Node.Table_Name); + I_AD_WF_Node result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_WF_Node)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Node_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Node. + @param AD_WF_Node_ID + Workflow Node (activity), step or process + */ + public void setAD_WF_Node_ID (int AD_WF_Node_ID) + { + if (AD_WF_Node_ID < 1) + throw new IllegalArgumentException ("AD_WF_Node_ID is mandatory."); + set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); + } + + /** Get Node. + @return Workflow Node (activity), step or process + */ + public int getAD_WF_Node_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_WF_Responsible.Table_Name); + I_AD_WF_Responsible result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_WF_Responsible)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_WF_Responsible_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Workflow Responsible. + @param AD_WF_Responsible_ID + Responsible for Workflow Execution + */ + public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) + { + if (AD_WF_Responsible_ID < 1) + set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); + else + set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); + } + + /** Get Workflow Responsible. + @return Responsible for Workflow Execution + */ + public int getAD_WF_Responsible_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Window getAD_Window() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Window.Table_Name); + I_AD_Window result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Window)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Window_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Window. + @param AD_Window_ID + Data entry or display window + */ + public void setAD_Window_ID (int AD_Window_ID) + { + if (AD_Window_ID < 1) + set_Value (COLUMNNAME_AD_Window_ID, null); + else + set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); + } + + /** Get Window. + @return Data entry or display window + */ + public int getAD_Window_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public I_AD_Workflow getAD_Workflow() throws RuntimeException + { + Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); + I_AD_Workflow result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_AD_Workflow)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_Workflow_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Workflow. + @param AD_Workflow_ID + Workflow or combination of tasks + */ + public void setAD_Workflow_ID (int AD_Workflow_ID) + { + if (AD_Workflow_ID < 1) + throw new IllegalArgumentException ("AD_Workflow_ID is mandatory."); + set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); + } + + /** Get Workflow. + @return Workflow or combination of tasks + */ + public int getAD_Workflow_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Attribute Name. @param AttributeName Name of the Attribute @@ -564,7 +564,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_AttributeValue); } - public I_C_BPartner getC_BPartner() throws Exception + public I_C_BPartner getC_BPartner() throws RuntimeException { Class clazz = MTable.getClass(I_C_BPartner.Table_Name); I_C_BPartner result = null; @@ -575,7 +575,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, 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; } @@ -813,15 +813,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Set DurationReal. - @param DurationReal DurationReal */ + /** Set Duration Real. + @param DurationReal Duration Real */ public void setDurationReal (int DurationReal) { set_Value (COLUMNNAME_DurationReal, Integer.valueOf(DurationReal)); } - /** Get DurationReal. - @return DurationReal */ + /** Get Duration Real. + @return Duration Real */ public int getDurationReal () { Integer ii = (Integer)get_Value(COLUMNNAME_DurationReal); @@ -830,15 +830,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Set DurationRequiered. - @param DurationRequiered DurationRequiered */ + /** Set Duration Requiered. + @param DurationRequiered Duration Requiered */ public void setDurationRequiered (int DurationRequiered) { set_Value (COLUMNNAME_DurationRequiered, Integer.valueOf(DurationRequiered)); } - /** Get DurationRequiered. - @return DurationRequiered */ + /** Get Duration Requiered. + @return Duration Requiered */ public int getDurationRequiered () { Integer ii = (Integer)get_Value(COLUMNNAME_DurationRequiered); @@ -931,15 +931,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return false; } - /** Set IsMilestone. - @param IsMilestone IsMilestone */ + /** Set Is Milestone. + @param IsMilestone Is Milestone */ public void setIsMilestone (boolean IsMilestone) { set_Value (COLUMNNAME_IsMilestone, Boolean.valueOf(IsMilestone)); } - /** Get IsMilestone. - @return IsMilestone */ + /** Get Is Milestone. + @return Is Milestone */ public boolean isMilestone () { Object oo = get_Value(COLUMNNAME_IsMilestone); @@ -952,15 +952,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return false; } - /** Set IsSubcontracting. - @param IsSubcontracting IsSubcontracting */ + /** Set Is Subcontracting. + @param IsSubcontracting Is Subcontracting */ public void setIsSubcontracting (boolean IsSubcontracting) { set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); } - /** Get IsSubcontracting. - @return IsSubcontracting */ + /** Get Is Subcontracting. + @return Is Subcontracting */ public boolean isSubcontracting () { Object oo = get_Value(COLUMNNAME_IsSubcontracting); @@ -1017,15 +1017,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Set MovingTime. - @param MovingTime MovingTime */ + /** Set Moving Time. + @param MovingTime Moving Time */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); } - /** Get MovingTime. - @return MovingTime */ + /** Get Moving Time. + @return Moving Time */ public int getMovingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); @@ -1061,15 +1061,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return new KeyNamePair(get_ID(), getName()); } - /** Set OverlapUnits. - @param OverlapUnits OverlapUnits */ + /** Set Overlap Units. + @param OverlapUnits Overlap Units */ public void setOverlapUnits (int OverlapUnits) { set_Value (COLUMNNAME_OverlapUnits, Integer.valueOf(OverlapUnits)); } - /** Get OverlapUnits. - @return OverlapUnits */ + /** Get Overlap Units. + @return Overlap Units */ public int getOverlapUnits () { Integer ii = (Integer)get_Value(COLUMNNAME_OverlapUnits); @@ -1078,7 +1078,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -1089,13 +1089,13 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -1103,8 +1103,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -1132,7 +1132,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws Exception + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Workflow.Table_Name); org.eevolution.model.I_PP_Order_Workflow result = null; @@ -1143,13 +1143,13 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, 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; } - /** Set PP_Order_Workflow_ID. - @param PP_Order_Workflow_ID PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow. + @param PP_Order_Workflow_ID Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { if (PP_Order_Workflow_ID < 1) @@ -1157,8 +1157,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } - /** Get PP_Order_Workflow_ID. - @return PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow. + @return Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); @@ -1207,15 +1207,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return bd; } - /** Set QtyReject. - @param QtyReject QtyReject */ + /** Set Qty Reject. + @param QtyReject Qty Reject */ public void setQtyReject (BigDecimal QtyReject) { set_Value (COLUMNNAME_QtyReject, QtyReject); } - /** Get QtyReject. - @return QtyReject */ + /** Get Qty Reject. + @return Qty Reject */ public BigDecimal getQtyReject () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); @@ -1224,15 +1224,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return bd; } - /** Set QtyRequiered. - @param QtyRequiered QtyRequiered */ + /** Set Qty Requiered. + @param QtyRequiered Qty Requiered */ public void setQtyRequiered (BigDecimal QtyRequiered) { set_Value (COLUMNNAME_QtyRequiered, QtyRequiered); } - /** Get QtyRequiered. - @return QtyRequiered */ + /** Get Qty Requiered. + @return Qty Requiered */ public BigDecimal getQtyRequiered () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered); @@ -1242,14 +1242,17 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set QtyScrap. - @param QtyScrap QtyScrap */ + @param QtyScrap + Scrap Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { set_Value (COLUMNNAME_QtyScrap, QtyScrap); } /** Get QtyScrap. - @return QtyScrap */ + @return Scrap Quantity for this componet + */ public BigDecimal getQtyScrap () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); @@ -1258,15 +1261,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return bd; } - /** Set QueuingTime. - @param QueuingTime QueuingTime */ + /** Set Queuing Time. + @param QueuingTime Queuing Time */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); } - /** Get QueuingTime. - @return QueuingTime */ + /** Get Queuing Time. + @return Queuing Time */ public int getQueuingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); @@ -1275,45 +1278,6 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_S_Resource getS_Resource() throws Exception - { - Class clazz = MTable.getClass(I_S_Resource.Table_Name); - I_S_Resource result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_S_Resource)constructor.newInstance(new Object[] {getCtx(), new Integer(getS_Resource_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Resource. - @param S_Resource_ID - Resource - */ - public void setS_Resource_ID (int S_Resource_ID) - { - if (S_Resource_ID < 1) - set_Value (COLUMNNAME_S_Resource_ID, null); - else - set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); - } - - /** Get Resource. - @return Resource - */ - public int getS_Resource_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Setup Time. @param SetupTime Setup time before starting Production @@ -1334,15 +1298,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Set SetupTimeReal. - @param SetupTimeReal SetupTimeReal */ + /** Set Setup Time Real. + @param SetupTimeReal Setup Time Real */ public void setSetupTimeReal (int SetupTimeReal) { set_Value (COLUMNNAME_SetupTimeReal, Integer.valueOf(SetupTimeReal)); } - /** Get SetupTimeReal. - @return SetupTimeReal */ + /** Get Setup Time Real. + @return Setup Time Real */ public int getSetupTimeReal () { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTimeReal); @@ -1351,15 +1315,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Set SetupTimeRequiered. - @param SetupTimeRequiered SetupTimeRequiered */ + /** Set Setup Time Requiered. + @param SetupTimeRequiered Setup Time Requiered */ public void setSetupTimeRequiered (int SetupTimeRequiered) { set_Value (COLUMNNAME_SetupTimeRequiered, Integer.valueOf(SetupTimeRequiered)); } - /** Get SetupTimeRequiered. - @return SetupTimeRequiered */ + /** Get Setup Time Requiered. + @return Setup Time Requiered */ public int getSetupTimeRequiered () { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTimeRequiered); @@ -1392,6 +1356,45 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_SplitElement); } + public I_S_Resource getS_Resource() throws RuntimeException + { + Class clazz = MTable.getClass(I_S_Resource.Table_Name); + I_S_Resource result = null; + try { + Constructor constructor = null; + constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); + result = (I_S_Resource)constructor.newInstance(new Object[] {getCtx(), new Integer(getS_Resource_ID()), get_TrxName()}); + } catch (Exception e) { + log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); + log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); + throw new RuntimeException( e ); + } + return result; + } + + /** Set Resource. + @param S_Resource_ID + Resource + */ + public void setS_Resource_ID (int S_Resource_ID) + { + if (S_Resource_ID < 1) + set_Value (COLUMNNAME_S_Resource_ID, null); + else + set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); + } + + /** Get Resource. + @return Resource + */ + public int getS_Resource_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** StartMode AD_Reference_ID=303 */ public static final int STARTMODE_AD_Reference_ID=303; /** Automatic = A */ @@ -1440,15 +1443,15 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_SubflowExecution); } - /** Set UnitsCycles. - @param UnitsCycles UnitsCycles */ + /** Set Units Cycles. + @param UnitsCycles Units Cycles */ public void setUnitsCycles (int UnitsCycles) { set_Value (COLUMNNAME_UnitsCycles, Integer.valueOf(UnitsCycles)); } - /** Get UnitsCycles. - @return UnitsCycles */ + /** Get Units Cycles. + @return Units Cycles */ public int getUnitsCycles () { Integer ii = (Integer)get_Value(COLUMNNAME_UnitsCycles); @@ -1530,8 +1533,6 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - /** Workflow_ID AD_Reference_ID=174 */ - public static final int WORKFLOW_ID_AD_Reference_ID=174; /** Set Workflow. @param Workflow_ID Workflow or tasks diff --git a/base/src/org/eevolution/model/X_PP_Order_NodeNext.java b/base/src/org/eevolution/model/X_PP_Order_NodeNext.java index f9109eb00d..ab89e9fc61 100644 --- a/base/src/org/eevolution/model/X_PP_Order_NodeNext.java +++ b/base/src/org/eevolution/model/X_PP_Order_NodeNext.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for PP_Order_NodeNext * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Persistent { @@ -78,8 +78,6 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return sb.toString(); } - /** AD_WF_Next_ID AD_Reference_ID=109 */ - public static final int AD_WF_NEXT_ID_AD_Reference_ID=109; /** Set Next Node. @param AD_WF_Next_ID Next Node in workflow @@ -103,7 +101,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws Exception + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException { Class clazz = MTable.getClass(I_AD_WF_Node.Table_Name); I_AD_WF_Node result = null; @@ -114,7 +112,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } 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; } @@ -201,7 +199,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return false; } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -212,13 +210,13 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -226,8 +224,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -236,10 +234,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } - /** PP_Order_Next_ID AD_Reference_ID=53232 */ - public static final int PP_ORDER_NEXT_ID_AD_Reference_ID=53232; - /** Set PP_Order_Next_ID. - @param PP_Order_Next_ID PP_Order_Next_ID */ + /** Set Manufacturing Order Activity Next. + @param PP_Order_Next_ID Manufacturing Order Activity Next */ public void setPP_Order_Next_ID (int PP_Order_Next_ID) { if (PP_Order_Next_ID < 1) @@ -248,8 +244,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe set_Value (COLUMNNAME_PP_Order_Next_ID, Integer.valueOf(PP_Order_Next_ID)); } - /** Get PP_Order_Next_ID. - @return PP_Order_Next_ID */ + /** Get Manufacturing Order Activity Next. + @return Manufacturing Order Activity Next */ public int getPP_Order_Next_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Next_ID); @@ -258,27 +254,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } - /** Set PP_Order_NodeNext_ID. - @param PP_Order_NodeNext_ID PP_Order_NodeNext_ID */ - public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID) - { - if (PP_Order_NodeNext_ID < 1) - set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, null); - else - set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, Integer.valueOf(PP_Order_NodeNext_ID)); - } - - /** Get PP_Order_NodeNext_ID. - @return PP_Order_NodeNext_ID */ - public int getPP_Order_NodeNext_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_NodeNext_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name); org.eevolution.model.I_PP_Order_Node result = null; @@ -289,7 +265,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } 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; } @@ -313,8 +289,26 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } - /** SeqNo AD_Reference_ID=110 */ - public static final int SEQNO_AD_Reference_ID=110; + /** Set Manufacturing Order Activity Next. + @param PP_Order_NodeNext_ID Manufacturing Order Activity Next */ + public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID) + { + if (PP_Order_NodeNext_ID < 1) + set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, null); + else + set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, Integer.valueOf(PP_Order_NodeNext_ID)); + } + + /** Get Manufacturing Order Activity Next. + @return Manufacturing Order Activity Next */ + public int getPP_Order_NodeNext_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_NodeNext_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java b/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java index 4d8492f5c6..88cd96854c 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for PP_Order_Node_Asset * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, I_Persistent { @@ -76,7 +76,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return sb.toString(); } - public I_A_Asset getA_Asset() throws Exception + public I_A_Asset getA_Asset() throws RuntimeException { Class clazz = MTable.getClass(I_A_Asset.Table_Name); I_A_Asset result = null; @@ -87,7 +87,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } 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; } @@ -114,7 +114,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return ii.intValue(); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -125,13 +125,13 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -139,8 +139,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -149,8 +149,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return ii.intValue(); } - /** Set PP_Order_Node_Asset_ID. - @param PP_Order_Node_Asset_ID PP_Order_Node_Asset_ID */ + /** Set Manufacturing Order Activity Asset. + @param PP_Order_Node_Asset_ID Manufacturing Order Activity Asset */ public void setPP_Order_Node_Asset_ID (int PP_Order_Node_Asset_ID) { if (PP_Order_Node_Asset_ID < 1) @@ -158,8 +158,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, set_ValueNoCheck (COLUMNNAME_PP_Order_Node_Asset_ID, Integer.valueOf(PP_Order_Node_Asset_ID)); } - /** Get PP_Order_Node_Asset_ID. - @return PP_Order_Node_Asset_ID */ + /** Get Manufacturing Order Activity Asset. + @return Manufacturing Order Activity Asset */ public int getPP_Order_Node_Asset_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_Asset_ID); @@ -168,7 +168,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return ii.intValue(); } - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name); org.eevolution.model.I_PP_Order_Node result = null; @@ -179,7 +179,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } 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; } @@ -203,7 +203,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return ii.intValue(); } - public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws Exception + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Workflow.Table_Name); org.eevolution.model.I_PP_Order_Workflow result = null; @@ -214,13 +214,13 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } 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; } - /** Set PP_Order_Workflow_ID. - @param PP_Order_Workflow_ID PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow. + @param PP_Order_Workflow_ID Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { if (PP_Order_Workflow_ID < 1) @@ -228,8 +228,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } - /** Get PP_Order_Workflow_ID. - @return PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow. + @return Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_Product.java b/base/src/org/eevolution/model/X_PP_Order_Node_Product.java index 3e5529c53c..b013125d86 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node_Product.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node_Product.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Order_Node_Product * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Product, I_Persistent { diff --git a/base/src/org/eevolution/model/X_PP_Order_Workflow.java b/base/src/org/eevolution/model/X_PP_Order_Workflow.java index f2940c1117..4f317ba734 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Workflow.java +++ b/base/src/org/eevolution/model/X_PP_Order_Workflow.java @@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Workflow * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Persistent { @@ -127,7 +127,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return (String)get_Value(COLUMNNAME_AccessLevel); } - public I_AD_Table getAD_Table() throws Exception + public I_AD_Table getAD_Table() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Table.Table_Name); I_AD_Table result = null; @@ -138,7 +138,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -166,7 +166,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws Exception + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException { Class clazz = MTable.getClass(I_AD_WF_Node.Table_Name); I_AD_WF_Node result = null; @@ -177,7 +177,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -205,7 +205,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception + public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { Class clazz = MTable.getClass(I_AD_WF_Responsible.Table_Name); I_AD_WF_Responsible result = null; @@ -216,7 +216,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -244,7 +244,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -255,7 +255,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -282,7 +282,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws Exception + public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException { Class clazz = MTable.getClass(I_AD_WorkflowProcessor.Table_Name); I_AD_WorkflowProcessor result = null; @@ -293,7 +293,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -526,15 +526,15 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - /** Set MovingTime. - @param MovingTime MovingTime */ + /** Set Moving Time. + @param MovingTime Moving Time */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); } - /** Get MovingTime. - @return MovingTime */ + /** Get Moving Time. + @return Moving Time */ public int getMovingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); @@ -570,7 +570,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return new KeyNamePair(get_ID(), getName()); } - public org.eevolution.model.I_PP_Order getPP_Order() throws Exception + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name); org.eevolution.model.I_PP_Order result = null; @@ -581,13 +581,13 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } - /** Set PP_Order_ID. - @param PP_Order_ID PP_Order_ID */ + /** Set Manufacturing Order. + @param PP_Order_ID Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -595,8 +595,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } - /** Get PP_Order_ID. - @return PP_Order_ID */ + /** Get Manufacturing Order. + @return Manufacturing Order */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -605,7 +605,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws Exception + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name); org.eevolution.model.I_PP_Order_Node result = null; @@ -616,7 +616,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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; } @@ -641,8 +641,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - /** Set PP_Order_Workflow_ID. - @param PP_Order_Workflow_ID PP_Order_Workflow_ID */ + /** Set Manufacturing Order Workflow. + @param PP_Order_Workflow_ID Manufacturing Order Workflow */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { if (PP_Order_Workflow_ID < 1) @@ -650,8 +650,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } - /** Get PP_Order_Workflow_ID. - @return PP_Order_Workflow_ID */ + /** Get Manufacturing Order Workflow. + @return Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); @@ -694,16 +694,16 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe public static final String PROCESSTYPE_MixedRepetitiveFlow = "MR"; /** Plant = PL */ public static final String PROCESSTYPE_Plant = "PL"; - /** Set ProcessType. - @param ProcessType ProcessType */ + /** Set Process Type. + @param ProcessType Process Type */ public void setProcessType (String ProcessType) { if (ProcessType == null || ProcessType.equals("BF") || ProcessType.equals("CF") || ProcessType.equals("DR") || ProcessType.equals("JS") || ProcessType.equals("MR") || ProcessType.equals("PL")); else throw new IllegalArgumentException ("ProcessType Invalid value - " + ProcessType + " - Reference_ID=53224 - BF - CF - DR - JS - MR - PL"); set_Value (COLUMNNAME_ProcessType, ProcessType); } - /** Get ProcessType. - @return ProcessType */ + /** Get Process Type. + @return Process Type */ public String getProcessType () { return (String)get_Value(COLUMNNAME_ProcessType); @@ -737,15 +737,15 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return (String)get_Value(COLUMNNAME_PublishStatus); } - /** Set QtyBatchSize. - @param QtyBatchSize QtyBatchSize */ + /** Set Qty Batch Size. + @param QtyBatchSize Qty Batch Size */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_Value (COLUMNNAME_QtyBatchSize, QtyBatchSize); } - /** Get QtyBatchSize. - @return QtyBatchSize */ + /** Get Qty Batch Size. + @return Qty Batch Size */ public BigDecimal getQtyBatchSize () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); @@ -754,15 +754,15 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return bd; } - /** Set QueuingTime. - @param QueuingTime QueuingTime */ + /** Set Queuing Time. + @param QueuingTime Queuing Time */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); } - /** Get QueuingTime. - @return QueuingTime */ + /** Get Queuing Time. + @return Queuing Time */ public int getQueuingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); @@ -791,7 +791,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_S_Resource getS_Resource() throws Exception + public I_S_Resource getS_Resource() throws RuntimeException { Class clazz = MTable.getClass(I_S_Resource.Table_Name); I_S_Resource result = null; @@ -802,7 +802,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } 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/eevolution/model/X_PP_Product_BOM.java b/base/src/org/eevolution/model/X_PP_Product_BOM.java index 41edb00aa4..48203ab551 100644 --- a/base/src/org/eevolution/model/X_PP_Product_BOM.java +++ b/base/src/org/eevolution/model/X_PP_Product_BOM.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_BOM * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persistent { @@ -162,7 +162,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -173,7 +173,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, 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; } @@ -275,7 +275,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws Exception + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { Class clazz = MTable.getClass(I_M_ChangeNotice.Table_Name); I_M_ChangeNotice result = null; @@ -286,7 +286,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, 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; } @@ -314,7 +314,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -325,7 +325,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, 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; } diff --git a/base/src/org/eevolution/model/X_PP_Product_BOMLine.java b/base/src/org/eevolution/model/X_PP_Product_BOMLine.java index 0ffe8f6d4f..ca7173566f 100644 --- a/base/src/org/eevolution/model/X_PP_Product_BOMLine.java +++ b/base/src/org/eevolution/model/X_PP_Product_BOMLine.java @@ -28,7 +28,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Product_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_Persistent { @@ -156,7 +156,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return (String)get_Value(COLUMNNAME_ComponentType); } - public I_C_UOM getC_UOM() throws Exception + public I_C_UOM getC_UOM() throws RuntimeException { Class clazz = MTable.getClass(I_C_UOM.Table_Name); I_C_UOM result = null; @@ -167,7 +167,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } 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; } @@ -401,7 +401,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws Exception + public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { Class clazz = MTable.getClass(I_M_ChangeNotice.Table_Name); I_M_ChangeNotice result = null; @@ -412,7 +412,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } 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; } @@ -440,7 +440,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -451,7 +451,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } 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; } @@ -478,7 +478,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); org.eevolution.model.I_PP_Product_BOM result = null; @@ -489,7 +489,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } 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; } @@ -538,7 +538,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - /** Set Quantity %. + /** Set Quantity in %. @param QtyBatch Indicate the Quantity % use in this Formula */ @@ -547,7 +547,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ set_Value (COLUMNNAME_QtyBatch, QtyBatch); } - /** Get Quantity %. + /** Get Quantity in %. @return Indicate the Quantity % use in this Formula */ public BigDecimal getQtyBatch () @@ -578,17 +578,17 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return bd; } - /** Set Scrap. + /** Set % Scrap. @param Scrap - Indicate the Scrap Quantity that is generate in a manufacturing process + Indicate the % Scrap for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap) { set_Value (COLUMNNAME_Scrap, Scrap); } - /** Get Scrap. - @return Indicate the Scrap Quantity that is generate in a manufacturing process + /** Get % Scrap. + @return Indicate the % Scrap for calculate the Scrap Quantity */ public BigDecimal getScrap () { diff --git a/base/src/org/eevolution/model/X_PP_Product_Planning.java b/base/src/org/eevolution/model/X_PP_Product_Planning.java index c3eaa62e59..8778598702 100644 --- a/base/src/org/eevolution/model/X_PP_Product_Planning.java +++ b/base/src/org/eevolution/model/X_PP_Product_Planning.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Product_Planning * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, I_Persistent { @@ -81,7 +81,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -92,7 +92,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -120,7 +120,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws Exception + public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_DD_NetworkDistribution.Table_Name); org.eevolution.model.I_DD_NetworkDistribution result = null; @@ -131,7 +131,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -305,7 +305,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return false; } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -316,7 +316,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -343,7 +343,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws Exception + public I_M_Warehouse getM_Warehouse() throws RuntimeException { Class clazz = MTable.getClass(I_M_Warehouse.Table_Name); I_M_Warehouse result = null; @@ -354,7 +354,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -382,15 +382,15 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - /** Set Order_Max. - @param Order_Max Order_Max */ + /** Set Order Max. + @param Order_Max Order Max */ public void setOrder_Max (BigDecimal Order_Max) { set_Value (COLUMNNAME_Order_Max, Order_Max); } - /** Get Order_Max. - @return Order_Max */ + /** Get Order Max. + @return Order Max */ public BigDecimal getOrder_Max () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Max); @@ -496,7 +496,27 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return bd; } - public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception + /** Set Planner. + @param Planner_ID Planner */ + public void setPlanner_ID (int Planner_ID) + { + if (Planner_ID < 1) + set_Value (COLUMNNAME_Planner_ID, null); + else + set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); + } + + /** Get Planner. + @return Planner */ + public int getPlanner_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); org.eevolution.model.I_PP_Product_BOM result = null; @@ -507,7 +527,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -535,8 +555,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - /** Set PP_Product_Planning_ID. - @param PP_Product_Planning_ID PP_Product_Planning_ID */ + /** Set Product Planning. + @param PP_Product_Planning_ID Product Planning */ public void setPP_Product_Planning_ID (int PP_Product_Planning_ID) { if (PP_Product_Planning_ID < 1) @@ -544,8 +564,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, Integer.valueOf(PP_Product_Planning_ID)); } - /** Get PP_Product_Planning_ID. - @return PP_Product_Planning_ID */ + /** Get Product Planning. + @return Product Planning */ public int getPP_Product_Planning_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_Planning_ID); @@ -554,29 +574,27 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - /** Planner_ID AD_Reference_ID=110 */ - public static final int PLANNER_ID_AD_Reference_ID=110; - /** Set Planner. - @param Planner_ID Planner */ - public void setPlanner_ID (int Planner_ID) + /** Set Safety Stock Qty. + @param SafetyStock + Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public void setSafetyStock (BigDecimal SafetyStock) { - if (Planner_ID < 1) - set_Value (COLUMNNAME_Planner_ID, null); - else - set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); + set_Value (COLUMNNAME_SafetyStock, SafetyStock); } - /** Get Planner. - @return Planner */ - public int getPlanner_ID () + /** Get Safety Stock Qty. + @return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public BigDecimal getSafetyStock () { - Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); - if (ii == null) - return 0; - return ii.intValue(); + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock); + if (bd == null) + return Env.ZERO; + return bd; } - public I_S_Resource getS_Resource() throws Exception + public I_S_Resource getS_Resource() throws RuntimeException { Class clazz = MTable.getClass(I_S_Resource.Table_Name); I_S_Resource result = null; @@ -587,7 +605,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } 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; } @@ -615,26 +633,6 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - /** Set Safety Stock Qty. - @param SafetyStock - Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public void setSafetyStock (BigDecimal SafetyStock) - { - set_Value (COLUMNNAME_SafetyStock, SafetyStock); - } - - /** Get Safety Stock Qty. - @return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public BigDecimal getSafetyStock () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock); - if (bd == null) - return Env.ZERO; - return bd; - } - /** Set Time Fence. @param TimeFence Time Fence */ public void setTimeFence (BigDecimal TimeFence) diff --git a/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java b/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java index 65cd835394..c2fcf3ebbc 100644 --- a/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java +++ b/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for PP_WF_Node_Asset * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Persistent { @@ -43,6 +43,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers setA_Asset_ID (0); setAD_WF_Node_ID (0); setPP_WF_Node_Asset_ID (0); + setSeqNo (0); } */ } @@ -74,7 +75,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return sb.toString(); } - public I_A_Asset getA_Asset() throws Exception + public I_A_Asset getA_Asset() throws RuntimeException { Class clazz = MTable.getClass(I_A_Asset.Table_Name); I_A_Asset result = null; @@ -85,7 +86,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, 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; } @@ -112,7 +113,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws Exception + public I_AD_WF_Node getAD_WF_Node() throws RuntimeException { Class clazz = MTable.getClass(I_AD_WF_Node.Table_Name); I_AD_WF_Node result = null; @@ -123,7 +124,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, 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; } @@ -150,8 +151,8 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return ii.intValue(); } - /** Set PP_WF_Node_Asset_ID. - @param PP_WF_Node_Asset_ID PP_WF_Node_Asset_ID */ + /** Set Workflow Node Asset. + @param PP_WF_Node_Asset_ID Workflow Node Asset */ public void setPP_WF_Node_Asset_ID (int PP_WF_Node_Asset_ID) { if (PP_WF_Node_Asset_ID < 1) @@ -159,8 +160,8 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers set_ValueNoCheck (COLUMNNAME_PP_WF_Node_Asset_ID, Integer.valueOf(PP_WF_Node_Asset_ID)); } - /** Get PP_WF_Node_Asset_ID. - @return PP_WF_Node_Asset_ID */ + /** Get Workflow Node Asset. + @return Workflow Node Asset */ public int getPP_WF_Node_Asset_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_WF_Node_Asset_ID); diff --git a/base/src/org/eevolution/model/X_PP_WF_Node_Product.java b/base/src/org/eevolution/model/X_PP_WF_Node_Product.java index 4ce2154ff2..b18bc53a62 100644 --- a/base/src/org/eevolution/model/X_PP_WF_Node_Product.java +++ b/base/src/org/eevolution/model/X_PP_WF_Node_Product.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** Generated Model for PP_WF_Node_Product * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_Persistent { diff --git a/base/src/org/eevolution/model/X_QM_Specification.java b/base/src/org/eevolution/model/X_QM_Specification.java index d9c5e2638a..25d8429fad 100644 --- a/base/src/org/eevolution/model/X_QM_Specification.java +++ b/base/src/org/eevolution/model/X_QM_Specification.java @@ -26,7 +26,7 @@ import org.compiere.model.*; /** Generated Model for QM_Specification * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_QM_Specification extends PO implements I_QM_Specification, I_Persistent { @@ -75,7 +75,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws Exception + public I_AD_Workflow getAD_Workflow() throws RuntimeException { Class clazz = MTable.getClass(I_AD_Workflow.Table_Name); I_AD_Workflow result = null; @@ -86,7 +86,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, 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; } @@ -131,7 +131,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return (String)get_Value(COLUMNNAME_Description); } - public I_M_AttributeSet getM_AttributeSet() throws Exception + public I_M_AttributeSet getM_AttributeSet() throws RuntimeException { Class clazz = MTable.getClass(I_M_AttributeSet.Table_Name); I_M_AttributeSet result = null; @@ -142,7 +142,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, 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; } @@ -169,7 +169,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -180,7 +180,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, 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; } @@ -224,7 +224,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return (String)get_Value(COLUMNNAME_Name); } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); org.eevolution.model.I_PP_Product_BOM result = null; @@ -235,7 +235,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, 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; } @@ -263,8 +263,8 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return ii.intValue(); } - /** Set QM_Specification_ID. - @param QM_Specification_ID QM_Specification_ID */ + /** Set Quality Specification. + @param QM_Specification_ID Quality Specification */ public void setQM_Specification_ID (int QM_Specification_ID) { if (QM_Specification_ID < 1) @@ -272,8 +272,8 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, Integer.valueOf(QM_Specification_ID)); } - /** Get QM_Specification_ID. - @return QM_Specification_ID */ + /** Get Quality Specification. + @return Quality Specification */ public int getQM_Specification_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_QM_Specification_ID); diff --git a/base/src/org/eevolution/model/X_QM_SpecificationLine.java b/base/src/org/eevolution/model/X_QM_SpecificationLine.java index fd0b6d488b..dc36637f62 100644 --- a/base/src/org/eevolution/model/X_QM_SpecificationLine.java +++ b/base/src/org/eevolution/model/X_QM_SpecificationLine.java @@ -26,7 +26,7 @@ import org.compiere.model.*; /** Generated Model for QM_SpecificationLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine, I_Persistent { @@ -100,7 +100,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine return (String)get_Value(COLUMNNAME_AndOr); } - public I_M_Attribute getM_Attribute() throws Exception + public I_M_Attribute getM_Attribute() throws RuntimeException { Class clazz = MTable.getClass(I_M_Attribute.Table_Name); I_M_Attribute result = null; @@ -111,7 +111,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } 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; } @@ -176,7 +176,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine return (String)get_Value(COLUMNNAME_Operation); } - public org.eevolution.model.I_QM_Specification getQM_Specification() throws Exception + public org.eevolution.model.I_QM_Specification getQM_Specification() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_QM_Specification.Table_Name); org.eevolution.model.I_QM_Specification result = null; @@ -187,13 +187,13 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } 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; } - /** Set QM_Specification_ID. - @param QM_Specification_ID QM_Specification_ID */ + /** Set Quality Specification. + @param QM_Specification_ID Quality Specification */ public void setQM_Specification_ID (int QM_Specification_ID) { if (QM_Specification_ID < 1) @@ -202,8 +202,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, Integer.valueOf(QM_Specification_ID)); } - /** Get QM_Specification_ID. - @return QM_Specification_ID */ + /** Get Quality Specification. + @return Quality Specification */ public int getQM_Specification_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_QM_Specification_ID); diff --git a/base/src/org/eevolution/model/X_RV_PP_WIP.java b/base/src/org/eevolution/model/X_RV_PP_WIP.java index 01fd0043d1..d40c1470f4 100644 --- a/base/src/org/eevolution/model/X_RV_PP_WIP.java +++ b/base/src/org/eevolution/model/X_RV_PP_WIP.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for RV_PP_WIP * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_RV_PP_WIP extends PO implements I_RV_PP_WIP, I_Persistent { diff --git a/base/src/org/eevolution/model/X_T_BOMLine.java b/base/src/org/eevolution/model/X_T_BOMLine.java index 551f21ec82..007aad7996 100644 --- a/base/src/org/eevolution/model/X_T_BOMLine.java +++ b/base/src/org/eevolution/model/X_T_BOMLine.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for T_BOMLine * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent { @@ -73,7 +73,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws Exception + public I_AD_PInstance getAD_PInstance() throws RuntimeException { Class clazz = MTable.getClass(I_AD_PInstance.Table_Name); I_AD_PInstance result = null; @@ -84,7 +84,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, 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; } @@ -167,7 +167,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return (String)get_Value(COLUMNNAME_Levels); } - public I_M_Product getM_Product() throws Exception + public I_M_Product getM_Product() throws RuntimeException { Class clazz = MTable.getClass(I_M_Product.Table_Name); I_M_Product result = null; @@ -178,7 +178,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, 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; } @@ -206,7 +206,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - 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 { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); org.eevolution.model.I_PP_Product_BOM result = null; @@ -217,7 +217,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, 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; } @@ -245,7 +245,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws Exception + public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws RuntimeException { Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOMLine.Table_Name); org.eevolution.model.I_PP_Product_BOMLine result = null; @@ -256,7 +256,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, 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; } @@ -284,8 +284,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - /** Set Sel_Product_ID. - @param Sel_Product_ID Sel_Product_ID */ + /** Set Selected Product. + @param Sel_Product_ID Selected Product */ public void setSel_Product_ID (int Sel_Product_ID) { if (Sel_Product_ID < 1) @@ -293,8 +293,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent set_Value (COLUMNNAME_Sel_Product_ID, Integer.valueOf(Sel_Product_ID)); } - /** Get Sel_Product_ID. - @return Sel_Product_ID */ + /** Get Selected Product. + @return Selected Product */ public int getSel_Product_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_Sel_Product_ID); @@ -323,8 +323,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - /** Set T_BOMLine_ID. - @param T_BOMLine_ID T_BOMLine_ID */ + /** Set Temporal BOM Line. + @param T_BOMLine_ID Temporal BOM Line */ public void setT_BOMLine_ID (int T_BOMLine_ID) { if (T_BOMLine_ID < 1) @@ -332,8 +332,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent set_ValueNoCheck (COLUMNNAME_T_BOMLine_ID, Integer.valueOf(T_BOMLine_ID)); } - /** Get T_BOMLine_ID. - @return T_BOMLine_ID */ + /** Get Temporal BOM Line. + @return Temporal BOM Line */ public int getT_BOMLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_T_BOMLine_ID); diff --git a/base/src/org/eevolution/model/X_T_MRP_CRP.java b/base/src/org/eevolution/model/X_T_MRP_CRP.java index f3f85b282d..589603dbca 100644 --- a/base/src/org/eevolution/model/X_T_MRP_CRP.java +++ b/base/src/org/eevolution/model/X_T_MRP_CRP.java @@ -25,7 +25,7 @@ import org.compiere.model.*; /** Generated Model for T_MRP_CRP * @author Adempiere (generated) - * @version Release 3.5.2a - $Id$ */ + * @version Release 3.5.3a - $Id$ */ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent { @@ -72,7 +72,7 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws Exception + public I_AD_PInstance getAD_PInstance() throws RuntimeException { Class clazz = MTable.getClass(I_AD_PInstance.Table_Name); I_AD_PInstance result = null; @@ -83,7 +83,7 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, 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; } @@ -148,8 +148,8 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent return ii.intValue(); } - /** Set T_MRP_CRP_ID. - @param T_MRP_CRP_ID T_MRP_CRP_ID */ + /** Set Temporal MRP & CRP. + @param T_MRP_CRP_ID Temporal MRP & CRP */ public void setT_MRP_CRP_ID (int T_MRP_CRP_ID) { if (T_MRP_CRP_ID < 1) @@ -157,8 +157,8 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent set_ValueNoCheck (COLUMNNAME_T_MRP_CRP_ID, Integer.valueOf(T_MRP_CRP_ID)); } - /** Get T_MRP_CRP_ID. - @return T_MRP_CRP_ID */ + /** Get Temporal MRP & CRP. + @return Temporal MRP & CRP */ public int getT_MRP_CRP_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_T_MRP_CRP_ID);