Generate complete model for version 3.5.3a - upload org.eevolution.model

This commit is contained in:
Carlos Ruiz 2008-12-21 10:03:36 +00:00
parent 5015545ee0
commit 9fc6456d76
114 changed files with 4430 additions and 4445 deletions

View File

@ -1,35 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software; * This program is free software;
you can redistribute it and/or * you can redistribute it and/or modify it *
* modify it under the terms of the GNU General Public License * * under the terms version 2 of the GNU General Public License as published *
* as published by the Free Software Foundation; * by the Free Software Foundation. This program is distributed in the hope *
either version 2 * * that it will be useful, but WITHOUT ANY WARRANTY;
* of the License, or (at your option) any later version. * without even the implied *
* * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* This program is distributed in the hope that it will be useful, * * See the GNU General Public License for more details. *
* but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along *
without even the implied warranty of * * with this program;
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * if not, write to the Free Software Foundation, Inc., *
* GNU General Public License for more details. * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* * * For the text or an alternative of this public license, you may reach us *
* You should have received a copy of the GNU General Public License * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* along with this program; * or via info@compiere.org or http://www.compiere.org/license.html *
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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -37,8 +24,8 @@ import org.compiere.model.*;
import org.compiere.util.KeyNamePair; import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxBase /** Generated Interface for C_TaxBase
* @author Trifon Trifonov (generated) * @author Adempiere (generated)
* @version Release 3.5.0 * @version Release 3.5.3a
*/ */
public interface I_C_TaxBase public interface I_C_TaxBase
{ {
@ -57,6 +44,19 @@ public interface I_C_TaxBase
/** Load Meta Data */ /** 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 */ /** Column name Base */
public static final String COLUMNNAME_Base = "Base"; public static final String COLUMNNAME_Base = "Base";
@ -73,10 +73,10 @@ public interface I_C_TaxBase
/** Column name C_TaxBase_ID */ /** Column name C_TaxBase_ID */
public static final String COLUMNNAME_C_TaxBase_ID = "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); public void setC_TaxBase_ID (int C_TaxBase_ID);
/** Get C_TaxBase_ID */ /** Get Tax Base */
public int getC_TaxBase_ID(); public int getC_TaxBase_ID();
/** Column name Description */ /** Column name Description */

View File

@ -1,35 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software; * This program is free software;
you can redistribute it and/or * you can redistribute it and/or modify it *
* modify it under the terms of the GNU General Public License * * under the terms version 2 of the GNU General Public License as published *
* as published by the Free Software Foundation; * by the Free Software Foundation. This program is distributed in the hope *
either version 2 * * that it will be useful, but WITHOUT ANY WARRANTY;
* of the License, or (at your option) any later version. * without even the implied *
* * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* This program is distributed in the hope that it will be useful, * * See the GNU General Public License for more details. *
* but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along *
without even the implied warranty of * * with this program;
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * if not, write to the Free Software Foundation, Inc., *
* GNU General Public License for more details. * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* * * For the text or an alternative of this public license, you may reach us *
* You should have received a copy of the GNU General Public License * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* along with this program; * or via info@compiere.org or http://www.compiere.org/license.html *
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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -38,8 +25,8 @@ import org.compiere.model.*;
import org.compiere.util.KeyNamePair; import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxDefinition /** Generated Interface for C_TaxDefinition
* @author Trifon Trifonov (generated) * @author Adempiere (generated)
* @version Release 3.5.0 * @version Release 3.5.3a
*/ */
public interface I_C_TaxDefinition public interface I_C_TaxDefinition
{ {
@ -58,6 +45,19 @@ public interface I_C_TaxDefinition
/** Load Meta Data */ /** 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 */ /** Column name AD_OrgType_ID */
public static final String COLUMNNAME_AD_OrgType_ID = "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 int getAD_OrgType_ID();
public I_AD_OrgType getAD_OrgType() throws Exception; public I_AD_OrgType getAD_OrgType() 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 Exception;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_TaxBase_ID */
public static final String COLUMNNAME_C_TaxBase_ID = "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); public void setC_TaxBase_ID (int C_TaxBase_ID);
/** Get C_TaxBase_ID */ /** Get Tax Base */
public int getC_TaxBase_ID(); 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 */ /** Column name C_TaxCategory_ID */
public static final String COLUMNNAME_C_TaxCategory_ID = "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 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 */ /** Column name C_TaxDefinition_ID */
public static final String COLUMNNAME_C_TaxDefinition_ID = "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); public void setC_TaxDefinition_ID (int C_TaxDefinition_ID);
/** Get C_TaxDefinition_ID */ /** Get Tax Definition */
public int getC_TaxDefinition_ID(); public int getC_TaxDefinition_ID();
/** Column name C_TaxGroup_ID */ /** Column name C_TaxGroup_ID */
@ -147,18 +147,7 @@ public interface I_C_TaxDefinition
/** Get Tax Group */ /** Get Tax Group */
public int getC_TaxGroup_ID(); public int getC_TaxGroup_ID();
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws Exception; public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException;
/** 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;
/** Column name C_Tax_ID */ /** Column name C_Tax_ID */
public static final String COLUMNNAME_C_Tax_ID = "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 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -214,36 +214,6 @@ public interface I_C_TaxDefinition
*/ */
public boolean isInvoiced(); public boolean isInvoiced();
/** Column name M_Product_Category_ID */
public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID";
/** Set Product Category.
* Category of a Product
*/
public void setM_Product_Category_ID (int M_Product_Category_ID);
/** Get Product Category.
* Category of a Product
*/
public int getM_Product_Category_ID();
public I_M_Product_Category getM_Product_Category() throws Exception;
/** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
/** Set Product.
* Product, Service, Item
*/
public void setM_Product_ID (int M_Product_ID);
/** Get Product.
* Product, Service, Item
*/
public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception;
/** Column name MaxTaxable */ /** Column name MaxTaxable */
public static final String COLUMNNAME_MaxTaxable = "MaxTaxable"; public static final String COLUMNNAME_MaxTaxable = "MaxTaxable";
@ -262,6 +232,36 @@ public interface I_C_TaxDefinition
/** Get Min Taxable */ /** Get Min Taxable */
public int getMinTaxable(); public int getMinTaxable();
/** Column name M_Product_Category_ID */
public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID";
/** Set Product Category.
* Category of a Product
*/
public void setM_Product_Category_ID (int M_Product_Category_ID);
/** Get Product Category.
* Category of a Product
*/
public int getM_Product_Category_ID();
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";
/** Set Product.
* Product, Service, Item
*/
public void setM_Product_ID (int M_Product_ID);
/** Get Product.
* Product, Service, Item
*/
public int getM_Product_ID();
public I_M_Product getM_Product() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,35 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software; * This program is free software;
you can redistribute it and/or * you can redistribute it and/or modify it *
* modify it under the terms of the GNU General Public License * * under the terms version 2 of the GNU General Public License as published *
* as published by the Free Software Foundation; * by the Free Software Foundation. This program is distributed in the hope *
either version 2 * * that it will be useful, but WITHOUT ANY WARRANTY;
* of the License, or (at your option) any later version. * without even the implied *
* * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* This program is distributed in the hope that it will be useful, * * See the GNU General Public License for more details. *
* but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along *
without even the implied warranty of * * with this program;
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * if not, write to the Free Software Foundation, Inc., *
* GNU General Public License for more details. * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* * * For the text or an alternative of this public license, you may reach us *
* You should have received a copy of the GNU General Public License * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* along with this program; * or via info@compiere.org or http://www.compiere.org/license.html *
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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -37,8 +24,8 @@ import org.compiere.model.*;
import org.compiere.util.KeyNamePair; import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxGroup /** Generated Interface for C_TaxGroup
* @author Trifon Trifonov (generated) * @author Adempiere (generated)
* @version Release 3.5.0 * @version Release 3.5.3a
*/ */
public interface I_C_TaxGroup public interface I_C_TaxGroup
{ {
@ -57,6 +44,19 @@ public interface I_C_TaxGroup
/** Load Meta Data */ /** 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 */ /** Column name C_TaxGroup_ID */
public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID";

View File

@ -1,35 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software; * This program is free software;
you can redistribute it and/or * you can redistribute it and/or modify it *
* modify it under the terms of the GNU General Public License * * under the terms version 2 of the GNU General Public License as published *
* as published by the Free Software Foundation; * by the Free Software Foundation. This program is distributed in the hope *
either version 2 * * that it will be useful, but WITHOUT ANY WARRANTY;
* of the License, or (at your option) any later version. * without even the implied *
* * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* This program is distributed in the hope that it will be useful, * * See the GNU General Public License for more details. *
* but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along *
without even the implied warranty of * * with this program;
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * if not, write to the Free Software Foundation, Inc., *
* GNU General Public License for more details. * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* * * For the text or an alternative of this public license, you may reach us *
* You should have received a copy of the GNU General Public License * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* along with this program; * or via info@compiere.org or http://www.compiere.org/license.html *
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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -37,8 +24,8 @@ import org.compiere.model.*;
import org.compiere.util.KeyNamePair; import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxType /** Generated Interface for C_TaxType
* @author Trifon Trifonov (generated) * @author Adempiere (generated)
* @version Release 3.5.0 * @version Release 3.5.3a
*/ */
public interface I_C_TaxType public interface I_C_TaxType
{ {
@ -57,13 +44,26 @@ public interface I_C_TaxType
/** Load Meta Data */ /** 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 */ /** Column name C_TaxType_ID */
public static final String COLUMNNAME_C_TaxType_ID = "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); public void setC_TaxType_ID (int C_TaxType_ID);
/** Get C_TaxType_ID */ /** Get Tax Type */
public int getC_TaxType_ID(); public int getC_TaxType_ID();
/** Column name Description */ /** Column name Description */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_NetworkDistribution /** Generated Interface for DD_NetworkDistribution
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_DD_NetworkDistribution public interface I_DD_NetworkDistribution
{ {
@ -54,6 +45,19 @@ public interface I_DD_NetworkDistribution
/** Load Meta Data */ /** 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 */ /** Column name CopyFrom */
public static final String COLUMNNAME_CopyFrom = "CopyFrom"; public static final String COLUMNNAME_CopyFrom = "CopyFrom";
@ -128,7 +132,7 @@ public interface I_DD_NetworkDistribution
*/ */
public int getM_ChangeNotice_ID(); public int getM_ChangeNotice_ID();
public I_M_ChangeNotice getM_ChangeNotice() throws Exception; public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_NetworkDistributionLine /** Generated Interface for DD_NetworkDistributionLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_DD_NetworkDistributionLine public interface I_DD_NetworkDistributionLine
{ {
@ -54,6 +45,19 @@ public interface I_DD_NetworkDistributionLine
/** Load Meta Data */ /** 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 */ /** Column name DD_NetworkDistribution_ID */
public static final String COLUMNNAME_DD_NetworkDistribution_ID = "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 */ /** Get Network Distribution */
public int getDD_NetworkDistribution_ID(); 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 */ /** Column name DD_NetworkDistributionLine_ID */
public static final String COLUMNNAME_DD_NetworkDistributionLine_ID = "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); public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID);
/** Get DD_NetworkDistributionLine_ID */ /** Get Network Distribution Line */
public int getDD_NetworkDistributionLine_ID(); public int getDD_NetworkDistributionLine_ID();
/** Column name M_Shipper_ID */ /** Column name M_Shipper_ID */
@ -87,7 +91,7 @@ public interface I_DD_NetworkDistributionLine
*/ */
public int getM_Shipper_ID(); 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 */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_Order /** Generated Interface for DD_Order
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_DD_Order public interface I_DD_Order
{ {
@ -54,6 +45,19 @@ public interface I_DD_Order
/** Load Meta Data */ /** 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 */ /** Column name AD_OrgTrx_ID */
public static final String COLUMNNAME_AD_OrgTrx_ID = "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 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 */ /** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "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 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_BPartner_Location_ID */
public static final String COLUMNNAME_C_BPartner_Location_ID = "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 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 */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "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 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 */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "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 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 */ /** Column name C_Invoice_ID */
public static final String COLUMNNAME_C_Invoice_ID = "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 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 */ /** Column name C_Order_ID */
public static final String COLUMNNAME_C_Order_ID = "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 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 */ /** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "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 int getC_Project_ID();
public I_C_Project getC_Project() throws Exception; public I_C_Project getC_Project() throws RuntimeException;
/** Column name ChargeAmt */
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
/** Set Charge amount.
* Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt);
/** Get Charge amount.
* Charge Amount
*/
public BigDecimal getChargeAmt();
/** Column name CreateConfirm */ /** Column name CreateConfirm */
public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; public static final String COLUMNNAME_CreateConfirm = "CreateConfirm";
@ -259,15 +263,6 @@ public interface I_DD_Order
/** Get Create Package */ /** Get Create Package */
public String getCreatePackage(); 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 */ /** Column name DateOrdered */
public static final String COLUMNNAME_DateOrdered = "DateOrdered"; public static final String COLUMNNAME_DateOrdered = "DateOrdered";
@ -320,6 +315,15 @@ public interface I_DD_Order
*/ */
public Timestamp getDateReceived(); 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 */ /** Column name DeliveryRule */
public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; public static final String COLUMNNAME_DeliveryRule = "DeliveryRule";
@ -511,6 +515,15 @@ public interface I_DD_Order
*/ */
public boolean isPrinted(); 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 */ /** Column name IsSOTrx */
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
@ -524,15 +537,6 @@ public interface I_DD_Order
*/ */
public boolean isSOTrx(); 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 */ /** Column name M_Shipper_ID */
public static final String COLUMNNAME_M_Shipper_ID = "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 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 */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "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 int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse() throws Exception; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name NoPackages */ /** Column name NoPackages */
public static final String COLUMNNAME_NoPackages = "NoPackages"; public static final String COLUMNNAME_NoPackages = "NoPackages";
@ -576,19 +580,6 @@ public interface I_DD_Order
*/ */
public int getNoPackages(); 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 */ /** Column name PickDate */
public static final String COLUMNNAME_PickDate = "PickDate"; public static final String COLUMNNAME_PickDate = "PickDate";
@ -602,6 +593,19 @@ public interface I_DD_Order
*/ */
public Timestamp getPickDate(); 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 */ /** Column name Posted */
public static final String COLUMNNAME_Posted = "Posted"; public static final String COLUMNNAME_Posted = "Posted";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_OrderLine /** Generated Interface for DD_OrderLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_DD_OrderLine public interface I_DD_OrderLine
{ {
@ -54,6 +45,19 @@ public interface I_DD_OrderLine
/** Load Meta Data */ /** 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 */ /** Column name AD_OrgTrx_ID */
public static final String COLUMNNAME_AD_OrgTrx_ID = "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 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 */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "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 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 */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "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 int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
/** Set Project.
* Financial Project
*/
public void setC_Project_ID (int C_Project_ID);
/** Get Project.
* Financial Project
*/
public int getC_Project_ID();
public 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;
/** Column name ConfirmedQty */ /** Column name ConfirmedQty */
public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty";
@ -155,25 +129,35 @@ public interface I_DD_OrderLine
*/ */
public BigDecimal getConfirmedQty(); public BigDecimal getConfirmedQty();
/** Column name DD_OrderLine_ID */ /** Column name C_Project_ID */
public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
/** Set Distribution Order Line */ /** Set Project.
public void setDD_OrderLine_ID (int DD_OrderLine_ID); * Financial Project
*/
public void setC_Project_ID (int C_Project_ID);
/** Get Distribution Order Line */ /** Get Project.
public int getDD_OrderLine_ID(); * Financial Project
*/
public int getC_Project_ID();
/** Column name DD_Order_ID */ public I_C_Project getC_Project() throws RuntimeException;
public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID";
/** Set Distribution Order */ /** Column name C_UOM_ID */
public void setDD_Order_ID (int DD_Order_ID); public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID";
/** Get Distribution Order */ /** Set UOM.
public int getDD_Order_ID(); * 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 */ /** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered"; public static final String COLUMNNAME_DateDelivered = "DateDelivered";
@ -214,6 +198,26 @@ public interface I_DD_OrderLine
*/ */
public Timestamp getDatePromised(); 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -292,19 +296,6 @@ public interface I_DD_OrderLine
*/ */
public BigDecimal getLineNetAmt(); 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 */ /** Column name M_AttributeSetInstance_ID */
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "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(); public int getM_AttributeSetInstance_ID();
/** Column name M_LocatorTo_ID */ /** Column name M_AttributeSetInstanceTo_ID */
public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID";
/** Set Locator To. /** Set Attribute Set Instance To.
* Location inventory is moved 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. /** Get Attribute Set Instance To.
* Location inventory is moved to * Target Product Attribute Set Instance
*/ */
public int getM_LocatorTo_ID(); public int getM_AttributeSetInstanceTo_ID();
/** Column name M_Locator_ID */ /** Column name M_Locator_ID */
public static final String COLUMNNAME_M_Locator_ID = "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 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for EXP_Format /** Generated Interface for EXP_Format
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_EXP_Format public interface I_EXP_Format
{ {
@ -53,6 +44,19 @@ public interface I_EXP_Format
/** Load Meta Data */ /** 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 */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "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 int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -84,10 +88,10 @@ public interface I_EXP_Format
/** Column name EXP_Format_ID */ /** Column name EXP_Format_ID */
public static final String COLUMNNAME_EXP_Format_ID = "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); public void setEXP_Format_ID (int EXP_Format_ID);
/** Get Export Format ID */ /** Get Export Format */
public int getEXP_Format_ID(); public int getEXP_Format_ID();
/** Column name Help */ /** Column name Help */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for EXP_FormatLine /** Generated Interface for EXP_FormatLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_EXP_FormatLine public interface I_EXP_FormatLine
{ {
@ -66,7 +57,20 @@ public interface I_EXP_FormatLine
*/ */
public int getAD_Column_ID(); 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 */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "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 */ /** Column name EXP_EmbeddedFormat_ID */
public static final String COLUMNNAME_EXP_EmbeddedFormat_ID = "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); public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID);
/** Get EXP_EmbeddedFormat_ID */ /** Get Embedded Format */
public int getEXP_EmbeddedFormat_ID(); public int getEXP_EmbeddedFormat_ID();
/** Column name EXP_Format_ID */ /** Column name EXP_Format_ID */
public static final String COLUMNNAME_EXP_Format_ID = "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); public void setEXP_Format_ID (int EXP_Format_ID);
/** Get Export Format ID */ /** Get Export Format */
public int getEXP_Format_ID(); 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 */ /** Column name EXP_FormatLine_ID */
public static final String COLUMNNAME_EXP_FormatLine_ID = "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); public void setEXP_FormatLine_ID (int EXP_FormatLine_ID);
/** Get EXP_FormatLine_ID */ /** Get Format Line */
public int getEXP_FormatLine_ID(); public int getEXP_FormatLine_ID();
/** Column name Help */ /** Column name Help */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for EXP_Processor /** Generated Interface for EXP_Processor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_EXP_Processor public interface I_EXP_Processor
{ {
@ -62,6 +53,19 @@ public interface I_EXP_Processor
/** Get Account */ /** Get Account */
public String getAccount(); 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -78,22 +82,22 @@ public interface I_EXP_Processor
/** Column name EXP_Processor_ID */ /** Column name EXP_Processor_ID */
public static final String COLUMNNAME_EXP_Processor_ID = "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); public void setEXP_Processor_ID (int EXP_Processor_ID);
/** Get EXP_Processor_ID */ /** Get Export Processor */
public int getEXP_Processor_ID(); public int getEXP_Processor_ID();
/** Column name EXP_Processor_Type_ID */ /** Column name EXP_Processor_Type_ID */
public static final String COLUMNNAME_EXP_Processor_Type_ID = "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); 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 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 */ /** Column name Help */
public static final String COLUMNNAME_Help = "Help"; public static final String COLUMNNAME_Help = "Help";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for EXP_ProcessorParameter /** Generated Interface for EXP_ProcessorParameter
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_EXP_ProcessorParameter public interface I_EXP_ProcessorParameter
{ {
@ -53,6 +44,19 @@ public interface I_EXP_ProcessorParameter
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -69,21 +73,21 @@ public interface I_EXP_ProcessorParameter
/** Column name EXP_Processor_ID */ /** Column name EXP_Processor_ID */
public static final String COLUMNNAME_EXP_Processor_ID = "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); public void setEXP_Processor_ID (int EXP_Processor_ID);
/** Get EXP_Processor_ID */ /** Get Export Processor */
public int getEXP_Processor_ID(); 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 */ /** Column name EXP_ProcessorParameter_ID */
public static final String COLUMNNAME_EXP_ProcessorParameter_ID = "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); public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID);
/** Get EXP_ProcessorParameter_ID */ /** Get Processor Parameter */
public int getEXP_ProcessorParameter_ID(); public int getEXP_ProcessorParameter_ID();
/** Column name Help */ /** Column name Help */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for EXP_Processor_Type /** Generated Interface for EXP_Processor_Type
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_EXP_Processor_Type public interface I_EXP_Processor_Type
{ {
@ -53,6 +44,19 @@ public interface I_EXP_Processor_Type
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -69,10 +73,10 @@ public interface I_EXP_Processor_Type
/** Column name EXP_Processor_Type_ID */ /** Column name EXP_Processor_Type_ID */
public static final String COLUMNNAME_EXP_Processor_Type_ID = "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); 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 int getEXP_Processor_Type_ID();
/** Column name Help */ /** Column name Help */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Attribute /** Generated Interface for HR_Attribute
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Attribute public interface I_HR_Attribute
{ {
@ -54,6 +45,19 @@ public interface I_HR_Attribute
/** Load Meta Data */ /** 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 */ /** Column name AD_Rule_ID */
public static final String COLUMNNAME_AD_Rule_ID = "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 */ /** Get Rule */
public int getAD_Rule_ID(); public int getAD_Rule_ID();
public I_AD_Rule getAD_Rule() throws Exception; public I_AD_Rule getAD_Rule() throws RuntimeException;
/** Column name Amount */ /** Column name Amount */
public static final String COLUMNNAME_Amount = "Amount"; public static final String COLUMNNAME_Amount = "Amount";
@ -91,7 +95,7 @@ public interface I_HR_Attribute
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name ColumnType */ /** Column name ColumnType */
public static final String COLUMNNAME_ColumnType = "ColumnType"; public static final String COLUMNNAME_ColumnType = "ColumnType";
@ -118,14 +122,10 @@ public interface I_HR_Attribute
/** Column name HR_Attribute_Acct */ /** Column name HR_Attribute_Acct */
public static final String COLUMNNAME_HR_Attribute_Acct = "HR_Attribute_Acct"; public static final String COLUMNNAME_HR_Attribute_Acct = "HR_Attribute_Acct";
/** Set Account Payroll Employee Attribute. /** Set Payroll Attribute Account */
* Account for Employee Attribute
*/
public void setHR_Attribute_Acct (int HR_Attribute_Acct); public void setHR_Attribute_Acct (int HR_Attribute_Acct);
/** Get Account Payroll Employee Attribute. /** Get Payroll Attribute Account */
* Account for Employee Attribute
*/
public int getHR_Attribute_Acct(); public int getHR_Attribute_Acct();
/** Column name HR_Attribute_ID */ /** Column name HR_Attribute_ID */
@ -140,46 +140,46 @@ public interface I_HR_Attribute
/** Column name HR_Concept_ID */ /** Column name HR_Concept_ID */
public static final String COLUMNNAME_HR_Concept_ID = "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); public void setHR_Concept_ID (int HR_Concept_ID);
/** Get Concept */ /** Get Payroll Concept */
public int getHR_Concept_ID(); 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 */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Employee_ID */
public static final String COLUMNNAME_HR_Employee_ID = "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); public void setHR_Employee_ID (int HR_Employee_ID);
/** Get Employee */ /** Get Payroll Employee */
public int getHR_Employee_ID(); 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 */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name IsPrinted */
public static final String COLUMNNAME_IsPrinted = "IsPrinted"; public static final String COLUMNNAME_IsPrinted = "IsPrinted";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept /** Generated Interface for HR_Concept
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Concept public interface I_HR_Concept
{ {
@ -67,6 +58,19 @@ public interface I_HR_Concept
*/ */
public String getAccountSign(); 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 */ /** Column name ColumnType */
public static final String COLUMNNAME_ColumnType = "ColumnType"; public static final String COLUMNNAME_ColumnType = "ColumnType";
@ -98,38 +102,38 @@ public interface I_HR_Concept
/** Get Payroll Concept Category */ /** Get Payroll Concept Category */
public int getHR_Concept_Category_ID(); 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 */ /** Column name HR_Concept_ID */
public static final String COLUMNNAME_HR_Concept_ID = "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); public void setHR_Concept_ID (int HR_Concept_ID);
/** Get Concept */ /** Get Payroll Concept */
public int getHR_Concept_ID(); public int getHR_Concept_ID();
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault"; public static final String COLUMNNAME_IsDefault = "IsDefault";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept_Acct /** Generated Interface for HR_Concept_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Concept_Acct public interface I_HR_Concept_Acct
{ {
@ -53,6 +44,19 @@ public interface I_HR_Concept_Acct
/** Load Meta Data */ /** 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 */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "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 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 */ /** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "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 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 */ /** Column name HR_Concept_Acct_ID */
public static final String COLUMNNAME_HR_Concept_Acct_ID = "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); 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(); public int getHR_Concept_Acct_ID();
/** Column name HR_Concept_ID */ /** Column name HR_Concept_ID */
public static final String COLUMNNAME_HR_Concept_ID = "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); public void setHR_Concept_ID (int HR_Concept_ID);
/** Get Concept */ /** Get Payroll Concept */
public int getHR_Concept_ID(); 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 */ /** Column name HR_Expense_Acct */
public static final String COLUMNNAME_HR_Expense_Acct = "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); public void setHR_Expense_Acct (int HR_Expense_Acct);
/** Get HR_Expense_Acct */ /** Get Payroll Expense Account */
public int getHR_Expense_Acct(); public int getHR_Expense_Acct();
/** Column name HR_Revenue_Acct */ /** Column name HR_Revenue_Acct */
public static final String COLUMNNAME_HR_Revenue_Acct = "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); public void setHR_Revenue_Acct (int HR_Revenue_Acct);
/** Get HR_Revenue_Acct */ /** Get Payroll Revenue Account */
public int getHR_Revenue_Acct(); public int getHR_Revenue_Acct();
/** Column name IsBalancing */ /** Column name IsBalancing */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept_Category /** Generated Interface for HR_Concept_Category
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Concept_Category public interface I_HR_Concept_Category
{ {
@ -53,6 +44,19 @@ public interface I_HR_Concept_Category
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -69,10 +73,10 @@ public interface I_HR_Concept_Category
/** Column name HR_Concept_Acct */ /** Column name HR_Concept_Acct */
public static final String COLUMNNAME_HR_Concept_Acct = "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); public void setHR_Concept_Acct (int HR_Concept_Acct);
/** Get HR_Concept_Acct */ /** Get Payroll Concept Account */
public int getHR_Concept_Acct(); public int getHR_Concept_Acct();
/** Column name HR_Concept_Category_ID */ /** Column name HR_Concept_Category_ID */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Contract /** Generated Interface for HR_Contract
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Contract public interface I_HR_Contract
{ {
@ -54,6 +45,19 @@ public interface I_HR_Contract
/** Load Meta Data */ /** 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "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 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 */ /** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "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 int getC_Project_ID();
public I_C_Project getC_Project() throws Exception; public I_C_Project getC_Project() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Department /** Generated Interface for HR_Department
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Department public interface I_HR_Department
{ {
@ -53,6 +44,19 @@ public interface I_HR_Department
/** Load Meta Data */ /** 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 */ /** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "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 int getC_Activity_ID();
public I_C_Activity getC_Activity() throws Exception; public I_C_Activity getC_Activity() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -84,10 +88,10 @@ public interface I_HR_Department
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); public int getHR_Department_ID();
/** Column name Name */ /** Column name Name */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Employee /** Generated Interface for HR_Employee
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Employee public interface I_HR_Employee
{ {
@ -54,6 +45,19 @@ public interface I_HR_Employee
/** Load Meta Data */ /** 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 */ /** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "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 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name Code */ /** Column name Code */
public static final String COLUMNNAME_Code = "Code"; public static final String COLUMNNAME_Code = "Code";
@ -113,33 +117,33 @@ public interface I_HR_Employee
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Employee_ID */
public static final String COLUMNNAME_HR_Employee_ID = "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); public void setHR_Employee_ID (int HR_Employee_ID);
/** Get Employee */ /** Get Payroll Employee */
public int getHR_Employee_ID(); public int getHR_Employee_ID();
/** Column name HR_Job_ID */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name ImageURL */
public static final String COLUMNNAME_ImageURL = "ImageURL"; public static final String COLUMNNAME_ImageURL = "ImageURL";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Job /** Generated Interface for HR_Job
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Job public interface I_HR_Job
{ {
@ -53,6 +44,19 @@ public interface I_HR_Job
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -69,21 +73,21 @@ public interface I_HR_Job
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); public int getHR_Job_ID();
/** Column name IsParent */ /** Column name IsParent */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_List /** Generated Interface for HR_List
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_List public interface I_HR_List
{ {
@ -54,6 +45,19 @@ public interface I_HR_List
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -70,24 +74,24 @@ public interface I_HR_List
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Employee_ID */
public static final String COLUMNNAME_HR_Employee_ID = "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); public void setHR_Employee_ID (int HR_Employee_ID);
/** Get Employee */ /** Get Payroll Employee */
public int getHR_Employee_ID(); 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 */ /** Column name HR_List_ID */
public static final String COLUMNNAME_HR_List_ID = "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 */ /** Get Payroll List Type */
public int getHR_ListType_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name IsEmployee */
public static final String COLUMNNAME_IsEmployee = "IsEmployee"; public static final String COLUMNNAME_IsEmployee = "IsEmployee";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListLine /** Generated Interface for HR_ListLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_ListLine public interface I_HR_ListLine
{ {
@ -53,6 +44,19 @@ public interface I_HR_ListLine
/** Load Meta Data */ /** 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 */ /** Column name Col_1 */
public static final String COLUMNNAME_Col_1 = "Col_1"; public static final String COLUMNNAME_Col_1 = "Col_1";
@ -143,7 +147,7 @@ public interface I_HR_ListLine
/** Get Payroll List Version */ /** Get Payroll List Version */
public int getHR_ListVersion_ID(); 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 */ /** Column name MaxValue */
public static final String COLUMNNAME_MaxValue = "MaxValue"; public static final String COLUMNNAME_MaxValue = "MaxValue";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListType /** Generated Interface for HR_ListType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_ListType public interface I_HR_ListType
{ {
@ -53,6 +44,19 @@ public interface I_HR_ListType
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListVersion /** Generated Interface for HR_ListVersion
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_ListVersion public interface I_HR_ListVersion
{ {
@ -54,6 +45,19 @@ public interface I_HR_ListVersion
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -85,7 +89,7 @@ public interface I_HR_ListVersion
/** Get Payroll List */ /** Get Payroll List */
public int getHR_List_ID(); 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 */ /** Column name HR_ListVersion_ID */
public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID"; public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Movement /** Generated Interface for HR_Movement
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Movement public interface I_HR_Movement
{ {
@ -54,6 +45,19 @@ public interface I_HR_Movement
/** Load Meta Data */ /** 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 */ /** Column name AD_OrgTrx_ID */
public static final String COLUMNNAME_AD_OrgTrx_ID = "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 */ /** Get Rule */
public int getAD_Rule_ID(); public int getAD_Rule_ID();
public I_AD_Rule getAD_Rule() throws Exception; public I_AD_Rule getAD_Rule() throws RuntimeException;
/** Column name Amount */ /** Column name Amount */
public static final String COLUMNNAME_Amount = "Amount"; public static final String COLUMNNAME_Amount = "Amount";
@ -104,7 +108,7 @@ public interface I_HR_Movement
*/ */
public int getC_Activity_ID(); 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "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 int getC_Campaign_ID();
public I_C_Campaign getC_Campaign() throws Exception; public I_C_Campaign getC_Campaign() throws RuntimeException;
/** Column name ColumnType */ /** Column name ColumnType */
public static final String COLUMNNAME_ColumnType = "ColumnType"; public static final String COLUMNNAME_ColumnType = "ColumnType";
@ -158,7 +162,7 @@ public interface I_HR_Movement
*/ */
public int getC_Project_ID(); 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 */ /** Column name C_ProjectPhase_ID */
public static final String COLUMNNAME_C_ProjectPhase_ID = "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 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 */ /** Column name C_ProjectTask_ID */
public static final String COLUMNNAME_C_ProjectTask_ID = "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 int getC_ProjectTask_ID();
public I_C_ProjectTask getC_ProjectTask() throws Exception; public I_C_ProjectTask getC_ProjectTask() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -212,40 +216,40 @@ public interface I_HR_Movement
/** Get Payroll Concept Category */ /** Get Payroll Concept Category */
public int getHR_Concept_Category_ID(); 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 */ /** Column name HR_Concept_ID */
public static final String COLUMNNAME_HR_Concept_ID = "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); public void setHR_Concept_ID (int HR_Concept_ID);
/** Get Concept */ /** Get Payroll Concept */
public int getHR_Concept_ID(); 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 */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); 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 */ /** Column name HR_Movement_ID */
public static final String COLUMNNAME_HR_Movement_ID = "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 */ /** Get Payroll Process */
public int getHR_Process_ID(); 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 */ /** Column name IsPrinted */
public static final String COLUMNNAME_IsPrinted = "IsPrinted"; public static final String COLUMNNAME_IsPrinted = "IsPrinted";
@ -302,7 +306,7 @@ public interface I_HR_Movement
/** Get Manufacturing Order Activity */ /** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID(); 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 */ /** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed"; public static final String COLUMNNAME_Processed = "Processed";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Payroll /** Generated Interface for HR_Payroll
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Payroll public interface I_HR_Payroll
{ {
@ -53,6 +44,19 @@ public interface I_HR_Payroll
/** Load Meta Data */ /** 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 */ /** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "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 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 */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "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 int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -105,7 +109,7 @@ public interface I_HR_Payroll
/** Get Payroll Contract */ /** Get Payroll Contract */
public int getHR_Contract_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_PayrollConcept /** Generated Interface for HR_PayrollConcept
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_PayrollConcept public interface I_HR_PayrollConcept
{ {
@ -53,6 +44,19 @@ public interface I_HR_PayrollConcept
/** Load Meta Data */ /** 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 */ /** Column name AD_Rule_ID */
public static final String COLUMNNAME_AD_Rule_ID = "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 */ /** Get Rule */
public int getAD_Rule_ID(); 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 */ /** Column name HR_Concept_ID */
public static final String COLUMNNAME_HR_Concept_ID = "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); public void setHR_Concept_ID (int HR_Concept_ID);
/** Get Concept */ /** Get Payroll Concept */
public int getHR_Concept_ID(); 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 */ /** Column name HR_PayrollConcept_ID */
public static final String COLUMNNAME_HR_PayrollConcept_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name IsDisplayed */
public static final String COLUMNNAME_IsDisplayed = "IsDisplayed"; public static final String COLUMNNAME_IsDisplayed = "IsDisplayed";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Period /** Generated Interface for HR_Period
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Period public interface I_HR_Period
{ {
@ -54,6 +45,19 @@ public interface I_HR_Period
/** Load Meta Data */ /** 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 */ /** Column name C_Period_ID */
public static final String COLUMNNAME_C_Period_ID = "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 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 */ /** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "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 int getC_Year_ID();
public I_C_Year getC_Year() throws Exception; public I_C_Year getC_Year() throws RuntimeException;
/** Column name DateAcct */ /** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct"; public static final String COLUMNNAME_DateAcct = "DateAcct";
@ -132,7 +136,7 @@ public interface I_HR_Period
/** Get Payroll */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name HR_Period_ID */
public static final String COLUMNNAME_HR_Period_ID = "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 */ /** Get Payroll Year */
public int getHR_Year_ID(); 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 */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Process /** Generated Interface for HR_Process
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Process public interface I_HR_Process
{ {
@ -54,6 +45,19 @@ public interface I_HR_Process
/** Load Meta Data */ /** 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 */ /** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "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 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "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 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 */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "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 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 */ /** Column name C_DocTypeTarget_ID */
public static final String COLUMNNAME_C_DocTypeTarget_ID = "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 int getC_PaySelection_ID();
public I_C_PaySelection getC_PaySelection() throws Exception; public I_C_PaySelection getC_PaySelection() throws RuntimeException;
/** Column name DateAcct */ /** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct"; public static final String COLUMNNAME_DateAcct = "DateAcct";
@ -225,35 +229,35 @@ public interface I_HR_Process
/** Column name HR_Department_ID */ /** Column name HR_Department_ID */
public static final String COLUMNNAME_HR_Department_ID = "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); public void setHR_Department_ID (int HR_Department_ID);
/** Get Department */ /** Get Payroll Department */
public int getHR_Department_ID(); 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 */ /** Column name HR_Employee_ID */
public static final String COLUMNNAME_HR_Employee_ID = "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); public void setHR_Employee_ID (int HR_Employee_ID);
/** Get Employee */ /** Get Payroll Employee */
public int getHR_Employee_ID(); 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 */ /** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "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); public void setHR_Job_ID (int HR_Job_ID);
/** Get Job */ /** Get Payroll Job */
public int getHR_Job_ID(); 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name HR_Period_ID */
public static final String COLUMNNAME_HR_Period_ID = "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 */ /** Get Payroll Period */
public int getHR_Period_ID(); 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 */ /** Column name HR_Process_ID */
public static final String COLUMNNAME_HR_Process_ID = "HR_Process_ID"; public static final String COLUMNNAME_HR_Process_ID = "HR_Process_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Year /** Generated Interface for HR_Year
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_HR_Year public interface I_HR_Year
{ {
@ -54,6 +45,19 @@ public interface I_HR_Year
/** Load Meta Data */ /** 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 */ /** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "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 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 */ /** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "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 */ /** Get Payroll */
public int getHR_Payroll_ID(); 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 */ /** Column name HR_Year_ID */
public static final String COLUMNNAME_HR_Year_ID = "HR_Year_ID"; public static final String COLUMNNAME_HR_Year_ID = "HR_Year_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for IMP_Processor /** Generated Interface for IMP_Processor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_IMP_Processor public interface I_IMP_Processor
{ {
@ -63,6 +54,19 @@ public interface I_IMP_Processor
/** Get Account */ /** Get Account */
public String getAccount(); 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 */ /** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun"; public static final String COLUMNNAME_DateLastRun = "DateLastRun";
@ -153,22 +157,22 @@ public interface I_IMP_Processor
/** Column name IMP_Processor_ID */ /** Column name IMP_Processor_ID */
public static final String COLUMNNAME_IMP_Processor_ID = "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); public void setIMP_Processor_ID (int IMP_Processor_ID);
/** Get IMP_Processor_ID */ /** Get Import Processor */
public int getIMP_Processor_ID(); public int getIMP_Processor_ID();
/** Column name IMP_Processor_Type_ID */ /** Column name IMP_Processor_Type_ID */
public static final String COLUMNNAME_IMP_Processor_Type_ID = "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); 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 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 */ /** Column name KeepLogDays */
public static final String COLUMNNAME_KeepLogDays = "KeepLogDays"; public static final String COLUMNNAME_KeepLogDays = "KeepLogDays";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for IMP_ProcessorLog /** Generated Interface for IMP_ProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_IMP_ProcessorLog public interface I_IMP_ProcessorLog
{ {
@ -53,6 +44,19 @@ public interface I_IMP_ProcessorLog
/** Load Meta Data */ /** 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 */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";
@ -95,21 +99,21 @@ public interface I_IMP_ProcessorLog
/** Column name IMP_Processor_ID */ /** Column name IMP_Processor_ID */
public static final String COLUMNNAME_IMP_Processor_ID = "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); public void setIMP_Processor_ID (int IMP_Processor_ID);
/** Get IMP_Processor_ID */ /** Get Import Processor */
public int getIMP_Processor_ID(); 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 */ /** Column name IMP_ProcessorLog_ID */
public static final String COLUMNNAME_IMP_ProcessorLog_ID = "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); public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID);
/** Get IMP_ProcessorLog_ID */ /** Get Import Processor Log */
public int getIMP_ProcessorLog_ID(); public int getIMP_ProcessorLog_ID();
/** Column name IsError */ /** Column name IsError */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for IMP_ProcessorParameter /** Generated Interface for IMP_ProcessorParameter
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_IMP_ProcessorParameter public interface I_IMP_ProcessorParameter
{ {
@ -53,6 +44,19 @@ public interface I_IMP_ProcessorParameter
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -82,21 +86,21 @@ public interface I_IMP_ProcessorParameter
/** Column name IMP_Processor_ID */ /** Column name IMP_Processor_ID */
public static final String COLUMNNAME_IMP_Processor_ID = "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); public void setIMP_Processor_ID (int IMP_Processor_ID);
/** Get IMP_Processor_ID */ /** Get Import Processor */
public int getIMP_Processor_ID(); 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 */ /** Column name IMP_ProcessorParameter_ID */
public static final String COLUMNNAME_IMP_ProcessorParameter_ID = "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); public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID);
/** Get IMP_ProcessorParameter_ID */ /** Get Import Processor Parameter */
public int getIMP_ProcessorParameter_ID(); public int getIMP_ProcessorParameter_ID();
/** Column name Name */ /** Column name Name */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for IMP_Processor_Type /** Generated Interface for IMP_Processor_Type
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_IMP_Processor_Type public interface I_IMP_Processor_Type
{ {
@ -53,6 +44,19 @@ public interface I_IMP_Processor_Type
/** Load Meta Data */ /** 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -82,10 +86,10 @@ public interface I_IMP_Processor_Type
/** Column name IMP_Processor_Type_ID */ /** Column name IMP_Processor_Type_ID */
public static final String COLUMNNAME_IMP_Processor_Type_ID = "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); 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 int getIMP_Processor_Type_ID();
/** Column name JavaClass */ /** Column name JavaClass */

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Cost_Collector /** Generated Interface for PP_Cost_Collector
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Cost_Collector public interface I_PP_Cost_Collector
{ {
@ -45,19 +45,6 @@ public interface I_PP_Cost_Collector
/** Load Meta Data */ /** 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 */ /** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "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(); 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 */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "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; 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 */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "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(); public int getC_DocType_ID();
/** Column name C_Order_ID */ /** Column name C_DocTypeTarget_ID */
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
/** Set Order. /** Set Target Document Type.
* Order * 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. /** Get Target Document Type.
* Order * 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 */ /** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "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; 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 */ /** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct"; public static final String COLUMNNAME_DateAcct = "DateAcct";
@ -305,6 +290,32 @@ public interface I_PP_Cost_Collector
*/ */
public int getM_Locator_ID(); 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name MovementDate */ /** Column name Posted */
public static final String COLUMNNAME_MovementDate = "MovementDate"; public static final String COLUMNNAME_Posted = "Posted";
/** Set Movement Date. /** Set Posted.
* Date a product was moved in or out of inventory * Posting status
*/ */
public void setMovementDate (Timestamp MovementDate); public void setPosted (boolean Posted);
/** Get Movement Date. /** Get Posted.
* Date a product was moved in or out of inventory * Posting status
*/ */
public Timestamp getMovementDate(); public boolean isPosted();
/** 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 PP_Cost_Collector_ID */ /** Column name PP_Cost_Collector_ID */
public static final String COLUMNNAME_PP_Cost_Collector_ID = "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 */ /** Get Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID(); 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 */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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 */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name PP_Order_Node_ID */
public static final String COLUMNNAME_PP_Order_Node_ID = "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 */ /** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID(); 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 */ /** Column name PP_Order_Workflow_ID */
public static final String COLUMNNAME_PP_Order_Workflow_ID = "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; 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 */ /** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed"; public static final String COLUMNNAME_Processed = "Processed";
@ -471,21 +456,6 @@ public interface I_PP_Cost_Collector
*/ */
public int getReversal_ID(); 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 */ /** Column name ScrappedQty */
public static final String COLUMNNAME_ScrappedQty = "ScrappedQty"; public static final String COLUMNNAME_ScrappedQty = "ScrappedQty";
@ -508,6 +478,21 @@ public interface I_PP_Cost_Collector
/** Get Setup Time Real */ /** Get Setup Time Real */
public BigDecimal getSetupTimeReal(); 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 */ /** Column name User1_ID */
public static final String COLUMNNAME_User1_ID = "User1_ID"; public static final String COLUMNNAME_User1_ID = "User1_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_MRP /** Generated Interface for PP_MRP
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_MRP public interface I_PP_MRP
{ {
@ -54,6 +45,19 @@ public interface I_PP_MRP
/** Load Meta Data */ /** 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 */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "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 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 */ /** Column name C_Order_ID */
public static final String COLUMNNAME_C_Order_ID = "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 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 */ /** Column name C_OrderLine_ID */
public static final String COLUMNNAME_C_OrderLine_ID = "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 int getC_OrderLine_ID();
public I_C_OrderLine getC_OrderLine() throws Exception; public I_C_OrderLine getC_OrderLine() throws RuntimeException;
/** Column name DateConfirm */ /** Column name DateConfirm */
public static final String COLUMNNAME_DateConfirm = "DateConfirm"; public static final String COLUMNNAME_DateConfirm = "DateConfirm";
@ -179,7 +183,7 @@ public interface I_PP_MRP
/** Get Distribution Order */ /** Get Distribution Order */
public int getDD_Order_ID(); 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 */ /** Column name DD_OrderLine_ID */
public static final String COLUMNNAME_DD_OrderLine_ID = "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 */ /** Get Distribution Order Line */
public int getDD_OrderLine_ID(); 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -244,7 +248,7 @@ public interface I_PP_MRP
*/ */
public int getM_Forecast_ID(); 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 */ /** Column name M_ForecastLine_ID */
public static final String COLUMNNAME_M_ForecastLine_ID = "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 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 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 */ /** Column name M_Requisition_ID */
public static final String COLUMNNAME_M_Requisition_ID = "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 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 */ /** Column name M_RequisitionLine_ID */
public static final String COLUMNNAME_M_RequisitionLine_ID = "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 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 */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "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 int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse() throws Exception; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";
@ -355,33 +359,33 @@ public interface I_PP_MRP
/** Column name PP_MRP_ID */ /** Column name PP_MRP_ID */
public static final String COLUMNNAME_PP_MRP_ID = "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); public void setPP_MRP_ID (int PP_MRP_ID);
/** Get PP_MRP_ID */ /** Get Material Requirement Planning */
public int getPP_MRP_ID(); public int getPP_MRP_ID();
/** Column name PP_Order_BOMLine_ID */ /** Column name PP_Order_BOMLine_ID */
public static final String COLUMNNAME_PP_Order_BOMLine_ID = "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); 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 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 */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name Priority */
public static final String COLUMNNAME_Priority = "Priority"; public static final String COLUMNNAME_Priority = "Priority";
@ -422,7 +426,7 @@ public interface I_PP_MRP
*/ */
public int getS_Resource_ID(); public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws Exception; public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name TypeMRP */ /** Column name TypeMRP */
public static final String COLUMNNAME_TypeMRP = "TypeMRP"; public static final String COLUMNNAME_TypeMRP = "TypeMRP";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order /** Generated Interface for PP_Order
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order public interface I_PP_Order
{ {
@ -54,6 +45,19 @@ public interface I_PP_Order
/** Load Meta Data */ /** 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 */ /** Column name AD_OrgTrx_ID */
public static final String COLUMNNAME_AD_OrgTrx_ID = "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 int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** Column name Assay */ /** Column name Assay */
public static final String COLUMNNAME_Assay = "Assay"; public static final String COLUMNNAME_Assay = "Assay";
@ -108,7 +112,7 @@ public interface I_PP_Order
*/ */
public int getC_Activity_ID(); 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 */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "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 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 */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "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 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 */ /** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "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 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 */ /** Column name C_UOM_ID */
public static final String COLUMNNAME_C_UOM_ID = "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 int getC_UOM_ID();
public I_C_UOM getC_UOM() throws Exception; public I_C_UOM getC_UOM() throws RuntimeException;
/** Column name DateConfirm */ /** Column name DateConfirm */
public static final String COLUMNNAME_DateConfirm = "DateConfirm"; public static final String COLUMNNAME_DateConfirm = "DateConfirm";
@ -480,8 +484,6 @@ public interface I_PP_Order
*/ */
public int getM_Product_ID(); public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception;
/** Column name M_Warehouse_ID */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "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 int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse() throws Exception; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name OrderType */ /** Column name OrderType */
public static final String COLUMNNAME_OrderType = "OrderType"; public static final String COLUMNNAME_OrderType = "OrderType";
@ -531,10 +533,10 @@ public interface I_PP_Order
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); public int getPP_Order_ID();
/** Column name PP_Product_BOM_ID */ /** Column name PP_Product_BOM_ID */
@ -550,7 +552,7 @@ public interface I_PP_Order
*/ */
public int getPP_Product_BOM_ID(); 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 */ /** Column name PriorityRule */
public static final String COLUMNNAME_PriorityRule = "PriorityRule"; public static final String COLUMNNAME_PriorityRule = "PriorityRule";
@ -669,10 +671,14 @@ public interface I_PP_Order
/** Column name QtyScrap */ /** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap"; public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap */ /** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap); public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap */ /** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap(); public BigDecimal getQtyScrap();
/** Column name ScheduleType */ /** Column name ScheduleType */
@ -714,7 +720,7 @@ public interface I_PP_Order
*/ */
public int getS_Resource_ID(); 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 */ /** Column name User1_ID */
public static final String COLUMNNAME_User1_ID = "User1_ID"; public static final String COLUMNNAME_User1_ID = "User1_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOM /** Generated Interface for PP_Order_BOM
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_BOM public interface I_PP_Order_BOM
{ {
@ -54,6 +45,19 @@ public interface I_PP_Order_BOM
/** Load Meta Data */ /** 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 */ /** Column name BOMType */
public static final String COLUMNNAME_BOMType = "BOMType"; public static final String COLUMNNAME_BOMType = "BOMType";
@ -106,7 +110,7 @@ public interface I_PP_Order_BOM
*/ */
public int getC_UOM_ID(); public int getC_UOM_ID();
public I_C_UOM getC_UOM() throws Exception; public I_C_UOM getC_UOM() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -173,7 +177,7 @@ public interface I_PP_Order_BOM
*/ */
public int getM_ChangeNotice_ID(); 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_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 */ /** Column name PP_Order_BOM_ID */
public static final String COLUMNNAME_PP_Order_BOM_ID = "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); 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 int getPP_Order_BOM_ID();
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing"; public static final String COLUMNNAME_Processing = "Processing";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOMLine /** Generated Interface for PP_Order_BOMLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_BOMLine public interface I_PP_Order_BOMLine
{ {
@ -54,6 +45,19 @@ public interface I_PP_Order_BOMLine
/** Load Meta Data */ /** 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 */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "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 int getC_UOM_ID();
public I_C_UOM getC_UOM() throws Exception; public I_C_UOM getC_UOM() throws RuntimeException;
/** Column name DateDelivered */ /** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered"; public static final String COLUMNNAME_DateDelivered = "DateDelivered";
@ -277,7 +281,7 @@ public interface I_PP_Order_BOMLine
*/ */
public int getM_ChangeNotice_ID(); 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 */ /** Column name M_Locator_ID */
public static final String COLUMNNAME_M_Locator_ID = "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 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 */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "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 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 */ /** Column name PP_Order_BOM_ID */
public static final String COLUMNNAME_PP_Order_BOM_ID = "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); 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 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 */ /** Column name PP_Order_BOMLine_ID */
public static final String COLUMNNAME_PP_Order_BOMLine_ID = "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); 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 int getPP_Order_BOMLine_ID();
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name QtyBatch */
public static final String COLUMNNAME_QtyBatch = "QtyBatch"; public static final String COLUMNNAME_QtyBatch = "QtyBatch";
/** Set Quantity %. /** Set Quantity in %.
* Indicate the Quantity % use in this Formula * Indicate the Quantity % use in this Formula
*/ */
public void setQtyBatch (BigDecimal QtyBatch); public void setQtyBatch (BigDecimal QtyBatch);
/** Get Quantity %. /** Get Quantity in %.
* Indicate the Quantity % use in this Formula * Indicate the Quantity % use in this Formula
*/ */
public BigDecimal getQtyBatch(); public BigDecimal getQtyBatch();
@ -448,22 +452,26 @@ public interface I_PP_Order_BOMLine
/** Column name QtyScrap */ /** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap"; public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap */ /** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap); public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap */ /** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap(); public BigDecimal getQtyScrap();
/** Column name Scrap */ /** Column name Scrap */
public static final String COLUMNNAME_Scrap = "Scrap"; public static final String COLUMNNAME_Scrap = "Scrap";
/** Set Scrap. /** Set % 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); public void setScrap (BigDecimal Scrap);
/** Get Scrap. /** Get % Scrap.
* Indicate the Scrap Quantity that is generate in a manufacturing process * Indicate the % Scrap for calculate the Scrap Quantity
*/ */
public BigDecimal getScrap(); public BigDecimal getScrap();

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOMLineMA /** Generated Interface for PP_Order_BOMLineMA
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_BOMLineMA public interface I_PP_Order_BOMLineMA
{ {
@ -53,6 +44,19 @@ public interface I_PP_Order_BOMLineMA
/** Load Meta Data */ /** 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 */ /** Column name M_AttributeSetInstance_ID */
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "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 */ /** Column name PP_Order_BOMLine_ID */
public static final String COLUMNNAME_PP_Order_BOMLine_ID = "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); 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 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 */ /** Column name PP_Order_BOMLineMA_ID */
public static final String COLUMNNAME_PP_Order_BOMLineMA_ID = "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); 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(); public int getPP_Order_BOMLineMA_ID();
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Cost /** Generated Interface for PP_Order_Cost
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_Cost public interface I_PP_Order_Cost
{ {
@ -53,6 +44,19 @@ public interface I_PP_Order_Cost
/** Load Meta Data */ /** 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 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 */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "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 int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name CostingMethod */ /** Column name CostingMethod */
public static final String COLUMNNAME_CostingMethod = "CostingMethod"; public static final String COLUMNNAME_CostingMethod = "CostingMethod";
@ -156,10 +160,10 @@ public interface I_PP_Order_Cost
/** Column name CurrentCostPriceLL */ /** Column name CurrentCostPriceLL */
public static final String COLUMNNAME_CurrentCostPriceLL = "CurrentCostPriceLL"; public static final String COLUMNNAME_CurrentCostPriceLL = "CurrentCostPriceLL";
/** Set CurrentCostPriceLL */ /** Set Current Cost Price Lower Level */
public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL); public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL);
/** Get CurrentCostPriceLL */ /** Get Current Cost Price Lower Level */
public BigDecimal getCurrentCostPriceLL(); public BigDecimal getCurrentCostPriceLL();
/** Column name CurrentQty */ /** Column name CurrentQty */
@ -201,7 +205,7 @@ public interface I_PP_Order_Cost
*/ */
public int getM_CostElement_ID(); 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 */ /** Column name M_CostType_ID */
public static final String COLUMNNAME_M_CostType_ID = "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 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 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 */ /** Column name PP_Order_Cost_ID */
public static final String COLUMNNAME_PP_Order_Cost_ID = "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); 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(); public int getPP_Order_Cost_ID();
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node /** Generated Interface for PP_Order_Node
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_Node public interface I_PP_Order_Node
{ {
@ -54,6 +45,19 @@ public interface I_PP_Order_Node
/** Load Meta Data */ /** 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 */ /** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "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 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 */ /** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "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 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 */ /** Column name AD_Image_ID */
public static final String COLUMNNAME_AD_Image_ID = "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 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 */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "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 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 */ /** Column name AD_Task_ID */
public static final String COLUMNNAME_AD_Task_ID = "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 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 */ /** Column name AD_WF_Block_ID */
public static final String COLUMNNAME_AD_WF_Block_ID = "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 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 */ /** Column name AD_WF_Node_ID */
public static final String COLUMNNAME_AD_WF_Node_ID = "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 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 */ /** Column name AD_WF_Responsible_ID */
public static final String COLUMNNAME_AD_WF_Responsible_ID = "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 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 */ /** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "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 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** 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 AttributeName */ /** Column name AttributeName */
public static final String COLUMNNAME_AttributeName = "AttributeName"; public static final String COLUMNNAME_AttributeName = "AttributeName";
@ -256,7 +260,7 @@ public interface I_PP_Order_Node
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name Cost */ /** Column name Cost */
public static final String COLUMNNAME_Cost = "Cost"; public static final String COLUMNNAME_Cost = "Cost";
@ -513,13 +517,13 @@ public interface I_PP_Order_Node
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name PP_Order_Node_ID */
public static final String COLUMNNAME_PP_Order_Node_ID = "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 */ /** Column name PP_Order_Workflow_ID */
public static final String COLUMNNAME_PP_Order_Workflow_ID = "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); 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 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 */ /** Column name Priority */
public static final String COLUMNNAME_Priority = "Priority"; public static final String COLUMNNAME_Priority = "Priority";
@ -588,10 +592,14 @@ public interface I_PP_Order_Node
/** Column name QtyScrap */ /** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap"; public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap */ /** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap); public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap */ /** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap(); public BigDecimal getQtyScrap();
/** Column name QueuingTime */ /** Column name QueuingTime */
@ -603,21 +611,6 @@ public interface I_PP_Order_Node
/** Get Queuing Time */ /** Get Queuing Time */
public int getQueuingTime(); 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 */ /** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime"; public static final String COLUMNNAME_SetupTime = "SetupTime";
@ -662,6 +655,21 @@ public interface I_PP_Order_Node
*/ */
public String getSplitElement(); 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 */ /** Column name StartMode */
public static final String COLUMNNAME_StartMode = "StartMode"; public static final String COLUMNNAME_StartMode = "StartMode";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_NodeNext /** Generated Interface for PP_Order_NodeNext
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_NodeNext public interface I_PP_Order_NodeNext
{ {
@ -53,6 +44,19 @@ public interface I_PP_Order_NodeNext
/** Load Meta Data */ /** 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 */ /** Column name AD_WF_Next_ID */
public static final String COLUMNNAME_AD_WF_Next_ID = "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 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 */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -125,32 +129,23 @@ public interface I_PP_Order_NodeNext
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name PP_Order_Next_ID */
public static final String COLUMNNAME_PP_Order_Next_ID = "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); 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(); 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 */ /** Column name PP_Order_Node_ID */
public static final String COLUMNNAME_PP_Order_Node_ID = "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 */ /** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID(); 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 */ /** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo"; public static final String COLUMNNAME_SeqNo = "SeqNo";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_Asset /** Generated Interface for PP_Order_Node_Asset
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_Node_Asset public interface I_PP_Order_Node_Asset
{ {
@ -66,26 +57,39 @@ public interface I_PP_Order_Node_Asset
*/ */
public int getA_Asset_ID(); 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 */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name PP_Order_Node_Asset_ID */
public static final String COLUMNNAME_PP_Order_Node_Asset_ID = "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); 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(); public int getPP_Order_Node_Asset_ID();
/** Column name PP_Order_Node_ID */ /** Column name PP_Order_Node_ID */
@ -97,16 +101,16 @@ public interface I_PP_Order_Node_Asset
/** Get Manufacturing Order Activity */ /** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID(); 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 */ /** Column name PP_Order_Workflow_ID */
public static final String COLUMNNAME_PP_Order_Workflow_ID = "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); 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 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;
} }

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_Product /** Generated Interface for PP_Order_Node_Product
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_Node_Product public interface I_PP_Order_Node_Product
{ {

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Workflow /** Generated Interface for PP_Order_Workflow
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Order_Workflow public interface I_PP_Order_Workflow
{ {
@ -67,6 +58,19 @@ public interface I_PP_Order_Workflow
*/ */
public String getAccessLevel(); 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 */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "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 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 */ /** Column name AD_WF_Node_ID */
public static final String COLUMNNAME_AD_WF_Node_ID = "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 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 */ /** Column name AD_WF_Responsible_ID */
public static final String COLUMNNAME_AD_WF_Responsible_ID = "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 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 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 */ /** Column name AD_WorkflowProcessor_ID */
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "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 int getAD_WorkflowProcessor_ID();
public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws Exception; public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException;
/** Column name Author */ /** Column name Author */
public static final String COLUMNNAME_Author = "Author"; public static final String COLUMNNAME_Author = "Author";
@ -299,13 +303,13 @@ public interface I_PP_Order_Workflow
/** Column name PP_Order_ID */ /** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "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); public void setPP_Order_ID (int PP_Order_ID);
/** Get PP_Order_ID */ /** Get Manufacturing Order */
public int getPP_Order_ID(); 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 */ /** Column name PP_Order_Node_ID */
public static final String COLUMNNAME_PP_Order_Node_ID = "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 */ /** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID(); 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 */ /** Column name PP_Order_Workflow_ID */
public static final String COLUMNNAME_PP_Order_Workflow_ID = "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); 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 int getPP_Order_Workflow_ID();
/** Column name Priority */ /** Column name Priority */
@ -406,7 +410,7 @@ public interface I_PP_Order_Workflow
*/ */
public int getS_Resource_ID(); public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws Exception; public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name ValidateWorkflow */ /** Column name ValidateWorkflow */
public static final String COLUMNNAME_ValidateWorkflow = "ValidateWorkflow"; public static final String COLUMNNAME_ValidateWorkflow = "ValidateWorkflow";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_BOM /** Generated Interface for PP_Product_BOM
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Product_BOM public interface I_PP_Product_BOM
{ {
@ -54,6 +45,19 @@ public interface I_PP_Product_BOM
/** Load Meta Data */ /** 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 */ /** Column name BOMType */
public static final String COLUMNNAME_BOMType = "BOMType"; public static final String COLUMNNAME_BOMType = "BOMType";
@ -106,7 +110,7 @@ public interface I_PP_Product_BOM
*/ */
public int getC_UOM_ID(); public int getC_UOM_ID();
public I_C_UOM getC_UOM() throws Exception; public I_C_UOM getC_UOM() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -173,7 +177,7 @@ public interface I_PP_Product_BOM
*/ */
public int getM_ChangeNotice_ID(); 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_BOMLine /** Generated Interface for PP_Product_BOMLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Product_BOMLine public interface I_PP_Product_BOMLine
{ {
@ -54,6 +45,19 @@ public interface I_PP_Product_BOMLine
/** Load Meta Data */ /** 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 */ /** Column name Assay */
public static final String COLUMNNAME_Assay = "Assay"; public static final String COLUMNNAME_Assay = "Assay";
@ -106,7 +110,7 @@ public interface I_PP_Product_BOMLine
*/ */
public int getC_UOM_ID(); public int getC_UOM_ID();
public I_C_UOM getC_UOM() throws Exception; public I_C_UOM getC_UOM() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -251,7 +255,7 @@ public interface I_PP_Product_BOMLine
*/ */
public int getM_ChangeNotice_ID(); 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 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 */ /** Column name PP_Product_BOM_ID */
public static final String COLUMNNAME_PP_Product_BOM_ID = "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 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 */ /** Column name PP_Product_BOMLine_ID */
public static final String COLUMNNAME_PP_Product_BOMLine_ID = "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 */ /** Column name QtyBatch */
public static final String COLUMNNAME_QtyBatch = "QtyBatch"; public static final String COLUMNNAME_QtyBatch = "QtyBatch";
/** Set Quantity %. /** Set Quantity in %.
* Indicate the Quantity % use in this Formula * Indicate the Quantity % use in this Formula
*/ */
public void setQtyBatch (BigDecimal QtyBatch); public void setQtyBatch (BigDecimal QtyBatch);
/** Get Quantity %. /** Get Quantity in %.
* Indicate the Quantity % use in this Formula * Indicate the Quantity % use in this Formula
*/ */
public BigDecimal getQtyBatch(); public BigDecimal getQtyBatch();
@ -325,13 +329,13 @@ public interface I_PP_Product_BOMLine
/** Column name Scrap */ /** Column name Scrap */
public static final String COLUMNNAME_Scrap = "Scrap"; public static final String COLUMNNAME_Scrap = "Scrap";
/** Set Scrap. /** Set % 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); public void setScrap (BigDecimal Scrap);
/** Get Scrap. /** Get % Scrap.
* Indicate the Scrap Quantity that is generate in a manufacturing process * Indicate the % Scrap for calculate the Scrap Quantity
*/ */
public BigDecimal getScrap(); public BigDecimal getScrap();

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_Planning /** Generated Interface for PP_Product_Planning
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_Product_Planning public interface I_PP_Product_Planning
{ {
@ -53,6 +44,19 @@ public interface I_PP_Product_Planning
/** Load Meta Data */ /** 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 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 */ /** Column name DD_NetworkDistribution_ID */
public static final String COLUMNNAME_DD_NetworkDistribution_ID = "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 */ /** Get Network Distribution */
public int getDD_NetworkDistribution_ID(); 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 */ /** Column name DeliveryTime_Promised */
public static final String COLUMNNAME_DeliveryTime_Promised = "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 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 */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "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 int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse() throws Exception; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name Order_Max */ /** Column name Order_Max */
public static final String COLUMNNAME_Order_Max = "Order_Max"; public static final String COLUMNNAME_Order_Max = "Order_Max";
/** Set Order_Max */ /** Set Order Max */
public void setOrder_Max (BigDecimal Order_Max); public void setOrder_Max (BigDecimal Order_Max);
/** Get Order_Max */ /** Get Order Max */
public BigDecimal getOrder_Max(); public BigDecimal getOrder_Max();
/** Column name Order_Min */ /** Column name Order_Min */
@ -242,6 +246,15 @@ public interface I_PP_Product_Planning
/** Get Order Qty */ /** Get Order Qty */
public BigDecimal getOrder_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 */ /** Column name PP_Product_BOM_ID */
public static final String COLUMNNAME_PP_Product_BOM_ID = "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 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 */ /** Column name PP_Product_Planning_ID */
public static final String COLUMNNAME_PP_Product_Planning_ID = "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); 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(); public int getPP_Product_Planning_ID();
/** Column name Planner_ID */ /** Column name SafetyStock */
public static final String COLUMNNAME_Planner_ID = "Planner_ID"; public static final String COLUMNNAME_SafetyStock = "SafetyStock";
/** Set Planner */ /** Set Safety Stock Qty.
public void setPlanner_ID (int Planner_ID); * 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 */ /** Get Safety Stock Qty.
public int getPlanner_ID(); * 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 */ /** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "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 int getS_Resource_ID();
public I_S_Resource getS_Resource() throws Exception; public I_S_Resource getS_Resource() throws RuntimeException;
/** 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();
/** Column name TimeFence */ /** Column name TimeFence */
public static final String COLUMNNAME_TimeFence = "TimeFence"; public static final String COLUMNNAME_TimeFence = "TimeFence";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_WF_Node_Asset /** Generated Interface for PP_WF_Node_Asset
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_WF_Node_Asset public interface I_PP_WF_Node_Asset
{ {
@ -66,7 +57,20 @@ public interface I_PP_WF_Node_Asset
*/ */
public int getA_Asset_ID(); 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 */ /** Column name AD_WF_Node_ID */
public static final String COLUMNNAME_AD_WF_Node_ID = "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 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 */ /** Column name PP_WF_Node_Asset_ID */
public static final String COLUMNNAME_PP_WF_Node_Asset_ID = "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); 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(); public int getPP_WF_Node_Asset_ID();
/** Column name SeqNo */ /** Column name SeqNo */

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_WF_Node_Product /** Generated Interface for PP_WF_Node_Product
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_PP_WF_Node_Product public interface I_PP_WF_Node_Product
{ {

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for QM_Specification /** Generated Interface for QM_Specification
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_QM_Specification public interface I_QM_Specification
{ {
@ -54,6 +45,19 @@ public interface I_QM_Specification
/** Load Meta Data */ /** 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 */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "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 int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -95,7 +99,7 @@ public interface I_QM_Specification
*/ */
public int getM_AttributeSet_ID(); 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 */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "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 int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_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 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 */ /** Column name QM_Specification_ID */
public static final String COLUMNNAME_QM_Specification_ID = "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); public void setQM_Specification_ID (int QM_Specification_ID);
/** Get QM_Specification_ID */ /** Get Quality Specification */
public int getQM_Specification_ID(); public int getQM_Specification_ID();
/** Column name ValidFrom */ /** Column name ValidFrom */

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -35,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for QM_SpecificationLine /** Generated Interface for QM_SpecificationLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_QM_SpecificationLine public interface I_QM_SpecificationLine
{ {
@ -54,6 +45,19 @@ public interface I_QM_SpecificationLine
/** Load Meta Data */ /** 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 */ /** Column name AndOr */
public static final String COLUMNNAME_AndOr = "AndOr"; public static final String COLUMNNAME_AndOr = "AndOr";
@ -80,7 +84,7 @@ public interface I_QM_SpecificationLine
*/ */
public int getM_Attribute_ID(); public int getM_Attribute_ID();
public I_M_Attribute getM_Attribute() throws Exception; public I_M_Attribute getM_Attribute() throws RuntimeException;
/** Column name Operation */ /** Column name Operation */
public static final String COLUMNNAME_Operation = "Operation"; public static final String COLUMNNAME_Operation = "Operation";
@ -98,13 +102,13 @@ public interface I_QM_SpecificationLine
/** Column name QM_Specification_ID */ /** Column name QM_Specification_ID */
public static final String COLUMNNAME_QM_Specification_ID = "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); public void setQM_Specification_ID (int QM_Specification_ID);
/** Get QM_Specification_ID */ /** Get Quality Specification */
public int getQM_Specification_ID(); 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 */ /** Column name QM_SpecificationLine_ID */
public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID"; public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_PP_WIP /** Generated Interface for RV_PP_WIP
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_RV_PP_WIP public interface I_RV_PP_WIP
{ {

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_BOMLine /** Generated Interface for T_BOMLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_T_BOMLine public interface I_T_BOMLine
{ {
@ -53,6 +44,19 @@ public interface I_T_BOMLine
/** Load Meta Data */ /** 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 */ /** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "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 int getAD_PInstance_ID();
public I_AD_PInstance getAD_PInstance() throws Exception; public I_AD_PInstance getAD_PInstance() throws RuntimeException;
/** Column name Implosion */ /** Column name Implosion */
public static final String COLUMNNAME_Implosion = "Implosion"; public static final String COLUMNNAME_Implosion = "Implosion";
@ -112,7 +116,7 @@ public interface I_T_BOMLine
*/ */
public int getM_Product_ID(); 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 */ /** Column name PP_Product_BOM_ID */
public static final String COLUMNNAME_PP_Product_BOM_ID = "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 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 */ /** Column name PP_Product_BOMLine_ID */
public static final String COLUMNNAME_PP_Product_BOMLine_ID = "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 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 */ /** Column name Sel_Product_ID */
public static final String COLUMNNAME_Sel_Product_ID = "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); public void setSel_Product_ID (int Sel_Product_ID);
/** Get Sel_Product_ID */ /** Get Selected Product */
public int getSel_Product_ID(); public int getSel_Product_ID();
/** Column name SeqNo */ /** Column name SeqNo */
@ -171,9 +175,9 @@ public interface I_T_BOMLine
/** Column name T_BOMLine_ID */ /** Column name T_BOMLine_ID */
public static final String COLUMNNAME_T_BOMLine_ID = "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); public void setT_BOMLine_ID (int T_BOMLine_ID);
/** Get T_BOMLine_ID */ /** Get Temporal BOM Line */
public int getT_BOMLine_ID(); public int getT_BOMLine_ID();
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* 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) *
**********************************************************************/
package org.eevolution.model; package org.eevolution.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_MRP_CRP /** Generated Interface for T_MRP_CRP
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_T_MRP_CRP public interface I_T_MRP_CRP
{ {
@ -53,6 +44,19 @@ public interface I_T_MRP_CRP
/** Load Meta Data */ /** 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 */ /** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "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 int getAD_PInstance_ID();
public I_AD_PInstance getAD_PInstance() throws Exception; public I_AD_PInstance getAD_PInstance() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -99,9 +103,9 @@ public interface I_T_MRP_CRP
/** Column name T_MRP_CRP_ID */ /** Column name T_MRP_CRP_ID */
public static final String COLUMNNAME_T_MRP_CRP_ID = "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); 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(); public int getT_MRP_CRP_ID();
} }

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxBase /** Generated Model for C_TaxBase
* @author Adempiere (generated) * @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 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) 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.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);
if (Base != null && Base.length() > 1)
{
log.warning("Length > 1 - truncated");
Base = Base.substring(0, 1);
}
set_Value (COLUMNNAME_Base, Base);
} }
/** Get 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); return (String)get_Value(COLUMNNAME_Base);
} }
/** Set C_TaxBase_ID. /** Set Tax Base.
@param C_TaxBase_ID C_TaxBase_ID */ @param C_TaxBase_ID Tax Base */
public void setC_TaxBase_ID (int C_TaxBase_ID) public void setC_TaxBase_ID (int C_TaxBase_ID)
{ {
if (C_TaxBase_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID));
} }
/** Get C_TaxBase_ID. /** Get Tax Base.
@return C_TaxBase_ID */ @return Tax Base */
public int getC_TaxBase_ID () public int getC_TaxBase_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_C_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) 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); 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) 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); 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) if (Name == null)
throw new IllegalArgumentException ("Name is mandatory."); 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); 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) if (Value == null)
throw new IllegalArgumentException ("Value is mandatory."); 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); set_Value (COLUMNNAME_Value, Value);
} }

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxDefinition /** Generated Model for C_TaxDefinition
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_OrgType.Table_Name);
I_AD_OrgType result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -115,46 +115,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); return ii.intValue();
} }
public I_C_BP_Group getC_BP_Group() throws Exception public I_C_BPartner getC_BPartner() 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 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
{ {
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -193,7 +154,46 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxBase.Table_Name);
org.eevolution.model.I_C_TaxBase result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set C_TaxBase_ID. /** Set Tax Base.
@param C_TaxBase_ID C_TaxBase_ID */ @param C_TaxBase_ID Tax Base */
public void setC_TaxBase_ID (int C_TaxBase_ID) public void setC_TaxBase_ID (int C_TaxBase_ID)
{ {
if (C_TaxBase_ID < 1) 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)); set_Value (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID));
} }
/** Get C_TaxBase_ID. /** Get Tax Base.
@return C_TaxBase_ID */ @return Tax Base */
public int getC_TaxBase_ID () public int getC_TaxBase_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_C_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(); 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); Class<?> clazz = MTable.getClass(I_C_TaxCategory.Table_Name);
I_C_TaxCategory result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -268,8 +268,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); return ii.intValue();
} }
/** Set C_TaxDefinition_ID. /** Set Tax Definition.
@param C_TaxDefinition_ID C_TaxDefinition_ID */ @param C_TaxDefinition_ID Tax Definition */
public void setC_TaxDefinition_ID (int C_TaxDefinition_ID) public void setC_TaxDefinition_ID (int C_TaxDefinition_ID)
{ {
if (C_TaxDefinition_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, Integer.valueOf(C_TaxDefinition_ID));
} }
/** Get C_TaxDefinition_ID. /** Get Tax Definition.
@return C_TaxDefinition_ID */ @return Tax Definition */
public int getC_TaxDefinition_ID () public int getC_TaxDefinition_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_C_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxGroup.Table_Name);
org.eevolution.model.I_C_TaxGroup result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -323,43 +323,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); return ii.intValue();
} }
public org.eevolution.model.I_C_TaxType getC_TaxType() throws Exception public I_C_Tax getC_Tax() 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 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
{ {
Class<?> clazz = MTable.getClass(I_C_Tax.Table_Name); Class<?> clazz = MTable.getClass(I_C_Tax.Table_Name);
I_C_Tax result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -398,18 +362,48 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); 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. /** Set Description.
@param Description @param Description
Optional short description of the record Optional short description of the record
*/ */
public void setDescription (String Description) 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); 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) 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); set_Value (COLUMNNAME_Help, Help);
} }
@ -468,84 +456,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return false; return false;
} }
public I_M_Product_Category getM_Product_Category() throws Exception
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_M_Product_Category)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Product_Category_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 Category.
@param M_Product_Category_ID
Category of a Product
*/
public void setM_Product_Category_ID (int M_Product_Category_ID)
{
if (M_Product_Category_ID < 1)
set_Value (COLUMNNAME_M_Product_Category_ID, null);
else
set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID));
}
/** Get Product Category.
@return Category of a Product
*/
public int getM_Product_Category_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID);
if (ii == null)
return 0;
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
*/
public void setM_Product_ID (int M_Product_ID)
{
if (M_Product_ID < 1)
set_Value (COLUMNNAME_M_Product_ID, null);
else
set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID));
}
/** Get Product.
@return Product, Service, Item
*/
public int getM_Product_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Max Taxable. /** Set Max Taxable.
@param MaxTaxable Max Taxable */ @param MaxTaxable Max Taxable */
public void setMaxTaxable (int MaxTaxable) public void setMaxTaxable (int MaxTaxable)
@ -580,6 +490,84 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue(); 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;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_M_Product_Category)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Product_Category_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 Product Category.
@param M_Product_Category_ID
Category of a Product
*/
public void setM_Product_Category_ID (int M_Product_Category_ID)
{
if (M_Product_Category_ID < 1)
set_Value (COLUMNNAME_M_Product_Category_ID, null);
else
set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID));
}
/** Get Product Category.
@return Category of a Product
*/
public int getM_Product_Category_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Product getM_Product() throws RuntimeException
{
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 new RuntimeException( e );
}
return result;
}
/** Set Product.
@param M_Product_ID
Product, Service, Item
*/
public void setM_Product_ID (int M_Product_ID)
{
if (M_Product_ID < 1)
set_Value (COLUMNNAME_M_Product_ID, null);
else
set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID));
}
/** Get Product.
@return Product, Service, Item
*/
public int getM_Product_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Name. /** Set Name.
@param Name @param Name
Alphanumeric identifier of the entity 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) if (Name == null)
throw new IllegalArgumentException ("Name is mandatory."); 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); 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) if (Value == null)
throw new IllegalArgumentException ("Value is mandatory."); 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); set_Value (COLUMNNAME_Value, Value);
} }

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxGroup /** Generated Model for C_TaxGroup
* @author Adempiere (generated) * @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 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) 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); 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) 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); 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) if (Name == null)
throw new IllegalArgumentException ("Name is mandatory."); 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); 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) if (Value == null)
throw new IllegalArgumentException ("Value is mandatory."); 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); set_Value (COLUMNNAME_Value, Value);
} }

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxType /** Generated Model for C_TaxType
* @author Adempiere (generated) * @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 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(); return sb.toString();
} }
/** Set C_TaxType_ID. /** Set Tax Type.
@param C_TaxType_ID C_TaxType_ID */ @param C_TaxType_ID Tax Type */
public void setC_TaxType_ID (int C_TaxType_ID) public void setC_TaxType_ID (int C_TaxType_ID)
{ {
if (C_TaxType_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID));
} }
/** Get C_TaxType_ID. /** Get Tax Type.
@return C_TaxType_ID */ @return Tax Type */
public int getC_TaxType_ID () public int getC_TaxType_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_C_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) 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); 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) 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); 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) if (Name == null)
throw new IllegalArgumentException ("Name is mandatory."); 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); 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) if (Value == null)
throw new IllegalArgumentException ("Value is mandatory."); 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); set_Value (COLUMNNAME_Value, Value);
} }

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_NetworkDistribution /** Generated Model for DD_NetworkDistribution
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null; I_M_ChangeNotice result = null;
@ -174,7 +174,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu
} catch (Exception e) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -28,7 +28,7 @@ import org.compiere.util.Env;
/** Generated Model for DD_NetworkDistributionLine /** Generated Model for DD_NetworkDistributionLine
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_NetworkDistribution.Table_Name);
org.eevolution.model.I_DD_NetworkDistribution result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -115,8 +115,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
return ii.intValue(); return ii.intValue();
} }
/** Set DD_NetworkDistributionLine_ID. /** Set Network Distribution Line.
@param DD_NetworkDistributionLine_ID DD_NetworkDistributionLine_ID */ @param DD_NetworkDistributionLine_ID Network Distribution Line */
public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID) public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID)
{ {
if (DD_NetworkDistributionLine_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, Integer.valueOf(DD_NetworkDistributionLine_ID));
} }
/** Get DD_NetworkDistributionLine_ID. /** Get Network Distribution Line.
@return DD_NetworkDistributionLine_ID */ @return Network Distribution Line */
public int getDD_NetworkDistributionLine_ID () public int getDD_NetworkDistributionLine_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_DD_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(); 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); Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null; I_M_Shipper result = null;
@ -145,7 +145,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
} catch (Exception e) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -172,8 +172,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
return ii.intValue(); return ii.intValue();
} }
/** M_Warehouse_ID AD_Reference_ID=197 */
public static final int M_WAREHOUSE_ID_AD_Reference_ID=197;
/** Set Warehouse. /** Set Warehouse.
@param M_Warehouse_ID @param M_Warehouse_ID
Storage Warehouse and Service Point Storage Warehouse and Service Point
@ -196,8 +194,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
return ii.intValue(); return ii.intValue();
} }
/** M_WarehouseSource_ID AD_Reference_ID=197 */
public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID=197;
/** Set Source Warehouse. /** Set Source Warehouse.
@param M_WarehouseSource_ID @param M_WarehouseSource_ID
Optional Warehouse to replenish from Optional Warehouse to replenish from

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_Order /** Generated Model for DD_Order
* @author Adempiere (generated) * @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 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(); return sb.toString();
} }
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization. /** Set Trx Organization.
@param AD_OrgTrx_ID @param AD_OrgTrx_ID
Performing or initiating organization Performing or initiating organization
@ -126,7 +124,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -165,7 +163,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -204,7 +202,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -242,7 +240,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -281,7 +279,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -320,8 +318,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** C_Charge_ID AD_Reference_ID=200 */
public static final int C_CHARGE_ID_AD_Reference_ID=200;
/** Set Charge. /** Set Charge.
@param C_Charge_ID @param C_Charge_ID
Additional document charges Additional document charges
@ -345,7 +341,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -383,7 +379,27 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -422,7 +438,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -461,7 +477,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -500,26 +516,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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. /** Set Create Confirm.
@param CreateConfirm Create Confirm */ @param CreateConfirm Create Confirm */
public void setCreateConfirm (String CreateConfirm) 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); 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. /** Set Date Ordered.
@param DateOrdered @param DateOrdered
Date of Order 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); 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 */ /** DeliveryRule AD_Reference_ID=151 */
public static final int DELIVERYRULE_AD_Reference_ID=151; public static final int DELIVERYRULE_AD_Reference_ID=151;
/** After Receipt = R */ /** After Receipt = R */
@ -1052,6 +1048,27 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return false; 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. /** Set Sales Transaction.
@param IsSOTrx @param IsSOTrx
This is a Sales Transaction This is a Sales Transaction
@ -1076,28 +1093,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return false; return false;
} }
/** Set Selected. public I_M_Shipper getM_Shipper() throws RuntimeException
@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
{ {
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name); Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -1136,7 +1132,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -1194,23 +1190,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); 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. /** Set Pick Date.
@param PickDate @param PickDate
Date/Time when picked for Shipment 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); 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. /** Set Posted.
@param Posted @param Posted
Posting status Posting status
@ -1350,8 +1346,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative. /** Set Sales Representative.
@param SalesRep_ID @param SalesRep_ID
Sales Representative or Company Agent 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); 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. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 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(); return ii.intValue();
} }
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2. /** Set User List 2.
@param User2_ID @param User2_ID
User defined list element #2 User defined list element #2

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_OrderLine /** Generated Model for DD_OrderLine
* @author Adempiere (generated) * @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 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); setC_UOM_ID (0);
// @#C_UOM_ID@ // @#C_UOM_ID@
setDD_OrderLine_ID (0);
setDD_Order_ID (0); setDD_Order_ID (0);
setDD_OrderLine_ID (0);
setIsDescription (false); setIsDescription (false);
// N // N
setIsInvoiced (false); setIsInvoiced (false);
setLine (0); setLine (0);
// @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM DD_OrderLine WHERE DD_OrderLine_ID=@DD_OrderLine_ID@ // @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); setM_Locator_ID (0);
// @M_Locator_ID@ // @M_Locator_ID@
setM_LocatorTo_ID (0);
// @M_LocatorTo_ID@
setProcessed (false); setProcessed (false);
setQtyEntered (Env.ZERO); setQtyEntered (Env.ZERO);
// 1 // 1
@ -93,8 +93,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return sb.toString(); return sb.toString();
} }
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization. /** Set Trx Organization.
@param AD_OrgTrx_ID @param AD_OrgTrx_ID
Performing or initiating organization Performing or initiating organization
@ -118,7 +116,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -157,7 +155,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -196,7 +194,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -235,7 +233,27 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -274,7 +292,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -312,80 +330,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); 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. /** Set Date Delivered.
@param DateDelivered @param DateDelivered
Date when the product was delivered 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); 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. /** Set Description.
@param Description @param Description
Optional short description of the record 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; 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. /** Set Attribute Set Instance.
@param M_AttributeSetInstance_ID @param M_AttributeSetInstance_ID
Product Attribute Set Instance Product Attribute Set Instance
@ -616,31 +591,30 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** M_LocatorTo_ID AD_Reference_ID=191 */ /** Set Attribute Set Instance To.
public static final int M_LOCATORTO_ID_AD_Reference_ID=191; @param M_AttributeSetInstanceTo_ID
/** Set Locator To. Target Product Attribute Set Instance
@param M_LocatorTo_ID
Location inventory is moved to
*/ */
public void setM_LocatorTo_ID (int M_LocatorTo_ID) public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID)
{ {
if (M_LocatorTo_ID < 1) if (M_AttributeSetInstanceTo_ID < 1)
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory."); set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null);
set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); else
set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID));
} }
/** Get Locator To. /** Get Attribute Set Instance To.
@return Location inventory is moved 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) if (ii == null)
return 0; return 0;
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Locator.Table_Name);
I_M_Locator result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -678,8 +652,28 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** M_Product_ID AD_Reference_ID=171 */ /** Set Locator To.
public static final int M_PRODUCT_ID_AD_Reference_ID=171; @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. /** Set Product.
@param M_Product_ID @param M_Product_ID
Product, Service, Item Product, Service, Item
@ -885,8 +879,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return bd; return bd;
} }
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 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(); return ii.intValue();
} }
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2. /** Set User List 2.
@param User2_ID @param User2_ID
User defined list element #2 User defined list element #2

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for EXP_Format /** Generated Model for EXP_Format
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set Export Format ID. /** Set Export Format.
@param EXP_Format_ID Export Format ID */ @param EXP_Format_ID Export Format */
public void setEXP_Format_ID (int EXP_Format_ID) public void setEXP_Format_ID (int EXP_Format_ID)
{ {
if (EXP_Format_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID));
} }
/** Get Export Format ID. /** Get Export Format.
@return Export Format ID */ @return Export Format */
public int getEXP_Format_ID () public int getEXP_Format_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID); Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID);

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for EXP_FormatLine /** Generated Model for EXP_FormatLine
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_Column.Table_Name);
I_AD_Column result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -115,8 +115,6 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
return ii.intValue(); return ii.intValue();
} }
/** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
/** Set Reference. /** Set Reference.
@param AD_Reference_ID @param AD_Reference_ID
System Reference and Validation 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** EXP_EmbeddedFormat_ID AD_Reference_ID=53242 */ /** Set Embedded Format.
public static final int EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID=53242; @param EXP_EmbeddedFormat_ID Embedded Format */
/** Set EXP_EmbeddedFormat_ID.
@param EXP_EmbeddedFormat_ID EXP_EmbeddedFormat_ID */
public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID) public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID)
{ {
if (EXP_EmbeddedFormat_ID < 1) 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)); set_Value (COLUMNNAME_EXP_EmbeddedFormat_ID, Integer.valueOf(EXP_EmbeddedFormat_ID));
} }
/** Get EXP_EmbeddedFormat_ID. /** Get Embedded Format.
@return EXP_EmbeddedFormat_ID */ @return Embedded Format */
public int getEXP_EmbeddedFormat_ID () public int getEXP_EmbeddedFormat_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Format.Table_Name);
org.eevolution.model.I_EXP_Format result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Export Format ID. /** Set Export Format.
@param EXP_Format_ID Export Format ID */ @param EXP_Format_ID Export Format */
public void setEXP_Format_ID (int EXP_Format_ID) public void setEXP_Format_ID (int EXP_Format_ID)
{ {
if (EXP_Format_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID));
} }
/** Get Export Format ID. /** Get Export Format.
@return Export Format ID */ @return Export Format */
public int getEXP_Format_ID () public int getEXP_Format_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_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(); return ii.intValue();
} }
/** Set EXP_FormatLine_ID. /** Set Format Line.
@param EXP_FormatLine_ID EXP_FormatLine_ID */ @param EXP_FormatLine_ID Format Line */
public void setEXP_FormatLine_ID (int EXP_FormatLine_ID) public void setEXP_FormatLine_ID (int EXP_FormatLine_ID)
{ {
if (EXP_FormatLine_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, Integer.valueOf(EXP_FormatLine_ID));
} }
/** Get EXP_FormatLine_ID. /** Get Format Line.
@return EXP_FormatLine_ID */ @return Format Line */
public int getEXP_FormatLine_ID () public int getEXP_FormatLine_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID); Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID);

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for EXP_Processor /** Generated Model for EXP_Processor
* @author Adempiere (generated) * @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 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set EXP_Processor_ID. /** Set Export Processor.
@param EXP_Processor_ID EXP_Processor_ID */ @param EXP_Processor_ID Export Processor */
public void setEXP_Processor_ID (int EXP_Processor_ID) public void setEXP_Processor_ID (int EXP_Processor_ID)
{ {
if (EXP_Processor_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID));
} }
/** Get EXP_Processor_ID. /** Get Export Processor.
@return EXP_Processor_ID */ @return Export Processor */
public int getEXP_Processor_ID () public int getEXP_Processor_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor_Type.Table_Name);
org.eevolution.model.I_EXP_Processor_Type result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set EXP_Processor_Type_ID. /** Set Export Processor Type.
@param EXP_Processor_Type_ID EXP_Processor_Type_ID */ @param EXP_Processor_Type_ID Export Processor Type */
public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID)
{ {
if (EXP_Processor_Type_ID < 1) 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)); set_Value (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID));
} }
/** Get EXP_Processor_Type_ID. /** Get Export Processor Type.
@return EXP_Processor_Type_ID */ @return Export Processor Type */
public int getEXP_Processor_Type_ID () public int getEXP_Processor_Type_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID);

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for EXP_ProcessorParameter /** Generated Model for EXP_ProcessorParameter
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor.Table_Name);
org.eevolution.model.I_EXP_Processor result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set EXP_Processor_ID. /** Set Export Processor.
@param EXP_Processor_ID EXP_Processor_ID */ @param EXP_Processor_ID Export Processor */
public void setEXP_Processor_ID (int EXP_Processor_ID) public void setEXP_Processor_ID (int EXP_Processor_ID)
{ {
if (EXP_Processor_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID));
} }
/** Get EXP_Processor_ID. /** Get Export Processor.
@return EXP_Processor_ID */ @return Export Processor */
public int getEXP_Processor_ID () public int getEXP_Processor_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_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(); return ii.intValue();
} }
/** Set EXP_ProcessorParameter_ID. /** Set Processor Parameter.
@param EXP_ProcessorParameter_ID EXP_ProcessorParameter_ID */ @param EXP_ProcessorParameter_ID Processor Parameter */
public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID) public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID)
{ {
if (EXP_ProcessorParameter_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, Integer.valueOf(EXP_ProcessorParameter_ID));
} }
/** Get EXP_ProcessorParameter_ID. /** Get Processor Parameter.
@return EXP_ProcessorParameter_ID */ @return Processor Parameter */
public int getEXP_ProcessorParameter_ID () public int getEXP_ProcessorParameter_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID); Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID);

View File

@ -23,7 +23,7 @@ import org.compiere.model.*;
/** Generated Model for EXP_Processor_Type /** Generated Model for EXP_Processor_Type
* @author Adempiere (generated) * @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 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set EXP_Processor_Type_ID. /** Set Export Processor Type.
@param EXP_Processor_Type_ID EXP_Processor_Type_ID */ @param EXP_Processor_Type_ID Export Processor Type */
public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID)
{ {
if (EXP_Processor_Type_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID));
} }
/** Get EXP_Processor_Type_ID. /** Get Export Processor Type.
@return EXP_Processor_Type_ID */ @return Export Processor Type */
public int getEXP_Processor_Type_ID () public int getEXP_Processor_Type_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID);

View File

@ -28,7 +28,7 @@ import org.compiere.util.Env;
/** Generated Model for HR_Attribute /** Generated Model for HR_Attribute
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_Rule.Table_Name);
I_AD_Rule result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -133,7 +133,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent
return bd; 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set Account Payroll Employee Attribute. /** Set Payroll Attribute Account.
@param HR_Attribute_Acct @param HR_Attribute_Acct Payroll Attribute Account */
Account for Employee Attribute
*/
public void setHR_Attribute_Acct (int HR_Attribute_Acct) public void setHR_Attribute_Acct (int HR_Attribute_Acct)
{ {
set_Value (COLUMNNAME_HR_Attribute_Acct, Integer.valueOf(HR_Attribute_Acct)); set_Value (COLUMNNAME_HR_Attribute_Acct, Integer.valueOf(HR_Attribute_Acct));
} }
/** Get Account Payroll Employee Attribute. /** Get Payroll Attribute Account.
@return Account for Employee Attribute @return Payroll Attribute Account */
*/
public int getHR_Attribute_Acct () public int getHR_Attribute_Acct ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name);
org.eevolution.model.I_HR_Concept result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Concept. /** Set Payroll Concept.
@param HR_Concept_ID Concept */ @param HR_Concept_ID Payroll Concept */
public void setHR_Concept_ID (int HR_Concept_ID) public void setHR_Concept_ID (int HR_Concept_ID)
{ {
if (HR_Concept_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID));
} }
/** Get Concept. /** Get Payroll Concept.
@return Concept */ @return Payroll Concept */
public int getHR_Concept_ID () public int getHR_Concept_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name);
org.eevolution.model.I_HR_Employee result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Employee. /** Set Payroll Employee.
@param HR_Employee_ID Employee */ @param HR_Employee_ID Payroll Employee */
public void setHR_Employee_ID (int HR_Employee_ID) public void setHR_Employee_ID (int HR_Employee_ID)
{ {
if (HR_Employee_ID < 1) 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)); set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID));
} }
/** Get Employee. /** Get Payroll Employee.
@return Employee */ @return Payroll Employee */
public int getHR_Employee_ID () public int getHR_Employee_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name);
org.eevolution.model.I_HR_Job result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Concept /** Generated Model for HR_Concept
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept_Category.Table_Name);
org.eevolution.model.I_HR_Concept_Category result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -181,8 +181,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** Set Concept. /** Set Payroll Concept.
@param HR_Concept_ID Concept */ @param HR_Concept_ID Payroll Concept */
public void setHR_Concept_ID (int HR_Concept_ID) public void setHR_Concept_ID (int HR_Concept_ID)
{ {
if (HR_Concept_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID));
} }
/** Get Concept. /** Get Payroll Concept.
@return Concept */ @return Payroll Concept */
public int getHR_Concept_ID () public int getHR_Concept_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name);
org.eevolution.model.I_HR_Job result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for HR_Concept_Acct /** Generated Model for HR_Concept_Acct
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -114,7 +114,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -153,8 +153,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis
return ii.intValue(); return ii.intValue();
} }
/** Set HR_Concept_Acct_ID. /** Set Payroll Concept Account.
@param HR_Concept_Acct_ID HR_Concept_Acct_ID */ @param HR_Concept_Acct_ID Payroll Concept Account */
public void setHR_Concept_Acct_ID (int HR_Concept_Acct_ID) public void setHR_Concept_Acct_ID (int HR_Concept_Acct_ID)
{ {
if (HR_Concept_Acct_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Concept_Acct_ID, Integer.valueOf(HR_Concept_Acct_ID));
} }
/** Get HR_Concept_Acct_ID. /** Get Payroll Concept Account.
@return HR_Concept_Acct_ID */ @return Payroll Concept Account */
public int getHR_Concept_Acct_ID () public int getHR_Concept_Acct_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name);
org.eevolution.model.I_HR_Concept result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Concept. /** Set Payroll Concept.
@param HR_Concept_ID Concept */ @param HR_Concept_ID Payroll Concept */
public void setHR_Concept_ID (int HR_Concept_ID) public void setHR_Concept_ID (int HR_Concept_ID)
{ {
if (HR_Concept_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID));
} }
/** Get Concept. /** Get Payroll Concept.
@return Concept */ @return Payroll Concept */
public int getHR_Concept_ID () public int getHR_Concept_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); return ii.intValue();
} }
/** Set HR_Expense_Acct. /** Set Payroll Expense Account.
@param HR_Expense_Acct HR_Expense_Acct */ @param HR_Expense_Acct Payroll Expense Account */
public void setHR_Expense_Acct (int HR_Expense_Acct) public void setHR_Expense_Acct (int HR_Expense_Acct)
{ {
set_Value (COLUMNNAME_HR_Expense_Acct, Integer.valueOf(HR_Expense_Acct)); set_Value (COLUMNNAME_HR_Expense_Acct, Integer.valueOf(HR_Expense_Acct));
} }
/** Get HR_Expense_Acct. /** Get Payroll Expense Account.
@return HR_Expense_Acct */ @return Payroll Expense Account */
public int getHR_Expense_Acct () public int getHR_Expense_Acct ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); return ii.intValue();
} }
/** Set HR_Revenue_Acct. /** Set Payroll Revenue Account.
@param HR_Revenue_Acct HR_Revenue_Acct */ @param HR_Revenue_Acct Payroll Revenue Account */
public void setHR_Revenue_Acct (int HR_Revenue_Acct) public void setHR_Revenue_Acct (int HR_Revenue_Acct)
{ {
set_Value (COLUMNNAME_HR_Revenue_Acct, Integer.valueOf(HR_Revenue_Acct)); set_Value (COLUMNNAME_HR_Revenue_Acct, Integer.valueOf(HR_Revenue_Acct));
} }
/** Get HR_Revenue_Acct. /** Get Payroll Revenue Account.
@return HR_Revenue_Acct */ @return Payroll Revenue Account */
public int getHR_Revenue_Acct () public int getHR_Revenue_Acct ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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; return false;
} }
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 User defined list element #1

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Concept_Category /** Generated Model for HR_Concept_Category
* @author Adempiere (generated) * @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 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set HR_Concept_Acct. /** Set Payroll Concept Account.
@param HR_Concept_Acct HR_Concept_Acct */ @param HR_Concept_Acct Payroll Concept Account */
public void setHR_Concept_Acct (int HR_Concept_Acct) public void setHR_Concept_Acct (int HR_Concept_Acct)
{ {
set_Value (COLUMNNAME_HR_Concept_Acct, Integer.valueOf(HR_Concept_Acct)); set_Value (COLUMNNAME_HR_Concept_Acct, Integer.valueOf(HR_Concept_Acct));
} }
/** Get HR_Concept_Acct. /** Get Payroll Concept Account.
@return HR_Concept_Acct */ @return Payroll Concept Account */
public int getHR_Concept_Acct () public int getHR_Concept_Acct ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct); Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct);

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Contract /** Generated Model for HR_Contract
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -114,7 +114,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -153,7 +153,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Department /** Generated Model for HR_Department
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); return (String)get_Value(COLUMNNAME_Description);
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID);

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Employee /** Generated Model for HR_Employee
* @author Adempiere (generated) * @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 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); super (ctx, HR_Employee_ID, trxName);
/** if (HR_Employee_ID == 0) /** if (HR_Employee_ID == 0)
{ {
setC_BPartner_ID (0);
setHR_Department_ID (0); setHR_Department_ID (0);
setHR_Employee_ID (0); setHR_Employee_ID (0);
setHR_Job_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(); 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -116,7 +117,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -139,8 +140,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent
public void setC_BPartner_ID (int C_BPartner_ID) public void setC_BPartner_ID (int C_BPartner_ID)
{ {
if (C_BPartner_ID < 1) if (C_BPartner_ID < 1)
set_Value (COLUMNNAME_C_BPartner_ID, null); throw new IllegalArgumentException ("C_BPartner_ID is mandatory.");
else
set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID));
} }
@ -189,7 +189,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent
return (Timestamp)get_Value(COLUMNNAME_EndDate); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); return ii.intValue();
} }
/** Set Employee. /** Set Payroll Employee.
@param HR_Employee_ID Employee */ @param HR_Employee_ID Payroll Employee */
public void setHR_Employee_ID (int HR_Employee_ID) public void setHR_Employee_ID (int HR_Employee_ID)
{ {
if (HR_Employee_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID));
} }
/** Get Employee. /** Get Payroll Employee.
@return Employee */ @return Payroll Employee */
public int getHR_Employee_ID () public int getHR_Employee_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name);
org.eevolution.model.I_HR_Job result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Job /** Generated Model for HR_Job
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); return ii.intValue();
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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()); 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. /** Set Next Job.
@param Next_Job_ID Next Job */ @param Next_Job_ID Next Job */
public void setNext_Job_ID (int Next_Job_ID) 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(); return ii.intValue();
} }
/** Supervisor_ID AD_Reference_ID=286 */
public static final int SUPERVISOR_ID_AD_Reference_ID=286;
/** Set Supervisor. /** Set Supervisor.
@param Supervisor_ID @param Supervisor_ID
Supervisor for this user/organization - used for escalation and approval Supervisor for this user/organization - used for escalation and approval

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_List /** Generated Model for HR_List
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name);
org.eevolution.model.I_HR_Employee result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Employee. /** Set Payroll Employee.
@param HR_Employee_ID Employee */ @param HR_Employee_ID Payroll Employee */
public void setHR_Employee_ID (int HR_Employee_ID) public void setHR_Employee_ID (int HR_Employee_ID)
{ {
if (HR_Employee_ID < 1) 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)); set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID));
} }
/** Get Employee. /** Get Payroll Employee.
@return Employee */ @return Payroll Employee */
public int getHR_Employee_ID () public int getHR_Employee_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_ListType.Table_Name);
org.eevolution.model.I_HR_ListType result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -219,7 +219,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListLine /** Generated Model for HR_ListLine
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_ListVersion.Table_Name);
org.eevolution.model.I_HR_ListVersion result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListType /** Generated Model for HR_ListType
* @author Adempiere (generated) * @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 public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent
{ {

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListVersion /** Generated Model for HR_ListVersion
* @author Adempiere (generated) * @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 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); 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. /** Set Payroll List Base.
@param HR_ListBase_ID Payroll List Base */ @param HR_ListBase_ID Payroll List Base */
public void setHR_ListBase_ID (int HR_ListBase_ID) 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_List.Table_Name);
org.eevolution.model.I_HR_List result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Movement /** Generated Model for HR_Movement
* @author Adempiere (generated) * @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 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(); return sb.toString();
} }
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization. /** Set Trx Organization.
@param AD_OrgTrx_ID @param AD_OrgTrx_ID
Performing or initiating organization Performing or initiating organization
@ -104,7 +102,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_AD_Rule.Table_Name);
I_AD_Rule result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -160,7 +158,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return bd; 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -199,7 +197,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -238,7 +236,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -341,7 +339,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_ProjectPhase.Table_Name);
I_C_ProjectPhase result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -380,7 +378,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_ProjectTask.Table_Name);
I_C_ProjectTask result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept_Category.Table_Name);
org.eevolution.model.I_HR_Concept_Category result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -472,7 +470,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name);
org.eevolution.model.I_HR_Concept result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Concept. /** Set Payroll Concept.
@param HR_Concept_ID Concept */ @param HR_Concept_ID Payroll Concept */
public void setHR_Concept_ID (int HR_Concept_ID) public void setHR_Concept_ID (int HR_Concept_ID)
{ {
if (HR_Concept_ID < 1) 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)); set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID));
} }
/** Get Concept. /** Get Payroll Concept.
@return Concept */ @return Payroll Concept */
public int getHR_Concept_ID () public int getHR_Concept_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name);
org.eevolution.model.I_HR_Job result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Process.Table_Name);
org.eevolution.model.I_HR_Process result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -690,7 +688,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return false; 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name);
org.eevolution.model.I_PP_Order_Node result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 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(); return ii.intValue();
} }
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2. /** Set User List 2.
@param User2_ID @param User2_ID
User defined list element #2 User defined list element #2

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Payroll /** Generated Model for HR_Payroll
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_PrintFormat.Table_Name);
I_AD_PrintFormat result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -115,7 +115,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Contract.Table_Name);
org.eevolution.model.I_HR_Contract result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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"; public static final String PAYMENTRULE_DirectDebit = "D";
/** Account = T */ /** Account = T */
public static final String PAYMENTRULE_Account = "T"; public static final String PAYMENTRULE_Account = "T";
/** Cash = X */
public static final String PAYMENTRULE_Cash = "X";
/** Set Payment Rule. /** Set Payment Rule.
@param PaymentRule @param PaymentRule
How you pay the invoice 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) public void setPaymentRule (String PaymentRule)
{ {
if (PaymentRule == null) throw new IllegalArgumentException ("PaymentRule is mandatory"); 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. /** Get Payment Rule.

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_PayrollConcept /** Generated Model for HR_PayrollConcept
* @author Adempiere (generated) * @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 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); super (ctx, HR_PayrollConcept_ID, trxName);
/** if (HR_PayrollConcept_ID == 0) /** if (HR_PayrollConcept_ID == 0)
{ {
setHR_Concept_ID (0);
setHR_PayrollConcept_ID (0); setHR_PayrollConcept_ID (0);
setHR_Payroll_ID (0);
setIsPrinted (false); setIsPrinted (false);
// N // N
} */ } */
@ -75,7 +77,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
return sb.toString(); 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); Class<?> clazz = MTable.getClass(I_AD_Rule.Table_Name);
I_AD_Rule result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -111,7 +113,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Concept.Table_Name);
org.eevolution.model.I_HR_Concept result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Concept. /** Set Payroll Concept.
@param HR_Concept_ID Concept */ @param HR_Concept_ID Payroll Concept */
public void setHR_Concept_ID (int HR_Concept_ID) public void setHR_Concept_ID (int HR_Concept_ID)
{ {
if (HR_Concept_ID < 1) if (HR_Concept_ID < 1)
set_Value (COLUMNNAME_HR_Concept_ID, null); throw new IllegalArgumentException ("HR_Concept_ID is mandatory.");
else
set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID));
} }
/** Get Concept. /** Get Payroll Concept.
@return Concept */ @return Payroll Concept */
public int getHR_Concept_ID () public int getHR_Concept_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -187,8 +188,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
public void setHR_Payroll_ID (int HR_Payroll_ID) public void setHR_Payroll_ID (int HR_Payroll_ID)
{ {
if (HR_Payroll_ID < 1) if (HR_Payroll_ID < 1)
set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); throw new IllegalArgumentException ("HR_Payroll_ID is mandatory.");
else
set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID));
} }

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Period /** Generated Model for HR_Period
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -119,7 +119,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Year.Table_Name);
I_C_Year result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -264,7 +264,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Year.Table_Name);
org.eevolution.model.I_HR_Year result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Process /** Generated Model for HR_Process
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_PrintFormat.Table_Name);
I_AD_PrintFormat result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -123,7 +123,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
I_AD_Workflow result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -162,7 +162,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -201,7 +201,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -240,7 +240,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -279,8 +279,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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. /** Set Target Document Type.
@param C_DocTypeTarget_ID @param C_DocTypeTarget_ID
Target document type for conversing documents 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); 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); Class<?> clazz = MTable.getClass(I_C_PaySelection.Table_Name);
I_C_PaySelection result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Department.Table_Name);
org.eevolution.model.I_HR_Department result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Department. /** Set Payroll Department.
@param HR_Department_ID Department */ @param HR_Department_ID Payroll Department */
public void setHR_Department_ID (int HR_Department_ID) public void setHR_Department_ID (int HR_Department_ID)
{ {
if (HR_Department_ID < 1) 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)); set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID));
} }
/** Get Department. /** Get Payroll Department.
@return Department */ @return Payroll Department */
public int getHR_Department_ID () public int getHR_Department_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Employee.Table_Name);
org.eevolution.model.I_HR_Employee result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Employee. /** Set Payroll Employee.
@param HR_Employee_ID Employee */ @param HR_Employee_ID Payroll Employee */
public void setHR_Employee_ID (int HR_Employee_ID) public void setHR_Employee_ID (int HR_Employee_ID)
{ {
if (HR_Employee_ID < 1) 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)); set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID));
} }
/** Get Employee. /** Get Payroll Employee.
@return Employee */ @return Payroll Employee */
public int getHR_Employee_ID () public int getHR_Employee_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Job.Table_Name);
org.eevolution.model.I_HR_Job result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set Job. /** Set Payroll Job.
@param HR_Job_ID Job */ @param HR_Job_ID Payroll Job */
public void setHR_Job_ID (int HR_Job_ID) public void setHR_Job_ID (int HR_Job_ID)
{ {
if (HR_Job_ID < 1) 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)); set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID));
} }
/** Get Job. /** Get Payroll Job.
@return Job */ @return Payroll Job */
public int getHR_Job_ID () public int getHR_Job_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_HR_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -630,7 +628,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Period.Table_Name);
org.eevolution.model.I_HR_Period result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -782,8 +780,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return false; return false;
} }
/** Reversal_ID AD_Reference_ID=53253 */
public static final int REVERSAL_ID_AD_Reference_ID=53253;
/** Set Reversal ID. /** Set Reversal ID.
@param Reversal_ID @param Reversal_ID
ID of document reversal ID of document reversal

View File

@ -26,7 +26,7 @@ import org.compiere.model.*;
/** Generated Model for HR_Year /** Generated Model for HR_Year
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_Year.Table_Name);
I_C_Year result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -116,7 +116,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
org.eevolution.model.I_HR_Payroll result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -26,7 +26,7 @@ import org.compiere.model.*;
/** Generated Model for IMP_Processor /** Generated Model for IMP_Processor
* @author Adempiere (generated) * @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 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); return (String)get_Value(COLUMNNAME_Host);
} }
/** Set IMP_Processor_ID. /** Set Import Processor.
@param IMP_Processor_ID IMP_Processor_ID */ @param IMP_Processor_ID Import Processor */
public void setIMP_Processor_ID (int IMP_Processor_ID) public void setIMP_Processor_ID (int IMP_Processor_ID)
{ {
if (IMP_Processor_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID));
} }
/** Get IMP_Processor_ID. /** Get Import Processor.
@return IMP_Processor_ID */ @return Import Processor */
public int getIMP_Processor_ID () public int getIMP_Processor_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor_Type.Table_Name);
org.eevolution.model.I_IMP_Processor_Type result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set IMP_Processor_Type_ID. /** Set Import Processor Type.
@param IMP_Processor_Type_ID IMP_Processor_Type_ID */ @param IMP_Processor_Type_ID Import Processor Type */
public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID)
{ {
if (IMP_Processor_Type_ID < 1) 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)); set_Value (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID));
} }
/** Get IMP_Processor_Type_ID. /** Get Import Processor Type.
@return IMP_Processor_Type_ID */ @return Import Processor Type */
public int getIMP_Processor_Type_ID () public int getIMP_Processor_Type_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID);

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for IMP_ProcessorLog /** Generated Model for IMP_ProcessorLog
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name);
org.eevolution.model.I_IMP_Processor result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set IMP_Processor_ID. /** Set Import Processor.
@param IMP_Processor_ID IMP_Processor_ID */ @param IMP_Processor_ID Import Processor */
public void setIMP_Processor_ID (int IMP_Processor_ID) public void setIMP_Processor_ID (int IMP_Processor_ID)
{ {
if (IMP_Processor_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID));
} }
/** Get IMP_Processor_ID. /** Get Import Processor.
@return IMP_Processor_ID */ @return Import Processor */
public int getIMP_Processor_ID () public int getIMP_Processor_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_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(); return ii.intValue();
} }
/** Set IMP_ProcessorLog_ID. /** Set Import Processor Log.
@param IMP_ProcessorLog_ID IMP_ProcessorLog_ID */ @param IMP_ProcessorLog_ID Import Processor Log */
public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID) public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID)
{ {
if (IMP_ProcessorLog_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, Integer.valueOf(IMP_ProcessorLog_ID));
} }
/** Get IMP_ProcessorLog_ID. /** Get Import Processor Log.
@return IMP_ProcessorLog_ID */ @return Import Processor Log */
public int getIMP_ProcessorLog_ID () public int getIMP_ProcessorLog_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID); Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID);

View File

@ -25,7 +25,7 @@ import org.compiere.model.*;
/** Generated Model for IMP_ProcessorParameter /** Generated Model for IMP_ProcessorParameter
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name);
org.eevolution.model.I_IMP_Processor result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set IMP_Processor_ID. /** Set Import Processor.
@param IMP_Processor_ID IMP_Processor_ID */ @param IMP_Processor_ID Import Processor */
public void setIMP_Processor_ID (int IMP_Processor_ID) public void setIMP_Processor_ID (int IMP_Processor_ID)
{ {
if (IMP_Processor_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID));
} }
/** Get IMP_Processor_ID. /** Get Import Processor.
@return IMP_Processor_ID */ @return Import Processor */
public int getIMP_Processor_ID () public int getIMP_Processor_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_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(); return ii.intValue();
} }
/** Set IMP_ProcessorParameter_ID. /** Set Import Processor Parameter.
@param IMP_ProcessorParameter_ID IMP_ProcessorParameter_ID */ @param IMP_ProcessorParameter_ID Import Processor Parameter */
public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID) public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID)
{ {
if (IMP_ProcessorParameter_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, Integer.valueOf(IMP_ProcessorParameter_ID));
} }
/** Get IMP_ProcessorParameter_ID. /** Get Import Processor Parameter.
@return IMP_ProcessorParameter_ID */ @return Import Processor Parameter */
public int getIMP_ProcessorParameter_ID () public int getIMP_ProcessorParameter_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID); Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID);

View File

@ -23,7 +23,7 @@ import org.compiere.model.*;
/** Generated Model for IMP_Processor_Type /** Generated Model for IMP_Processor_Type
* @author Adempiere (generated) * @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 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); return (String)get_Value(COLUMNNAME_Help);
} }
/** Set IMP_Processor_Type_ID. /** Set Import Processor Type.
@param IMP_Processor_Type_ID IMP_Processor_Type_ID */ @param IMP_Processor_Type_ID Import Processor Type */
public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID)
{ {
if (IMP_Processor_Type_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID));
} }
/** Get IMP_Processor_Type_ID. /** Get Import Processor Type.
@return IMP_Processor_Type_ID */ @return Import Processor Type */
public int getIMP_Processor_Type_ID () public int getIMP_Processor_Type_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID);

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Cost_Collector /** Generated Model for PP_Cost_Collector
* @author Adempiere (generated) * @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 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); super (ctx, PP_Cost_Collector_ID, trxName);
/** if (PP_Cost_Collector_ID == 0) /** if (PP_Cost_Collector_ID == 0)
{ {
setC_DocTypeTarget_ID (0);
setC_DocType_ID (0); setC_DocType_ID (0);
// 0 // 0
setC_DocTypeTarget_ID (0);
setCostCollectorType (null); setCostCollectorType (null);
setDateAcct (new Timestamp( System.currentTimeMillis() )); setDateAcct (new Timestamp( System.currentTimeMillis() ));
// @#Date@ // @#Date@
setM_Locator_ID (0); setM_Locator_ID (0);
setM_Product_ID (0);
setM_Warehouse_ID (0);
setMovementDate (new Timestamp( System.currentTimeMillis() )); setMovementDate (new Timestamp( System.currentTimeMillis() ));
// @#Date@ // @#Date@
setMovementQty (Env.ZERO); setMovementQty (Env.ZERO);
// 0 // 0
setM_Product_ID (0);
setM_Warehouse_ID (0);
setPosted (false);
setPP_Cost_Collector_ID (0); setPP_Cost_Collector_ID (0);
setPP_Order_ID (0); setPP_Order_ID (0);
setPosted (false);
setProcessed (false); setProcessed (false);
setS_Resource_ID (0); 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(); 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. /** Set Document Type.
@param C_DocType_ID @param C_DocType_ID
Document type or rules 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(); return ii.intValue();
} }
public I_C_Order getC_Order() throws RuntimeException /** Set Target Document Type.
@param C_DocTypeTarget_ID
Target document type for conversing documents
*/
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID)
{ {
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name); if (C_DocTypeTarget_ID < 1)
I_C_Order result = null; throw new IllegalArgumentException ("C_DocTypeTarget_ID is mandatory.");
try { set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID));
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. /** Get Target Document Type.
@param C_Order_ID @return Target document type for conversing documents
Order
*/ */
public void setC_Order_ID (int C_Order_ID) public int getC_DocTypeTarget_ID ()
{ {
if (C_Order_ID < 1) Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID);
set_Value (COLUMNNAME_C_Order_ID, null);
else
set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID));
}
/** Get Order.
@return Order
*/
public int getC_Order_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID);
if (ii == null) if (ii == null)
return 0; return 0;
return ii.intValue(); 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 public I_C_Project getC_Project() throws RuntimeException
{ {
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name); 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(); 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. /** Set Account Date.
@param DateAcct @param DateAcct
Accounting Date Accounting Date
@ -660,6 +621,47 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue(); 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 public I_M_Product getM_Product() throws RuntimeException
{ {
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name); 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(); return ii.intValue();
} }
/** Set Movement Date. /** Set Posted.
@param MovementDate @param Posted
Date a product was moved in or out of inventory Posting status
*/ */
public void setMovementDate (Timestamp MovementDate) public void setPosted (boolean Posted)
{ {
if (MovementDate == null) set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted));
throw new IllegalArgumentException ("MovementDate is mandatory.");
set_Value (COLUMNNAME_MovementDate, MovementDate);
} }
/** Get Movement Date. /** Get Posted.
@return Date a product was moved in or out of inventory @return Posting status
*/ */
public Timestamp getMovementDate () public boolean isPosted ()
{ {
return (Timestamp)get_Value(COLUMNNAME_MovementDate); Object oo = get_Value(COLUMNNAME_Posted);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
} }
return false;
/** 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;
} }
/** Set Manufacturing Cost Collector. /** 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name);
org.eevolution.model.I_PP_Order_BOMLine result = null; 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name);
org.eevolution.model.I_PP_Order result = null; 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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_Node.Table_Name);
org.eevolution.model.I_PP_Order_Node result = null; 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(); 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. /** Set Processed.
@param Processed @param Processed
The document has been 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(); 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 public I_S_Resource getS_Resource() throws RuntimeException
{ {
Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name); 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(); 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. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 User defined list element #1

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_MRP /** Generated Model for PP_MRP
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -119,7 +119,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -158,7 +158,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
org.eevolution.model.I_DD_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -341,7 +341,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_OrderLine.Table_Name);
org.eevolution.model.I_DD_OrderLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); 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. /** Set Document Status.
@param DocStatus @param DocStatus
The current status of the document The current status of the document
*/ */
public void setDocStatus (String DocStatus) 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. /** Get Document Status.
@ -435,7 +462,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return false; 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); Class<?> clazz = MTable.getClass(I_M_Forecast.Table_Name);
I_M_Forecast result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -474,7 +501,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_ForecastLine.Table_Name);
I_M_ForecastLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -513,7 +540,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -552,7 +579,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Requisition.Table_Name);
I_M_Requisition result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -591,7 +618,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_RequisitionLine.Table_Name);
I_M_RequisitionLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -630,7 +657,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); return (String)get_Value(COLUMNNAME_OrderType);
} }
/** Planner_ID AD_Reference_ID=286 */
public static final int PLANNER_ID_AD_Reference_ID=286;
/** Set Planner. /** Set Planner.
@param Planner_ID Planner */ @param Planner_ID Planner */
public void setPlanner_ID (int Planner_ID) 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(); return ii.intValue();
} }
/** Set PP_MRP_ID. /** Set Material Requirement Planning.
@param PP_MRP_ID PP_MRP_ID */ @param PP_MRP_ID Material Requirement Planning */
public void setPP_MRP_ID (int PP_MRP_ID) public void setPP_MRP_ID (int PP_MRP_ID)
{ {
if (PP_MRP_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_MRP_ID, Integer.valueOf(PP_MRP_ID));
} }
/** Get PP_MRP_ID. /** Get Material Requirement Planning.
@return PP_MRP_ID */ @return Material Requirement Planning */
public int getPP_MRP_ID () public int getPP_MRP_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name);
org.eevolution.model.I_PP_Order_BOMLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_BOMLine_ID. /** Set Manufacturing Order BOM Line.
@param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */
public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID)
{ {
if (PP_Order_BOMLine_ID < 1) 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)); set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID));
} }
/** Get PP_Order_BOMLine_ID. /** Get Manufacturing Order BOM Line.
@return PP_Order_BOMLine_ID */ @return Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID () public int getPP_Order_BOMLine_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name);
org.eevolution.model.I_PP_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_ID. /** Set Manufacturing Order.
@param PP_Order_ID PP_Order_ID */ @param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID) public void setPP_Order_ID (int PP_Order_ID)
{ {
if (PP_Order_ID < 1) 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)); set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
} }
/** Get PP_Order_ID. /** Get Manufacturing Order.
@return PP_Order_ID */ @return Manufacturing Order */
public int getPP_Order_ID () public int getPP_Order_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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; 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); Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name);
I_S_Resource result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order /** Generated Model for PP_Order
* @author Adempiere (generated) * @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 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(); return sb.toString();
} }
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization. /** Set Trx Organization.
@param AD_OrgTrx_ID @param AD_OrgTrx_ID
Performing or initiating organization Performing or initiating organization
@ -142,7 +140,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
I_AD_Workflow result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -200,7 +198,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return bd; 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); Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -239,7 +237,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -278,8 +276,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** C_DocType_ID AD_Reference_ID=53233 */
public static final int C_DOCTYPE_ID_AD_Reference_ID=53233;
/** Set Document Type. /** Set Document Type.
@param C_DocType_ID @param C_DocType_ID
Document type or rules Document type or rules
@ -303,8 +299,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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. /** Set Target Document Type.
@param C_DocTypeTarget_ID @param C_DocTypeTarget_ID
Target document type for conversing documents 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); 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); Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -383,7 +377,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -422,7 +416,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -937,22 +931,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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. /** Set Product.
@param M_Product_ID @param M_Product_ID
Product, Service, Item Product, Service, Item
@ -975,7 +953,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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); return (String)get_Value(COLUMNNAME_OrderType);
} }
/** Planner_ID AD_Reference_ID=286 */
public static final int PLANNER_ID_AD_Reference_ID=286;
/** Set Planner. /** Set Planner.
@param Planner_ID Planner */ @param Planner_ID Planner */
public void setPlanner_ID (int Planner_ID) 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; return false;
} }
/** Set PP_Order_ID. /** Set Manufacturing Order.
@param PP_Order_ID PP_Order_ID */ @param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID) public void setPP_Order_ID (int PP_Order_ID)
{ {
if (PP_Order_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
} }
/** Get PP_Order_ID. /** Get Manufacturing Order.
@return PP_Order_ID */ @return Manufacturing Order */
public int getPP_Order_ID () public int getPP_Order_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name);
org.eevolution.model.I_PP_Product_BOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -1343,7 +1319,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
} }
/** Set QtyScrap. /** Set QtyScrap.
@param QtyScrap QtyScrap */ @param QtyScrap
Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap) public void setQtyScrap (BigDecimal QtyScrap)
{ {
if (QtyScrap == null) if (QtyScrap == null)
@ -1352,7 +1330,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
} }
/** Get QtyScrap. /** Get QtyScrap.
@return QtyScrap */ @return Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap () public BigDecimal getQtyScrap ()
{ {
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); 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); 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); Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name);
I_S_Resource result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -1433,8 +1412,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1. /** Set User List 1.
@param User1_ID @param User1_ID
User defined list element #1 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(); return ii.intValue();
} }
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2. /** Set User List 2.
@param User2_ID @param User2_ID
User defined list element #2 User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_BOM /** Generated Model for PP_Order_BOM
* @author Adempiere (generated) * @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 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); 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); Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -275,7 +275,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -314,7 +314,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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()); return new KeyNamePair(get_ID(), getName());
} }
/** Set PP_Order_BOM_ID. /** Set Manufacturing Order BOM.
@param PP_Order_BOM_ID PP_Order_BOM_ID */ @param PP_Order_BOM_ID Manufacturing Order BOM */
public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) public void setPP_Order_BOM_ID (int PP_Order_BOM_ID)
{ {
if (PP_Order_BOM_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID));
} }
/** Get PP_Order_BOM_ID. /** Get Manufacturing Order BOM.
@return PP_Order_BOM_ID */ @return Manufacturing Order BOM */
public int getPP_Order_BOM_ID () public int getPP_Order_BOM_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name);
org.eevolution.model.I_PP_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_ID. /** Set Manufacturing Order.
@param PP_Order_ID PP_Order_ID */ @param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID) public void setPP_Order_ID (int PP_Order_ID)
{ {
if (PP_Order_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
} }
/** Get PP_Order_ID. /** Get Manufacturing Order.
@return PP_Order_ID */ @return Manufacturing Order */
public int getPP_Order_ID () public int getPP_Order_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID);

View File

@ -29,7 +29,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_BOMLine /** Generated Model for PP_Order_BOMLine
* @author Adempiere (generated) * @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 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(); return sb.toString();
} }
/** AD_User_ID AD_Reference_ID=286 */
public static final int AD_USER_ID_AD_Reference_ID=286;
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID @param AD_User_ID
User within the system - Internal or Business Partner Contact 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); 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); Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -453,7 +451,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -515,7 +513,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; 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())); 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); Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -599,7 +597,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOM.Table_Name);
org.eevolution.model.I_PP_Order_BOM result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_BOM_ID. /** Set Manufacturing Order BOM.
@param PP_Order_BOM_ID PP_Order_BOM_ID */ @param PP_Order_BOM_ID Manufacturing Order BOM */
public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) public void setPP_Order_BOM_ID (int PP_Order_BOM_ID)
{ {
if (PP_Order_BOM_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID));
} }
/** Get PP_Order_BOM_ID. /** Get Manufacturing Order BOM.
@return PP_Order_BOM_ID */ @return Manufacturing Order BOM */
public int getPP_Order_BOM_ID () public int getPP_Order_BOM_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); return ii.intValue();
} }
/** Set PP_Order_BOMLine_ID. /** Set Manufacturing Order BOM Line.
@param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */
public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID)
{ {
if (PP_Order_BOMLine_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID));
} }
/** Get PP_Order_BOMLine_ID. /** Get Manufacturing Order BOM Line.
@return PP_Order_BOMLine_ID */ @return Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID () public int getPP_Order_BOMLine_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name);
org.eevolution.model.I_PP_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_ID. /** Set Manufacturing Order.
@param PP_Order_ID PP_Order_ID */ @param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID) public void setPP_Order_ID (int PP_Order_ID)
{ {
if (PP_Order_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
} }
/** Get PP_Order_ID. /** Get Manufacturing Order.
@return PP_Order_ID */ @return Manufacturing Order */
public int getPP_Order_ID () public int getPP_Order_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); return ii.intValue();
} }
/** Set Quantity %. /** Set Quantity in %.
@param QtyBatch @param QtyBatch
Indicate the Quantity % use in this Formula 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); set_ValueNoCheck (COLUMNNAME_QtyBatch, QtyBatch);
} }
/** Get Quantity %. /** Get Quantity in %.
@return Indicate the Quantity % use in this Formula @return Indicate the Quantity % use in this Formula
*/ */
public BigDecimal getQtyBatch () public BigDecimal getQtyBatch ()
@ -854,7 +852,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
} }
/** Set QtyScrap. /** Set QtyScrap.
@param QtyScrap QtyScrap */ @param QtyScrap
Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap) public void setQtyScrap (BigDecimal QtyScrap)
{ {
if (QtyScrap == null) if (QtyScrap == null)
@ -863,7 +863,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
} }
/** Get QtyScrap. /** Get QtyScrap.
@return QtyScrap */ @return Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap () public BigDecimal getQtyScrap ()
{ {
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); 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; return bd;
} }
/** Set Scrap. /** Set % Scrap.
@param 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) public void setScrap (BigDecimal Scrap)
{ {
set_ValueNoCheck (COLUMNNAME_Scrap, Scrap); set_ValueNoCheck (COLUMNNAME_Scrap, Scrap);
} }
/** Get Scrap. /** Get % Scrap.
@return Indicate the Scrap Quantity that is generate in a manufacturing process @return Indicate the % Scrap for calculate the Scrap Quantity
*/ */
public BigDecimal getScrap () public BigDecimal getScrap ()
{ {

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for PP_Order_BOMLineMA /** Generated Model for PP_Order_BOMLineMA
* @author Adempiere (generated) * @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 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; 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name);
org.eevolution.model.I_PP_Order_BOMLine result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_BOMLine_ID. /** Set Manufacturing Order BOM Line.
@param PP_Order_BOMLine_ID PP_Order_BOMLine_ID */ @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */
public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID)
{ {
if (PP_Order_BOMLine_ID < 1) 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)); set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID));
} }
/** Get PP_Order_BOMLine_ID. /** Get Manufacturing Order BOM Line.
@return PP_Order_BOMLine_ID */ @return Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID () public int getPP_Order_BOMLine_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); return ii.intValue();
} }
/** Set PP_Order_BOMLineMA_ID. /** Set Manufacturing Order BOM Line MA.
@param PP_Order_BOMLineMA_ID PP_Order_BOMLineMA_ID */ @param PP_Order_BOMLineMA_ID Manufacturing Order BOM Line MA */
public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID) public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID)
{ {
if (PP_Order_BOMLineMA_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLineMA_ID, Integer.valueOf(PP_Order_BOMLineMA_ID));
} }
/** Get PP_Order_BOMLineMA_ID. /** Get Manufacturing Order BOM Line MA.
@return PP_Order_BOMLineMA_ID */ @return Manufacturing Order BOM Line MA */
public int getPP_Order_BOMLineMA_ID () public int getPP_Order_BOMLineMA_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLineMA_ID); Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLineMA_ID);

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for PP_Order_Cost /** Generated Model for PP_Order_Cost
* @author Adempiere (generated) * @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 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(); 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); Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
I_AD_Workflow result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -116,7 +116,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -286,15 +286,15 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
return bd; return bd;
} }
/** Set CurrentCostPriceLL. /** Set Current Cost Price Lower Level.
@param CurrentCostPriceLL CurrentCostPriceLL */ @param CurrentCostPriceLL Current Cost Price Lower Level */
public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL)
{ {
set_ValueNoCheck (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); set_ValueNoCheck (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL);
} }
/** Get CurrentCostPriceLL. /** Get Current Cost Price Lower Level.
@return CurrentCostPriceLL */ @return Current Cost Price Lower Level */
public BigDecimal getCurrentCostPriceLL () public BigDecimal getCurrentCostPriceLL ()
{ {
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); 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(); 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); Class<?> clazz = MTable.getClass(I_M_CostElement.Table_Name);
I_M_CostElement result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -385,7 +385,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_CostType.Table_Name);
I_M_CostType result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -424,7 +424,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
return ii.intValue(); 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); Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
@ -462,8 +462,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
return ii.intValue(); return ii.intValue();
} }
/** Set PP_Order_Cost_ID. /** Set Manufacturing Order Cost.
@param PP_Order_Cost_ID PP_Order_Cost_ID */ @param PP_Order_Cost_ID Manufacturing Order Cost */
public void setPP_Order_Cost_ID (int PP_Order_Cost_ID) public void setPP_Order_Cost_ID (int PP_Order_Cost_ID)
{ {
if (PP_Order_Cost_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_Cost_ID, Integer.valueOf(PP_Order_Cost_ID));
} }
/** Get PP_Order_Cost_ID. /** Get Manufacturing Order Cost.
@return PP_Order_Cost_ID */ @return Manufacturing Order Cost */
public int getPP_Order_Cost_ID () public int getPP_Order_Cost_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_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(); 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); Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order.Table_Name);
org.eevolution.model.I_PP_Order result = null; 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) { } catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e; throw new RuntimeException( e );
} }
return result; return result;
} }
/** Set PP_Order_ID. /** Set Manufacturing Order.
@param PP_Order_ID PP_Order_ID */ @param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID) public void setPP_Order_ID (int PP_Order_ID)
{ {
if (PP_Order_ID < 1) 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)); set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
} }
/** Get PP_Order_ID. /** Get Manufacturing Order.
@return PP_Order_ID */ @return Manufacturing Order */
public int getPP_Order_ID () public int getPP_Order_ID ()
{ {
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID);

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More