generate model X_ classes for org.eevolution.model package

deleted some extra classes not generated with official generatemodel
This commit is contained in:
Carlos Ruiz 2009-09-16 00:04:51 +00:00
parent 595cf6bd3b
commit b99d20e12d
108 changed files with 1067 additions and 7510 deletions

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxBase
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_C_TaxBase
{
@ -76,15 +76,6 @@ public interface I_C_TaxBase
*/
public String getBase();
/** Column name C_TaxBase_ID */
public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID";
/** Set Tax Base */
public void setC_TaxBase_ID (int C_TaxBase_ID);
/** Get Tax Base */
public int getC_TaxBase_ID();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -101,6 +92,15 @@ public interface I_C_TaxBase
*/
public int getCreatedBy();
/** Column name C_TaxBase_ID */
public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID";
/** Set Tax Base */
public void setC_TaxBase_ID (int C_TaxBase_ID);
/** Get Tax Base */
public int getC_TaxBase_ID();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxDefinition
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_C_TaxDefinition
{
@ -67,32 +67,17 @@ public interface I_C_TaxDefinition
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
/** Set Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public void setAD_OrgType_ID (int AD_OrgType_ID);
/** Get Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public int getAD_OrgType_ID();
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 RuntimeException;
/** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -108,20 +93,36 @@ public interface I_C_TaxDefinition
public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Tax_ID */
public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID";
/** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
/** Set Tax.
* Tax identifier
/** Set Business Partner Group.
* Business Partner Group
*/
public void setC_Tax_ID (int C_Tax_ID);
public void setC_BP_Group_ID (int C_BP_Group_ID);
/** Get Tax.
* Tax identifier
/** Get Business Partner Group.
* Business Partner Group
*/
public int getC_Tax_ID();
public int getC_BP_Group_ID();
public I_C_Tax getC_Tax() throws RuntimeException;
public I_C_BP_Group getC_BP_Group() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name C_TaxBase_ID */
public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID";
@ -169,6 +170,21 @@ public interface I_C_TaxDefinition
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException;
/** Column name C_Tax_ID */
public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID";
/** Set Tax.
* Tax identifier
*/
public void setC_Tax_ID (int C_Tax_ID);
/** Get Tax.
* Tax identifier
*/
public int getC_Tax_ID();
public I_C_Tax getC_Tax() throws RuntimeException;
/** Column name C_TaxType_ID */
public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID";
@ -180,22 +196,6 @@ public interface I_C_TaxDefinition
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
@ -248,6 +248,24 @@ public interface I_C_TaxDefinition
*/
public boolean isInvoiced();
/** Column name MaxTaxable */
public static final String COLUMNNAME_MaxTaxable = "MaxTaxable";
/** Set Max Taxable */
public void setMaxTaxable (int MaxTaxable);
/** Get Max Taxable */
public int getMaxTaxable();
/** Column name MinTaxable */
public static final String COLUMNNAME_MinTaxable = "MinTaxable";
/** Set Min Taxable */
public void setMinTaxable (int MinTaxable);
/** Get Min Taxable */
public int getMinTaxable();
/** Column name M_Product_Category_ID */
public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID";
@ -278,24 +296,6 @@ public interface I_C_TaxDefinition
public I_M_Product getM_Product() throws RuntimeException;
/** Column name MaxTaxable */
public static final String COLUMNNAME_MaxTaxable = "MaxTaxable";
/** Set Max Taxable */
public void setMaxTaxable (int MaxTaxable);
/** Get Max Taxable */
public int getMaxTaxable();
/** Column name MinTaxable */
public static final String COLUMNNAME_MinTaxable = "MinTaxable";
/** Set Min Taxable */
public void setMinTaxable (int MinTaxable);
/** Get Min Taxable */
public int getMinTaxable();
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxGroup
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_C_TaxGroup
{
@ -63,15 +63,6 @@ public interface I_C_TaxGroup
*/
public int getAD_Org_ID();
/** Column name C_TaxGroup_ID */
public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID";
/** Set Tax Group */
public void setC_TaxGroup_ID (int C_TaxGroup_ID);
/** Get Tax Group */
public int getC_TaxGroup_ID();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -88,6 +79,15 @@ public interface I_C_TaxGroup
*/
public int getCreatedBy();
/** Column name C_TaxGroup_ID */
public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID";
/** Set Tax Group */
public void setC_TaxGroup_ID (int C_TaxGroup_ID);
/** Get Tax Group */
public int getC_TaxGroup_ID();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_TaxType
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_C_TaxType
{
@ -63,15 +63,6 @@ public interface I_C_TaxType
*/
public int getAD_Org_ID();
/** 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();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -88,6 +79,15 @@ public interface I_C_TaxType
*/
public int getCreatedBy();
/** 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();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_NetworkDistribution
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_DD_NetworkDistribution
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_NetworkDistributionLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_DD_NetworkDistributionLine
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_Order
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_DD_Order
{
@ -181,6 +181,19 @@ public interface I_DD_Order
public I_C_DocType getC_DocType() throws RuntimeException;
/** Column name ChargeAmt */
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
/** Set Charge amount.
* Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt);
/** Get Charge amount.
* Charge Amount
*/
public BigDecimal getChargeAmt();
/** Column name C_Invoice_ID */
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
@ -226,19 +239,6 @@ public interface I_DD_Order
public I_C_Project getC_Project() throws RuntimeException;
/** Column name ChargeAmt */
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
/** Set Charge amount.
* Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt);
/** Get Charge amount.
* Charge Amount
*/
public BigDecimal getChargeAmt();
/** Column name CreateConfirm */
public static final String COLUMNNAME_CreateConfirm = "CreateConfirm";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for DD_OrderLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_DD_OrderLine
{
@ -121,6 +121,19 @@ public interface I_DD_OrderLine
public I_C_Charge getC_Charge() throws RuntimeException;
/** Column name ConfirmedQty */
public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty";
/** Set Confirmed Quantity.
* Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty);
/** Get Confirmed Quantity.
* Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty();
/** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
@ -136,34 +149,6 @@ public interface I_DD_OrderLine
public I_C_Project getC_Project() throws RuntimeException;
/** 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 RuntimeException;
/** Column name ConfirmedQty */
public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty";
/** Set Confirmed Quantity.
* Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty);
/** Get Confirmed Quantity.
* Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -180,6 +165,21 @@ public interface I_DD_OrderLine
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Attribute
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Attribute
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Concept
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept_Acct
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Concept_Acct
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Concept_Category
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Concept_Category
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Contract
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Contract
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Department
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Department
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Employee
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Employee
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Job
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Job
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_List
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_List
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_ListLine
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListType
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_ListType
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ListVersion
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_ListVersion
{
@ -92,17 +92,6 @@ public interface I_HR_ListVersion
*/
public String getDescription();
/** Column name HR_List_ID */
public static final String COLUMNNAME_HR_List_ID = "HR_List_ID";
/** Set Payroll List */
public void setHR_List_ID (int HR_List_ID);
/** Get Payroll List */
public int getHR_List_ID();
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException;
/** Column name HR_ListBase_ID */
public static final String COLUMNNAME_HR_ListBase_ID = "HR_ListBase_ID";
@ -114,6 +103,17 @@ public interface I_HR_ListVersion
public org.eevolution.model.I_HR_List getHR_ListBase() throws RuntimeException;
/** Column name HR_List_ID */
public static final String COLUMNNAME_HR_List_ID = "HR_List_ID";
/** Set Payroll List */
public void setHR_List_ID (int HR_List_ID);
/** Get Payroll List */
public int getHR_List_ID();
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException;
/** Column name HR_ListVersion_ID */
public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Movement
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Movement
{
@ -145,6 +145,15 @@ public interface I_HR_Movement
public I_C_Campaign getC_Campaign() throws RuntimeException;
/** Column name ColumnType */
public static final String COLUMNNAME_ColumnType = "ColumnType";
/** Set Column Type */
public void setColumnType (String ColumnType);
/** Get Column Type */
public String getColumnType();
/** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
@ -190,15 +199,6 @@ public interface I_HR_Movement
public I_C_ProjectTask getC_ProjectTask() throws RuntimeException;
/** Column name ColumnType */
public static final String COLUMNNAME_ColumnType = "ColumnType";
/** Set Column Type */
public void setColumnType (String ColumnType);
/** Get Column Type */
public String getColumnType();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Payroll
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Payroll
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_PayrollConcept
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_PayrollConcept
{
@ -101,6 +101,15 @@ public interface I_HR_PayrollConcept
public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException;
/** Column name HR_PayrollConcept_ID */
public static final String COLUMNNAME_HR_PayrollConcept_ID = "HR_PayrollConcept_ID";
/** Set Payroll Concept */
public void setHR_PayrollConcept_ID (int HR_PayrollConcept_ID);
/** Get Payroll Concept */
public int getHR_PayrollConcept_ID();
/** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID";
@ -112,15 +121,6 @@ public interface I_HR_PayrollConcept
public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException;
/** Column name HR_PayrollConcept_ID */
public static final String COLUMNNAME_HR_PayrollConcept_ID = "HR_PayrollConcept_ID";
/** Set Payroll Concept */
public void setHR_PayrollConcept_ID (int HR_PayrollConcept_ID);
/** Get Payroll Concept */
public int getHR_PayrollConcept_ID();
/** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Period
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Period
{
@ -78,21 +78,6 @@ public interface I_HR_Period
public I_C_Period getC_Period() throws RuntimeException;
/** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "C_Year_ID";
/** Set Year.
* Calendar Year
*/
public void setC_Year_ID (int C_Year_ID);
/** Get Year.
* Calendar Year
*/
public int getC_Year_ID();
public I_C_Year getC_Year() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -109,6 +94,21 @@ public interface I_HR_Period
*/
public int getCreatedBy();
/** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "C_Year_ID";
/** Set Year.
* Calendar Year
*/
public void setC_Year_ID (int C_Year_ID);
/** Get Year.
* Calendar Year
*/
public int getC_Year_ID();
public I_C_Year getC_Year() throws RuntimeException;
/** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Process
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Process
{
@ -153,6 +153,19 @@ public interface I_HR_Process
public I_C_DocType getC_DocTypeTarget() throws RuntimeException;
/** Column name ColumnSQL */
public static final String COLUMNNAME_ColumnSQL = "ColumnSQL";
/** Set Column SQL.
* Virtual Column (r/o)
*/
public void setColumnSQL (String ColumnSQL);
/** Get Column SQL.
* Virtual Column (r/o)
*/
public String getColumnSQL();
/** Column name C_PaySelection_ID */
public static final String COLUMNNAME_C_PaySelection_ID = "C_PaySelection_ID";
@ -168,19 +181,6 @@ public interface I_HR_Process
public I_C_PaySelection getC_PaySelection() throws RuntimeException;
/** Column name ColumnSQL */
public static final String COLUMNNAME_ColumnSQL = "ColumnSQL";
/** Set Column SQL.
* Virtual Column (r/o)
*/
public void setColumnSQL (String ColumnSQL);
/** Get Column SQL.
* Virtual Column (r/o)
*/
public String getColumnSQL();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";

View File

@ -1,83 +0,0 @@
/**********************************************************************
* This file is part of Adempiere ERP Bazaar *
* http://www.adempiere.org *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software;
you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* as published by the Free Software Foundation;
either version 2 *
* of the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY;
without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program;
if not, write to the Free Software *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import org.compiere.model.MTable;
import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_ProfileJob
* @author Trifon Trifonov (generated)
* @version Release 3.5.0b
*/
public interface I_HR_ProfileJob
{
/** TableName=HR_ProfileJob */
public static final String Table_Name = "HR_ProfileJob";
/** AD_Table_ID=1000004 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
/** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID";
/** Set HR_Job_ID */
public void setHR_Job_ID (int HR_Job_ID);
/** Get HR_Job_ID */
public int getHR_Job_ID();
public I_HR_Job getHR_Job() throws Exception;
/** Column name HR_ProfileJob_ID */
public static final String COLUMNNAME_HR_ProfileJob_ID = "HR_ProfileJob_ID";
/** Set HR_ProfileJob_ID */
public void setHR_ProfileJob_ID (int HR_ProfileJob_ID);
/** Get HR_ProfileJob_ID */
public int getHR_ProfileJob_ID();
/** Column name HR_ProfileLine_ID */
public static final String COLUMNNAME_HR_ProfileLine_ID = "HR_ProfileLine_ID";
}

View File

@ -1,90 +0,0 @@
/**********************************************************************
* This file is part of Adempiere ERP Bazaar *
* http://www.adempiere.org *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software;
you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* as published by the Free Software Foundation;
either version 2 *
* of the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY;
without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program;
if not, write to the Free Software *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import org.compiere.model.I_C_BPartner;
import org.compiere.model.MTable;
import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Profile_bp
* @author Trifon Trifonov (generated)
* @version Release 3.5.0b
*/
public interface I_HR_Profile_bp
{
/** TableName=HR_Profile_bp */
public static final String Table_Name = "HR_Profile_bp";
/** AD_Table_ID=1000000 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
/** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
/** Set Business Partner .
* Identifies a Business Partner
*/
public void setC_BPartner_ID (int C_BPartner_ID);
/** Get Business Partner .
* Identifies a Business Partner
*/
public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception;
/** Column name HR_Job_ID */
public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID";
/** Set HR_Job_ID */
public void setHR_Job_ID (int HR_Job_ID);
/** Get HR_Job_ID */
public int getHR_Job_ID();
public I_HR_Job getHR_Job() throws Exception;
/** Column name HR_ProfileLine_ID */
public static final String COLUMNNAME_HR_ProfileLine_ID = "HR_ProfileLine_ID";
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for HR_Year
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_HR_Year
{
@ -63,21 +63,6 @@ public interface I_HR_Year
*/
public int getAD_Org_ID();
/** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "C_Year_ID";
/** Set Year.
* Calendar Year
*/
public void setC_Year_ID (int C_Year_ID);
/** Get Year.
* Calendar Year
*/
public int getC_Year_ID();
public I_C_Year getC_Year() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -94,6 +79,21 @@ public interface I_HR_Year
*/
public int getCreatedBy();
/** Column name C_Year_ID */
public static final String COLUMNNAME_C_Year_ID = "C_Year_ID";
/** Set Year.
* Calendar Year
*/
public void setC_Year_ID (int C_Year_ID);
/** Get Year.
* Calendar Year
*/
public int getC_Year_ID();
public I_C_Year getC_Year() throws RuntimeException;
/** Column name HR_Payroll_ID */
public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Cost_Collector
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Cost_Collector
{
@ -149,6 +149,19 @@ public interface I_PP_Cost_Collector
public I_C_DocType getC_DocTypeTarget() throws RuntimeException;
/** Column name CostCollectorType */
public static final String COLUMNNAME_CostCollectorType = "CostCollectorType";
/** Set Cost Collector Type.
* Transaction Type for Manufacturing Management
*/
public void setCostCollectorType (String CostCollectorType);
/** Get Cost Collector Type.
* Transaction Type for Manufacturing Management
*/
public String getCostCollectorType();
/** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
@ -164,34 +177,6 @@ public interface I_PP_Cost_Collector
public I_C_Project getC_Project() throws RuntimeException;
/** 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 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 Created */
public static final String COLUMNNAME_Created = "Created";
@ -208,6 +193,21 @@ public interface I_PP_Cost_Collector
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct";
@ -343,6 +343,32 @@ public interface I_PP_Cost_Collector
public I_M_Locator getM_Locator() throws RuntimeException;
/** Column name MovementDate */
public static final String COLUMNNAME_MovementDate = "MovementDate";
/** Set Movement Date.
* Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate);
/** Get Movement Date.
* Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate();
/** Column name MovementQty */
public static final String COLUMNNAME_MovementQty = "MovementQty";
/** Set Movement Quantity.
* Quantity of a product moved.
*/
public void setMovementQty (BigDecimal MovementQty);
/** Get Movement Quantity.
* Quantity of a product moved.
*/
public BigDecimal getMovementQty();
/** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
@ -373,32 +399,6 @@ public interface I_PP_Cost_Collector
public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name MovementDate */
public static final String COLUMNNAME_MovementDate = "MovementDate";
/** Set Movement Date.
* Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate);
/** Get Movement Date.
* Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate();
/** Column name 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 Posted */
public static final String COLUMNNAME_Posted = "Posted";
@ -511,21 +511,6 @@ public interface I_PP_Cost_Collector
public org.eevolution.model.I_PP_Cost_Collector getReversal() throws RuntimeException;
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name ScrappedQty */
public static final String COLUMNNAME_ScrappedQty = "ScrappedQty";
@ -548,6 +533,21 @@ public interface I_PP_Cost_Collector
/** Get Setup Time Real */
public BigDecimal getSetupTimeReal();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name Updated */
public static final String COLUMNNAME_Updated = "Updated";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Cost_CollectorMA
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Cost_CollectorMA
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_MRP
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_MRP
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order
{
@ -164,6 +164,19 @@ public interface I_PP_Order
public I_C_DocType getC_DocTypeTarget() throws RuntimeException;
/** Column name CopyFrom */
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
/** Set Copy From.
* Copy From Record
*/
public void setCopyFrom (String CopyFrom);
/** Get Copy From.
* Copy From Record
*/
public String getCopyFrom();
/** Column name C_OrderLine_ID */
public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID";
@ -194,34 +207,6 @@ public interface I_PP_Order
public I_C_Project getC_Project() throws RuntimeException;
/** 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 RuntimeException;
/** Column name CopyFrom */
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
/** Set Copy From.
* Copy From Record
*/
public void setCopyFrom (String CopyFrom);
/** Get Copy From.
* Copy From Record
*/
public String getCopyFrom();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
@ -238,6 +223,21 @@ public interface I_PP_Order
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name DateConfirm */
public static final String COLUMNNAME_DateConfirm = "DateConfirm";
@ -725,21 +725,6 @@ public interface I_PP_Order
*/
public BigDecimal getQtyScrap();
/** 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 ScheduleType */
public static final String COLUMNNAME_ScheduleType = "ScheduleType";
@ -766,6 +751,21 @@ public interface I_PP_Order
*/
public String getSerNo();
/** 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 Updated */
public static final String COLUMNNAME_Updated = "Updated";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOM
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_BOM
{
@ -89,21 +89,6 @@ public interface I_PP_Order_BOM
*/
public String getBOMUse();
/** 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 RuntimeException;
/** Column name CopyFrom */
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
@ -133,6 +118,21 @@ public interface I_PP_Order_BOM
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOMLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_BOMLine
{
@ -104,21 +104,6 @@ public interface I_PP_Order_BOMLine
*/
public String getBackflushGroup();
/** 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 RuntimeException;
/** Column name ComponentType */
public static final String COLUMNNAME_ComponentType = "ComponentType";
@ -148,6 +133,21 @@ public interface I_PP_Order_BOMLine
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered";

View File

@ -1,584 +0,0 @@
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.Timestamp;
import org.adempiere.model.*;
import org.compiere.model.*;
import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_BOMLine_v
* @author Adempiere (generated)
* @version Release 3.5.3a
*/
public interface I_PP_Order_BOMLine_v
{
/** TableName=PP_Order_BOMLine_v */
public static final String Table_Name = "PP_Order_BOMLine_v";
/** AD_Table_ID=53198 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
*/
public int getAD_Client_ID();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set User/Contact.
* User within the system - Internal or Business Partner Contact
*/
public void setAD_User_ID (int AD_User_ID);
/** Get User/Contact.
* User within the system - Internal or Business Partner Contact
*/
public int getAD_User_ID();
public I_AD_User getAD_User();
/** Column name Assay */
public static final String COLUMNNAME_Assay = "Assay";
/** Set Quantity Assay.
* Indicated the Quantity Assay to use into Quality Order
*/
public void setAssay (BigDecimal Assay);
/** Get Quantity Assay.
* Indicated the Quantity Assay to use into Quality Order
*/
public BigDecimal getAssay();
/** Column name BackflushGroup */
public static final String COLUMNNAME_BackflushGroup = "BackflushGroup";
/** Set Backflush Group.
* The Grouping Components to the Backflush
*/
public void setBackflushGroup (String BackflushGroup);
/** Get Backflush Group.
* The Grouping Components to the Backflush
*/
public String getBackflushGroup();
/** 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();
/** Column name ComponentType */
public static final String COLUMNNAME_ComponentType = "ComponentType";
/** Set Component Type.
* Component Type for a Bill of Material or Formula
*/
public void setComponentType (String ComponentType);
/** Get Component Type.
* Component Type for a Bill of Material or Formula
*/
public String getComponentType();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered";
/** Set Date Delivered.
* Date when the product was delivered
*/
public void setDateDelivered (Timestamp DateDelivered);
/** Get Date Delivered.
* Date when the product was delivered
*/
public Timestamp getDateDelivered();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Description.
* Optional short description of the record
*/
public void setDescription (String Description);
/** Get Description.
* Optional short description of the record
*/
public String getDescription();
/** Column name Feature */
public static final String COLUMNNAME_Feature = "Feature";
/** Set Feature.
* Indicated the Feature for Product Configure
*/
public void setFeature (String Feature);
/** Get Feature.
* Indicated the Feature for Product Configure
*/
public String getFeature();
/** Column name Forecast */
public static final String COLUMNNAME_Forecast = "Forecast";
/** Set Forecast.
* Indicated the % of participation this component into a of the BOM Planning
*/
public void setForecast (BigDecimal Forecast);
/** Get Forecast.
* Indicated the % of participation this component into a of the BOM Planning
*/
public BigDecimal getForecast();
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Comment/Help.
* Comment or Hint
*/
public void setHelp (String Help);
/** Get Comment/Help.
* Comment or Hint
*/
public String getHelp();
/** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive";
/** Set Active.
* The record is active in the system
*/
public void setIsActive (boolean IsActive);
/** Get Active.
* The record is active in the system
*/
public boolean isActive();
/** Column name IsCritical */
public static final String COLUMNNAME_IsCritical = "IsCritical";
/** Set Is Critical Component.
* Indicate that a Manufacturing Order can not begin without have this component
*/
public void setIsCritical (boolean IsCritical);
/** Get Is Critical Component.
* Indicate that a Manufacturing Order can not begin without have this component
*/
public boolean isCritical();
/** Column name IsQtyPercentage */
public static final String COLUMNNAME_IsQtyPercentage = "IsQtyPercentage";
/** Set Is Qty Percentage.
* Indicate that this component is based in % Quantity
*/
public void setIsQtyPercentage (BigDecimal IsQtyPercentage);
/** Get Is Qty Percentage.
* Indicate that this component is based in % Quantity
*/
public BigDecimal getIsQtyPercentage();
/** Column name IssueMethod */
public static final String COLUMNNAME_IssueMethod = "IssueMethod";
/** Set Issue Method.
* There are two methods for issue the components to Manufacturing Order
*/
public void setIssueMethod (String IssueMethod);
/** Get Issue Method.
* There are two methods for issue the components to Manufacturing Order
*/
public String getIssueMethod();
/** Column name LeadTimeOffset */
public static final String COLUMNNAME_LeadTimeOffset = "LeadTimeOffset";
/** Set Lead Time Offset.
* Optional Lead Time offest before starting production
*/
public void setLeadTimeOffset (int LeadTimeOffset);
/** Get Lead Time Offset.
* Optional Lead Time offest before starting production
*/
public int getLeadTimeOffset();
/** Column name Line */
public static final String COLUMNNAME_Line = "Line";
/** Set Line No.
* Unique line for this document
*/
public void setLine (int Line);
/** Get Line No.
* Unique line for this document
*/
public int getLine();
/** Column name M_AttributeSetInstance_ID */
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
/** Set Attribute Set Instance.
* Product Attribute Set Instance
*/
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);
/** Get Attribute Set Instance.
* Product Attribute Set Instance
*/
public int getM_AttributeSetInstance_ID();
public I_M_AttributeSetInstance getM_AttributeSetInstance();
/** Column name M_ChangeNotice_ID */
public static final String COLUMNNAME_M_ChangeNotice_ID = "M_ChangeNotice_ID";
/** Set Change Notice.
* Bill of Materials (Engineering) Change Notice (Version)
*/
public void setM_ChangeNotice_ID (int M_ChangeNotice_ID);
/** Get Change Notice.
* Bill of Materials (Engineering) Change Notice (Version)
*/
public int getM_ChangeNotice_ID();
public I_M_ChangeNotice getM_ChangeNotice();
/** Column name M_Locator_ID */
public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID";
/** Set Locator.
* Warehouse Locator
*/
public void setM_Locator_ID (int M_Locator_ID);
/** Get Locator.
* Warehouse Locator
*/
public int getM_Locator_ID();
public I_M_Locator getM_Locator();
/** 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();
/** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
/** Set Warehouse.
* Storage Warehouse and Service Point
*/
public void setM_Warehouse_ID (int M_Warehouse_ID);
/** Get Warehouse.
* Storage Warehouse and Service Point
*/
public int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse();
/** Column name PP_Order_BOM_ID */
public static final String COLUMNNAME_PP_Order_BOM_ID = "PP_Order_BOM_ID";
/** Set Manufacturing Order BOM */
public void setPP_Order_BOM_ID (int PP_Order_BOM_ID);
/** Get Manufacturing Order BOM */
public int getPP_Order_BOM_ID();
public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM();
/** Column name PP_Order_BOMLine_ID */
public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID";
/** Set Manufacturing Order BOM Line */
public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID);
/** Get Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID();
public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine();
/** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID";
/** Set Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID);
/** Get Manufacturing Order */
public int getPP_Order_ID();
public org.eevolution.model.I_PP_Order getPP_Order();
/** Column name QtyAvailable */
public static final String COLUMNNAME_QtyAvailable = "QtyAvailable";
/** Set Available Quantity.
* Available Quantity (On Hand - Reserved)
*/
public void setQtyAvailable (BigDecimal QtyAvailable);
/** Get Available Quantity.
* Available Quantity (On Hand - Reserved)
*/
public BigDecimal getQtyAvailable();
/** Column name QtyBatch */
public static final String COLUMNNAME_QtyBatch = "QtyBatch";
/** Set Quantity in %.
* Indicate the Quantity % use in this Formula
*/
public void setQtyBatch (BigDecimal QtyBatch);
/** Get Quantity in %.
* Indicate the Quantity % use in this Formula
*/
public BigDecimal getQtyBatch();
/** Column name QtyBatchSize */
public static final String COLUMNNAME_QtyBatchSize = "QtyBatchSize";
/** Set Qty Batch Size */
public void setQtyBatchSize (BigDecimal QtyBatchSize);
/** Get Qty Batch Size */
public BigDecimal getQtyBatchSize();
/** Column name QtyBOM */
public static final String COLUMNNAME_QtyBOM = "QtyBOM";
/** Set Quantity.
* Indicate the Quantity use in this BOM
*/
public void setQtyBOM (BigDecimal QtyBOM);
/** Get Quantity.
* Indicate the Quantity use in this BOM
*/
public BigDecimal getQtyBOM();
/** Column name QtyDelivered */
public static final String COLUMNNAME_QtyDelivered = "QtyDelivered";
/** Set Delivered Quantity.
* Delivered Quantity
*/
public void setQtyDelivered (BigDecimal QtyDelivered);
/** Get Delivered Quantity.
* Delivered Quantity
*/
public BigDecimal getQtyDelivered();
/** Column name QtyOnHand */
public static final String COLUMNNAME_QtyOnHand = "QtyOnHand";
/** Set On Hand Quantity.
* On Hand Quantity
*/
public void setQtyOnHand (BigDecimal QtyOnHand);
/** Get On Hand Quantity.
* On Hand Quantity
*/
public BigDecimal getQtyOnHand();
/** Column name QtyPost */
public static final String COLUMNNAME_QtyPost = "QtyPost";
/** Set Qty Post */
public void setQtyPost (BigDecimal QtyPost);
/** Get Qty Post */
public BigDecimal getQtyPost();
/** Column name QtyReject */
public static final String COLUMNNAME_QtyReject = "QtyReject";
/** Set Qty Reject */
public void setQtyReject (BigDecimal QtyReject);
/** Get Qty Reject */
public BigDecimal getQtyReject();
/** Column name QtyRequiered */
public static final String COLUMNNAME_QtyRequiered = "QtyRequiered";
/** Set Qty Requiered */
public void setQtyRequiered (BigDecimal QtyRequiered);
/** Get Qty Requiered */
public BigDecimal getQtyRequiered();
/** Column name QtyReserved */
public static final String COLUMNNAME_QtyReserved = "QtyReserved";
/** Set Reserved Quantity.
* Reserved Quantity
*/
public void setQtyReserved (BigDecimal QtyReserved);
/** Get Reserved Quantity.
* Reserved Quantity
*/
public BigDecimal getQtyReserved();
/** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap();
/** Column name Scrap */
public static final String COLUMNNAME_Scrap = "Scrap";
/** Set % Scrap.
* Indicate the % Scrap for calculate the Scrap Quantity
*/
public void setScrap (BigDecimal Scrap);
/** Get % Scrap.
* Indicate the % Scrap for calculate the Scrap Quantity
*/
public BigDecimal getScrap();
/** Column name Updated */
public static final String COLUMNNAME_Updated = "Updated";
/** Get Updated.
* Date this record was updated
*/
public Timestamp getUpdated();
/** Column name UpdatedBy */
public static final String COLUMNNAME_UpdatedBy = "UpdatedBy";
/** Get Updated By.
* User who updated this records
*/
public int getUpdatedBy();
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
/** Set Valid from.
* Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom);
/** Get Valid from.
* Valid from including this date (first day)
*/
public Timestamp getValidFrom();
/** Column name ValidTo */
public static final String COLUMNNAME_ValidTo = "ValidTo";
/** Set Valid to.
* Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo);
/** Get Valid to.
* Valid to including this date (last day)
*/
public Timestamp getValidTo();
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Cost
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_Cost
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_Node
{
@ -649,21 +649,6 @@ public interface I_PP_Order_Node
/** Get Queuing Time */
public int getQueuingTime();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime";
@ -708,6 +693,21 @@ public interface I_PP_Order_Node
*/
public String getSplitElement();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name StartMode */
public static final String COLUMNNAME_StartMode = "StartMode";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_NodeNext
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_NodeNext
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_Asset
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_Node_Asset
{

View File

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

View File

@ -1,533 +0,0 @@
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.Timestamp;
import org.adempiere.model.*;
import org.compiere.model.*;
import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_v
* @author Adempiere (generated)
* @version Release 3.5.3a
*/
public interface I_PP_Order_Node_v
{
/** TableName=PP_Order_Node_v */
public static final String Table_Name = "PP_Order_Node_v";
/** AD_Table_ID=53200 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
*/
public int getAD_Client_ID();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
/** Set Business Partner .
* Identifies a Business Partner
*/
public void setC_BPartner_ID (int C_BPartner_ID);
/** Get Business Partner .
* Identifies a Business Partner
*/
public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner();
/** Column name Cost */
public static final String COLUMNNAME_Cost = "Cost";
/** Set Cost.
* Cost information
*/
public void setCost (BigDecimal Cost);
/** Get Cost.
* Cost information
*/
public BigDecimal getCost();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name DateFinish */
public static final String COLUMNNAME_DateFinish = "DateFinish";
/** Set Finish Date.
* Finish or (planned) completion date
*/
public void setDateFinish (Timestamp DateFinish);
/** Get Finish Date.
* Finish or (planned) completion date
*/
public Timestamp getDateFinish();
/** Column name DateFinishSchedule */
public static final String COLUMNNAME_DateFinishSchedule = "DateFinishSchedule";
/** Set DateFinishSchedule */
public void setDateFinishSchedule (Timestamp DateFinishSchedule);
/** Get DateFinishSchedule */
public Timestamp getDateFinishSchedule();
/** Column name DateStart */
public static final String COLUMNNAME_DateStart = "DateStart";
/** Set DateStart */
public void setDateStart (Timestamp DateStart);
/** Get DateStart */
public Timestamp getDateStart();
/** Column name DateStartSchedule */
public static final String COLUMNNAME_DateStartSchedule = "DateStartSchedule";
/** Set DateStartSchedule */
public void setDateStartSchedule (Timestamp DateStartSchedule);
/** Get DateStartSchedule */
public Timestamp getDateStartSchedule();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Description.
* Optional short description of the record
*/
public void setDescription (String Description);
/** Get Description.
* Optional short description of the record
*/
public String getDescription();
/** Column name DocAction */
public static final String COLUMNNAME_DocAction = "DocAction";
/** Set Document Action.
* The targeted status of the document
*/
public void setDocAction (String DocAction);
/** Get Document Action.
* The targeted status of the document
*/
public String getDocAction();
/** Column name DocStatus */
public static final String COLUMNNAME_DocStatus = "DocStatus";
/** Set Document Status.
* The current status of the document
*/
public void setDocStatus (String DocStatus);
/** Get Document Status.
* The current status of the document
*/
public String getDocStatus();
/** Column name Duration */
public static final String COLUMNNAME_Duration = "Duration";
/** Set Duration.
* Normal Duration in Duration Unit
*/
public void setDuration (int Duration);
/** Get Duration.
* Normal Duration in Duration Unit
*/
public int getDuration();
/** Column name DurationReal */
public static final String COLUMNNAME_DurationReal = "DurationReal";
/** Set Duration Real */
public void setDurationReal (int DurationReal);
/** Get Duration Real */
public int getDurationReal();
/** Column name DurationRequiered */
public static final String COLUMNNAME_DurationRequiered = "DurationRequiered";
/** Set Duration Requiered */
public void setDurationRequiered (int DurationRequiered);
/** Get Duration Requiered */
public int getDurationRequiered();
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Comment/Help.
* Comment or Hint
*/
public void setHelp (String Help);
/** Get Comment/Help.
* Comment or Hint
*/
public String getHelp();
/** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive";
/** Set Active.
* The record is active in the system
*/
public void setIsActive (boolean IsActive);
/** Get Active.
* The record is active in the system
*/
public boolean isActive();
/** Column name IsMilestone */
public static final String COLUMNNAME_IsMilestone = "IsMilestone";
/** Set Is Milestone */
public void setIsMilestone (boolean IsMilestone);
/** Get Is Milestone */
public boolean isMilestone();
/** Column name IsSubcontracting */
public static final String COLUMNNAME_IsSubcontracting = "IsSubcontracting";
/** Set Is Subcontracting */
public void setIsSubcontracting (boolean IsSubcontracting);
/** Get Is Subcontracting */
public boolean isSubcontracting();
/** Column name MovingTime */
public static final String COLUMNNAME_MovingTime = "MovingTime";
/** Set Moving Time */
public void setMovingTime (int MovingTime);
/** Get Moving Time */
public int getMovingTime();
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Name.
* Alphanumeric identifier of the entity
*/
public void setName (String Name);
/** Get Name.
* Alphanumeric identifier of the entity
*/
public String getName();
/** Column name OverlapUnits */
public static final String COLUMNNAME_OverlapUnits = "OverlapUnits";
/** Set Overlap Units.
* Overlap Units are number of units that must be completed before they are moved the next activity
*/
public void setOverlapUnits (int OverlapUnits);
/** Get Overlap Units.
* Overlap Units are number of units that must be completed before they are moved the next activity
*/
public int getOverlapUnits();
/** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID";
/** Set Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID);
/** Get Manufacturing Order */
public int getPP_Order_ID();
public org.eevolution.model.I_PP_Order getPP_Order();
/** Column name PP_Order_Node_ID */
public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID";
/** Set Manufacturing Order Activity */
public void setPP_Order_Node_ID (int PP_Order_Node_ID);
/** Get Manufacturing Order Activity */
public int getPP_Order_Node_ID();
public org.eevolution.model.I_PP_Order_Node getPP_Order_Node();
/** Column name PP_Order_Workflow_ID */
public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID";
/** Set Manufacturing Order Workflow */
public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID);
/** Get Manufacturing Order Workflow */
public int getPP_Order_Workflow_ID();
public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow();
/** Column name Priority */
public static final String COLUMNNAME_Priority = "Priority";
/** Set Priority.
* Indicates if this request is of a high, medium or low priority.
*/
public void setPriority (String Priority);
/** Get Priority.
* Indicates if this request is of a high, medium or low priority.
*/
public String getPriority();
/** Column name QtyDelivered */
public static final String COLUMNNAME_QtyDelivered = "QtyDelivered";
/** Set Delivered Quantity.
* Delivered Quantity
*/
public void setQtyDelivered (BigDecimal QtyDelivered);
/** Get Delivered Quantity.
* Delivered Quantity
*/
public BigDecimal getQtyDelivered();
/** Column name QtyRequiered */
public static final String COLUMNNAME_QtyRequiered = "QtyRequiered";
/** Set Qty Requiered */
public void setQtyRequiered (BigDecimal QtyRequiered);
/** Get Qty Requiered */
public BigDecimal getQtyRequiered();
/** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap();
/** Column name QueuingTime */
public static final String COLUMNNAME_QueuingTime = "QueuingTime";
/** Set Queuing Time */
public void setQueuingTime (int QueuingTime);
/** Get Queuing Time */
public int getQueuingTime();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource();
/** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime";
/** Set Setup Time.
* Setup time before starting Production
*/
public void setSetupTime (int SetupTime);
/** Get Setup Time.
* Setup time before starting Production
*/
public int getSetupTime();
/** Column name SetupTimeReal */
public static final String COLUMNNAME_SetupTimeReal = "SetupTimeReal";
/** Set Setup Time Real */
public void setSetupTimeReal (int SetupTimeReal);
/** Get Setup Time Real */
public int getSetupTimeReal();
/** Column name UnitsCycles */
public static final String COLUMNNAME_UnitsCycles = "UnitsCycles";
/** Set Units by Cycles.
* The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public void setUnitsCycles (int UnitsCycles);
/** Get Units by Cycles.
* The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public int getUnitsCycles();
/** Column name Updated */
public static final String COLUMNNAME_Updated = "Updated";
/** Get Updated.
* Date this record was updated
*/
public Timestamp getUpdated();
/** Column name UpdatedBy */
public static final String COLUMNNAME_UpdatedBy = "UpdatedBy";
/** Get Updated By.
* User who updated this records
*/
public int getUpdatedBy();
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
/** Set Valid from.
* Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom);
/** Get Valid from.
* Valid from including this date (first day)
*/
public Timestamp getValidFrom();
/** Column name ValidTo */
public static final String COLUMNNAME_ValidTo = "ValidTo";
/** Set Valid to.
* Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo);
/** Get Valid to.
* Valid to including this date (last day)
*/
public Timestamp getValidTo();
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
/** Set Search Key.
* Search key for the record in the format required - must be unique
*/
public void setValue (String Value);
/** Get Search Key.
* Search key for the record in the format required - must be unique
*/
public String getValue();
/** Column name WaitingTime */
public static final String COLUMNNAME_WaitingTime = "WaitingTime";
/** Set Waiting Time.
* Workflow Simulation Waiting time
*/
public void setWaitingTime (int WaitingTime);
/** Get Waiting Time.
* Workflow Simulation Waiting time
*/
public int getWaitingTime();
/** Column name WorkingTime */
public static final String COLUMNNAME_WorkingTime = "WorkingTime";
/** Set Working Time.
* Workflow Simulation Execution Time
*/
public void setWorkingTime (int WorkingTime);
/** Get Working Time.
* Workflow Simulation Execution Time
*/
public int getWorkingTime();
/** Column name Yield */
public static final String COLUMNNAME_Yield = "Yield";
/** Set Yield %.
* The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public void setYield (int Yield);
/** Get Yield %.
* The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public int getYield();
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Workflow
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Order_Workflow
{
@ -431,6 +431,19 @@ public interface I_PP_Order_Workflow
/** Get Queuing Time */
public int getQueuingTime();
/** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime";
/** Set Setup Time.
* Setup time before starting Production
*/
public void setSetupTime (int SetupTime);
/** Get Setup Time.
* Setup time before starting Production
*/
public int getSetupTime();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
@ -446,19 +459,6 @@ public interface I_PP_Order_Workflow
public I_S_Resource getS_Resource() throws RuntimeException;
/** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime";
/** Set Setup Time.
* Setup time before starting Production
*/
public void setSetupTime (int SetupTime);
/** Get Setup Time.
* Setup time before starting Production
*/
public int getSetupTime();
/** Column name UnitsCycles */
public static final String COLUMNNAME_UnitsCycles = "UnitsCycles";

View File

@ -1,915 +0,0 @@
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.Timestamp;
import org.adempiere.model.*;
import org.compiere.model.*;
import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Workflow_Header_v
* @author Adempiere (generated)
* @version Release 3.5.3a
*/
public interface I_PP_Order_Workflow_Header_v
{
/** TableName=PP_Order_Workflow_Header_v */
public static final String Table_Name = "PP_Order_Workflow_Header_v";
/** AD_Table_ID=53199 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
*/
public int getAD_Client_ID();
/** Column name AD_Language */
public static final String COLUMNNAME_AD_Language = "AD_Language";
/** Set Language.
* Language for this entity
*/
public void setAD_Language (String AD_Language);
/** Get Language.
* Language for this entity
*/
public String getAD_Language();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
/** Set Workflow.
* Workflow or combination of tasks
*/
public void setAD_Workflow_ID (int AD_Workflow_ID);
/** Get Workflow.
* Workflow or combination of tasks
*/
public int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow();
/** Column name Assay */
public static final String COLUMNNAME_Assay = "Assay";
/** Set Quantity Assay.
* Indicated the Quantity Assay to use into Quality Order
*/
public void setAssay (BigDecimal Assay);
/** Get Quantity Assay.
* Indicated the Quantity Assay to use into Quality Order
*/
public BigDecimal getAssay();
/** Column name Author */
public static final String COLUMNNAME_Author = "Author";
/** Set Author.
* Author/Creator of the Entity
*/
public void setAuthor (String Author);
/** Get Author.
* Author/Creator of the Entity
*/
public String getAuthor();
/** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
/** Set Activity.
* Business Activity
*/
public void setC_Activity_ID (int C_Activity_ID);
/** Get Activity.
* Business Activity
*/
public int getC_Activity_ID();
public I_C_Activity getC_Activity();
/** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
/** Set Campaign.
* Marketing Campaign
*/
public void setC_Campaign_ID (int C_Campaign_ID);
/** Get Campaign.
* Marketing Campaign
*/
public int getC_Campaign_ID();
public I_C_Campaign getC_Campaign();
/** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
/** Set Document Type.
* Document type or rules
*/
public void setC_DocType_ID (int C_DocType_ID);
/** Get Document Type.
* Document type or rules
*/
public int getC_DocType_ID();
public I_C_DocType getC_DocType();
/** Column name C_OrderLine_ID */
public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID";
/** Set Sales Order Line.
* Sales Order Line
*/
public void setC_OrderLine_ID (int C_OrderLine_ID);
/** Get Sales Order Line.
* Sales Order Line
*/
public int getC_OrderLine_ID();
public I_C_OrderLine getC_OrderLine();
/** 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();
/** 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();
/** Column name Cost */
public static final String COLUMNNAME_Cost = "Cost";
/** Set Cost.
* Cost information
*/
public void setCost (BigDecimal Cost);
/** Get Cost.
* Cost information
*/
public BigDecimal getCost();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name DateConfirm */
public static final String COLUMNNAME_DateConfirm = "DateConfirm";
/** Set DateConfirm */
public void setDateConfirm (Timestamp DateConfirm);
/** Get DateConfirm */
public Timestamp getDateConfirm();
/** Column name DateDelivered */
public static final String COLUMNNAME_DateDelivered = "DateDelivered";
/** Set Date Delivered.
* Date when the product was delivered
*/
public void setDateDelivered (Timestamp DateDelivered);
/** Get Date Delivered.
* Date when the product was delivered
*/
public Timestamp getDateDelivered();
/** Column name DateFinish */
public static final String COLUMNNAME_DateFinish = "DateFinish";
/** Set Finish Date.
* Finish or (planned) completion date
*/
public void setDateFinish (Timestamp DateFinish);
/** Get Finish Date.
* Finish or (planned) completion date
*/
public Timestamp getDateFinish();
/** Column name DateFinishSchedule */
public static final String COLUMNNAME_DateFinishSchedule = "DateFinishSchedule";
/** Set DateFinishSchedule */
public void setDateFinishSchedule (Timestamp DateFinishSchedule);
/** Get DateFinishSchedule */
public Timestamp getDateFinishSchedule();
/** Column name DateOrdered */
public static final String COLUMNNAME_DateOrdered = "DateOrdered";
/** Set Date Ordered.
* Date of Order
*/
public void setDateOrdered (Timestamp DateOrdered);
/** Get Date Ordered.
* Date of Order
*/
public Timestamp getDateOrdered();
/** Column name DatePromised */
public static final String COLUMNNAME_DatePromised = "DatePromised";
/** Set Date Promised.
* Date Order was promised
*/
public void setDatePromised (Timestamp DatePromised);
/** Get Date Promised.
* Date Order was promised
*/
public Timestamp getDatePromised();
/** Column name DateStart */
public static final String COLUMNNAME_DateStart = "DateStart";
/** Set DateStart */
public void setDateStart (Timestamp DateStart);
/** Get DateStart */
public Timestamp getDateStart();
/** Column name DateStartSchedule */
public static final String COLUMNNAME_DateStartSchedule = "DateStartSchedule";
/** Set DateStartSchedule */
public void setDateStartSchedule (Timestamp DateStartSchedule);
/** Get DateStartSchedule */
public Timestamp getDateStartSchedule();
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Description.
* Optional short description of the record
*/
public void setDescription (String Description);
/** Get Description.
* Optional short description of the record
*/
public String getDescription();
/** Column name DocStatus */
public static final String COLUMNNAME_DocStatus = "DocStatus";
/** Set Document Status.
* The current status of the document
*/
public void setDocStatus (String DocStatus);
/** Get Document Status.
* The current status of the document
*/
public String getDocStatus();
/** Column name DocumentNo */
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
/** Set Document No.
* Document sequence number of the document
*/
public void setDocumentNo (String DocumentNo);
/** Get Document No.
* Document sequence number of the document
*/
public String getDocumentNo();
/** Column name DocumentType */
public static final String COLUMNNAME_DocumentType = "DocumentType";
/** Set Document Type.
* Document Type
*/
public void setDocumentType (String DocumentType);
/** Get Document Type.
* Document Type
*/
public String getDocumentType();
/** Column name DocumentTypeNote */
public static final String COLUMNNAME_DocumentTypeNote = "DocumentTypeNote";
/** Set Document Type Note.
* Optional note of a document type
*/
public void setDocumentTypeNote (String DocumentTypeNote);
/** Get Document Type Note.
* Optional note of a document type
*/
public String getDocumentTypeNote();
/** Column name Duration */
public static final String COLUMNNAME_Duration = "Duration";
/** Set Duration.
* Normal Duration in Duration Unit
*/
public void setDuration (int Duration);
/** Get Duration.
* Normal Duration in Duration Unit
*/
public int getDuration();
/** Column name DurationUnit */
public static final String COLUMNNAME_DurationUnit = "DurationUnit";
/** Set Duration Unit.
* Unit of Duration
*/
public void setDurationUnit (String DurationUnit);
/** Get Duration Unit.
* Unit of Duration
*/
public String getDurationUnit();
/** Column name FloatAfter */
public static final String COLUMNNAME_FloatAfter = "FloatAfter";
/** Set Float After */
public void setFloatAfter (BigDecimal FloatAfter);
/** Get Float After */
public BigDecimal getFloatAfter();
/** Column name FloatBefored */
public static final String COLUMNNAME_FloatBefored = "FloatBefored";
/** Set Float Befored */
public void setFloatBefored (BigDecimal FloatBefored);
/** Get Float Befored */
public BigDecimal getFloatBefored();
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Comment/Help.
* Comment or Hint
*/
public void setHelp (String Help);
/** Get Comment/Help.
* Comment or Hint
*/
public String getHelp();
/** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive";
/** Set Active.
* The record is active in the system
*/
public void setIsActive (boolean IsActive);
/** Get Active.
* The record is active in the system
*/
public boolean isActive();
/** Column name Line */
public static final String COLUMNNAME_Line = "Line";
/** Set Line No.
* Unique line for this document
*/
public void setLine (int Line);
/** Get Line No.
* Unique line for this document
*/
public int getLine();
/** Column name Lot */
public static final String COLUMNNAME_Lot = "Lot";
/** Set Lot No.
* Lot number (alphanumeric)
*/
public void setLot (String Lot);
/** Get Lot No.
* Lot number (alphanumeric)
*/
public String getLot();
/** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
/** Set Warehouse.
* Storage Warehouse and Service Point
*/
public void setM_Warehouse_ID (int M_Warehouse_ID);
/** Get Warehouse.
* Storage Warehouse and Service Point
*/
public int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse();
/** Column name MovingTime */
public static final String COLUMNNAME_MovingTime = "MovingTime";
/** Set Moving Time */
public void setMovingTime (int MovingTime);
/** Get Moving Time */
public int getMovingTime();
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Name.
* Alphanumeric identifier of the entity
*/
public void setName (String Name);
/** Get Name.
* Alphanumeric identifier of the entity
*/
public String getName();
/** Column name Org_Location_ID */
public static final String COLUMNNAME_Org_Location_ID = "Org_Location_ID";
/** Set Org Address.
* Organization Location/Address
*/
public void setOrg_Location_ID (int Org_Location_ID);
/** Get Org Address.
* Organization Location/Address
*/
public int getOrg_Location_ID();
public I_C_Location getOrg_Location();
/** Column name OverlapUnits */
public static final String COLUMNNAME_OverlapUnits = "OverlapUnits";
/** Set Overlap Units.
* Overlap Units are number of units that must be completed before they are moved the next activity
*/
public void setOverlapUnits (BigDecimal OverlapUnits);
/** Get Overlap Units.
* Overlap Units are number of units that must be completed before they are moved the next activity
*/
public BigDecimal getOverlapUnits();
/** 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();
public I_AD_User getPlanner();
/** Column name PP_Order_ID */
public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID";
/** Set Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID);
/** Get Manufacturing Order */
public int getPP_Order_ID();
public org.eevolution.model.I_PP_Order getPP_Order();
/** Column name PP_Product_BOM_ID */
public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID";
/** Set BOM & Formula.
* BOM & Formula
*/
public void setPP_Product_BOM_ID (int PP_Product_BOM_ID);
/** Get BOM & Formula.
* BOM & Formula
*/
public int getPP_Product_BOM_ID();
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM();
/** Column name PriorityRule */
public static final String COLUMNNAME_PriorityRule = "PriorityRule";
/** Set Priority.
* Priority of a document
*/
public void setPriorityRule (String PriorityRule);
/** Get Priority.
* Priority of a document
*/
public String getPriorityRule();
/** Column name PublishStatus */
public static final String COLUMNNAME_PublishStatus = "PublishStatus";
/** Set Publication Status.
* Status of Publication
*/
public void setPublishStatus (boolean PublishStatus);
/** Get Publication Status.
* Status of Publication
*/
public boolean isPublishStatus();
/** Column name QtyBatchs */
public static final String COLUMNNAME_QtyBatchs = "QtyBatchs";
/** Set Qty Batchs */
public void setQtyBatchs (BigDecimal QtyBatchs);
/** Get Qty Batchs */
public BigDecimal getQtyBatchs();
/** Column name QtyBatchSize */
public static final String COLUMNNAME_QtyBatchSize = "QtyBatchSize";
/** Set Qty Batch Size */
public void setQtyBatchSize (BigDecimal QtyBatchSize);
/** Get Qty Batch Size */
public BigDecimal getQtyBatchSize();
/** Column name QtyDelivered */
public static final String COLUMNNAME_QtyDelivered = "QtyDelivered";
/** Set Delivered Quantity.
* Delivered Quantity
*/
public void setQtyDelivered (BigDecimal QtyDelivered);
/** Get Delivered Quantity.
* Delivered Quantity
*/
public BigDecimal getQtyDelivered();
/** Column name QtyEntered */
public static final String COLUMNNAME_QtyEntered = "QtyEntered";
/** Set Quantity.
* The Quantity Entered is based on the selected UoM
*/
public void setQtyEntered (BigDecimal QtyEntered);
/** Get Quantity.
* The Quantity Entered is based on the selected UoM
*/
public BigDecimal getQtyEntered();
/** Column name QtyOrdered */
public static final String COLUMNNAME_QtyOrdered = "QtyOrdered";
/** Set Ordered Quantity.
* Ordered Quantity
*/
public void setQtyOrdered (BigDecimal QtyOrdered);
/** Get Ordered Quantity.
* Ordered Quantity
*/
public BigDecimal getQtyOrdered();
/** Column name QtyReject */
public static final String COLUMNNAME_QtyReject = "QtyReject";
/** Set Qty Reject */
public void setQtyReject (BigDecimal QtyReject);
/** Get Qty Reject */
public BigDecimal getQtyReject();
/** Column name QtyReserved */
public static final String COLUMNNAME_QtyReserved = "QtyReserved";
/** Set Reserved Quantity.
* Reserved Quantity
*/
public void setQtyReserved (BigDecimal QtyReserved);
/** Get Reserved Quantity.
* Reserved Quantity
*/
public BigDecimal getQtyReserved();
/** Column name QtyScrap */
public static final String COLUMNNAME_QtyScrap = "QtyScrap";
/** Set QtyScrap.
* Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap);
/** Get QtyScrap.
* Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap();
/** Column name QueuingTime */
public static final String COLUMNNAME_QueuingTime = "QueuingTime";
/** Set Queuing Time */
public void setQueuingTime (int QueuingTime);
/** Get Queuing Time */
public int getQueuingTime();
/** Column name S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
/** Set Resource.
* Resource
*/
public void setS_Resource_ID (int S_Resource_ID);
/** Get Resource.
* Resource
*/
public int getS_Resource_ID();
public I_S_Resource getS_Resource();
/** Column name SalesRep_Name */
public static final String COLUMNNAME_SalesRep_Name = "SalesRep_Name";
/** Set Sales Representative */
public void setSalesRep_Name (String SalesRep_Name);
/** Get Sales Representative */
public String getSalesRep_Name();
/** Column name SerNo */
public static final String COLUMNNAME_SerNo = "SerNo";
/** Set Serial No.
* Product Serial Number
*/
public void setSerNo (String SerNo);
/** Get Serial No.
* Product Serial Number
*/
public String getSerNo();
/** Column name SetupTime */
public static final String COLUMNNAME_SetupTime = "SetupTime";
/** Set Setup Time.
* Setup time before starting Production
*/
public void setSetupTime (int SetupTime);
/** Get Setup Time.
* Setup time before starting Production
*/
public int getSetupTime();
/** Column name TaxID */
public static final String COLUMNNAME_TaxID = "TaxID";
/** Set Tax ID.
* Tax Identification
*/
public void setTaxID (String TaxID);
/** Get Tax ID.
* Tax Identification
*/
public String getTaxID();
/** Column name UnitsCycles */
public static final String COLUMNNAME_UnitsCycles = "UnitsCycles";
/** Set Units by Cycles.
* The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public void setUnitsCycles (BigDecimal UnitsCycles);
/** Get Units by Cycles.
* The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public BigDecimal getUnitsCycles();
/** Column name Updated */
public static final String COLUMNNAME_Updated = "Updated";
/** Get Updated.
* Date this record was updated
*/
public Timestamp getUpdated();
/** Column name UpdatedBy */
public static final String COLUMNNAME_UpdatedBy = "UpdatedBy";
/** Get Updated By.
* User who updated this records
*/
public int getUpdatedBy();
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
/** Set Valid from.
* Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom);
/** Get Valid from.
* Valid from including this date (first day)
*/
public Timestamp getValidFrom();
/** Column name ValidTo */
public static final String COLUMNNAME_ValidTo = "ValidTo";
/** Set Valid to.
* Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo);
/** Get Valid to.
* Valid to including this date (last day)
*/
public Timestamp getValidTo();
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
/** Set Version.
* Version of the table definition
*/
public void setVersion (int Version);
/** Get Version.
* Version of the table definition
*/
public int getVersion();
/** Column name WaitingTime */
public static final String COLUMNNAME_WaitingTime = "WaitingTime";
/** Set Waiting Time.
* Workflow Simulation Waiting time
*/
public void setWaitingTime (int WaitingTime);
/** Get Waiting Time.
* Workflow Simulation Waiting time
*/
public int getWaitingTime();
/** Column name Warehouse_Location_ID */
public static final String COLUMNNAME_Warehouse_Location_ID = "Warehouse_Location_ID";
/** Set Warehouse Address.
* Warehouse Location/Address
*/
public void setWarehouse_Location_ID (int Warehouse_Location_ID);
/** Get Warehouse Address.
* Warehouse Location/Address
*/
public int getWarehouse_Location_ID();
public I_C_Location getWarehouse_Location();
/** Column name WorkflowType */
public static final String COLUMNNAME_WorkflowType = "WorkflowType";
/** Set Workflow Type.
* Type of Worflow
*/
public void setWorkflowType (String WorkflowType);
/** Get Workflow Type.
* Type of Worflow
*/
public String getWorkflowType();
/** Column name WorkingTime */
public static final String COLUMNNAME_WorkingTime = "WorkingTime";
/** Set Working Time.
* Workflow Simulation Execution Time
*/
public void setWorkingTime (int WorkingTime);
/** Get Working Time.
* Workflow Simulation Execution Time
*/
public int getWorkingTime();
/** Column name Yield */
public static final String COLUMNNAME_Yield = "Yield";
/** Set Yield %.
* The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public void setYield (int Yield);
/** Get Yield %.
* The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public int getYield();
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_BOM
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Product_BOM
{
@ -89,21 +89,6 @@ public interface I_PP_Product_BOM
*/
public String getBOMUse();
/** 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 RuntimeException;
/** Column name CopyFrom */
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
@ -133,6 +118,21 @@ public interface I_PP_Product_BOM
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_BOMLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Product_BOMLine
{
@ -89,21 +89,6 @@ public interface I_PP_Product_BOMLine
*/
public String getBackflushGroup();
/** 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 RuntimeException;
/** Column name ComponentType */
public static final String COLUMNNAME_ComponentType = "ComponentType";
@ -133,6 +118,21 @@ public interface I_PP_Product_BOMLine
*/
public int getCreatedBy();
/** 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 RuntimeException;
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Product_Planning
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_Product_Planning
{
@ -315,6 +315,19 @@ public interface I_PP_Product_Planning
/** Get Product Planning */
public int getPP_Product_Planning_ID();
/** 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 S_Resource_ID */
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
@ -330,19 +343,6 @@ public interface I_PP_Product_Planning
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 */
public static final String COLUMNNAME_TimeFence = "TimeFence";

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_WF_Node_Asset
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_PP_WF_Node_Asset
{

View File

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

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for QM_Specification
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_QM_Specification
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for QM_SpecificationLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_QM_SpecificationLine
{

View File

@ -1,60 +0,0 @@
/**********************************************************************
* This file is part of Adempiere ERP Bazaar *
* http://www.adempiere.org *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software;
you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* as published by the Free Software Foundation;
either version 2 *
* of the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY;
without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program;
if not, write to the Free Software *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import org.compiere.model.MTable;
import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_PP_Order_BOMLine
* @author Trifon Trifonov (generated)
* @version Release 3.5.1a
*/
public interface I_RV_PP_Order_BOMLine
{
/** TableName=RV_PP_Order_BOMLine */
public static final String Table_Name = "RV_PP_Order_BOMLine";
/** AD_Table_ID=53028 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
/** Load Meta Data */
}

View File

@ -1,314 +0,0 @@
/**********************************************************************
* This file is part of Adempiere ERP Bazaar *
* http://www.adempiere.org *
* *
* Copyright (C) Trifon Trifonov. *
* Copyright (C) Contributors *
* *
* This program is free software;
you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* as published by the Free Software Foundation;
either version 2 *
* of the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY;
without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program;
if not, write to the Free Software *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.Timestamp;
import org.compiere.model.I_AD_PInstance;
import org.compiere.model.I_C_UOM;
import org.compiere.model.I_M_Product;
import org.compiere.model.MTable;
import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_PP_Product_BOMLine
* @author Trifon Trifonov (generated)
* @version Release 3.5.0
*/
public interface I_RV_PP_Product_BOMLine
{
/** TableName=RV_PP_Product_BOMLine */
public static final String Table_Name = "RV_PP_Product_BOMLine";
/** AD_Table_ID=53063 */
public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 7 - System - Client - Org
*/
BigDecimal accessLevel = BigDecimal.valueOf(7);
/** Load Meta Data */
/** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
/** Set Process Instance.
* Instance of the process
*/
public void setAD_PInstance_ID (int AD_PInstance_ID);
/** Get Process Instance.
* Instance of the process
*/
public int getAD_PInstance_ID();
public I_AD_PInstance getAD_PInstance() throws Exception;
/** Column name ComponentType */
public static final String COLUMNNAME_ComponentType = "ComponentType";
/** Set ComponentType */
public void setComponentType (String ComponentType);
/** Get ComponentType */
public String getComponentType();
/** 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 Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Description.
* Optional short description of the record
*/
public void setDescription (String Description);
/** Get Description.
* Optional short description of the record
*/
public String getDescription();
/** Column name Implotion */
public static final String COLUMNNAME_Implotion = "Implotion";
/** Set Implotion */
public void setImplotion (boolean Implotion);
/** Get Implotion */
public boolean isImplotion();
/** Column name IsCritical */
public static final String COLUMNNAME_IsCritical = "IsCritical";
/** Set IsCritical */
public void setIsCritical (boolean IsCritical);
/** Get IsCritical */
public boolean isCritical();
/** Column name IsQtyPercentage */
public static final String COLUMNNAME_IsQtyPercentage = "IsQtyPercentage";
/** Set IsQtyPercentage */
public void setIsQtyPercentage (boolean IsQtyPercentage);
/** Get IsQtyPercentage */
public boolean isQtyPercentage();
/** Column name IssueMethod */
public static final String COLUMNNAME_IssueMethod = "IssueMethod";
/** Set IssueMethod */
public void setIssueMethod (String IssueMethod);
/** Get IssueMethod */
public String getIssueMethod();
/** Column name LevelNo */
public static final String COLUMNNAME_LevelNo = "LevelNo";
/** Set Level no */
public void setLevelNo (int LevelNo);
/** Get Level no */
public int getLevelNo();
/** Column name Levels */
public static final String COLUMNNAME_Levels = "Levels";
/** Set Levels */
public void setLevels (String Levels);
/** Get Levels */
public String getLevels();
/** Column name Line */
public static final String COLUMNNAME_Line = "Line";
/** Set Line No.
* Unique line for this document
*/
public void setLine (int Line);
/** Get Line No.
* Unique line for this document
*/
public int getLine();
/** Column name M_AttributeSetInstance_ID */
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
/** Set Attribute Set Instance.
* Product Attribute Set Instance
*/
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);
/** Get Attribute Set Instance.
* Product Attribute Set Instance
*/
public int getM_AttributeSetInstance_ID();
/** 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 PP_Product_BOM_ID */
public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID";
/** Set BOM & Formaula */
public void setPP_Product_BOM_ID (int PP_Product_BOM_ID);
/** Get BOM & Formaula */
public int getPP_Product_BOM_ID();
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception;
/** Column name PP_Product_BOMLine_ID */
public static final String COLUMNNAME_PP_Product_BOMLine_ID = "PP_Product_BOMLine_ID";
/** Set PP_Product_BOMLine_ID */
public void setPP_Product_BOMLine_ID (int PP_Product_BOMLine_ID);
/** Get PP_Product_BOMLine_ID */
public int getPP_Product_BOMLine_ID();
public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws Exception;
/** Column name QtyBatch */
public static final String COLUMNNAME_QtyBatch = "QtyBatch";
/** Set QtyBatch */
public void setQtyBatch (BigDecimal QtyBatch);
/** Get QtyBatch */
public BigDecimal getQtyBatch();
/** Column name QtyBOM */
public static final String COLUMNNAME_QtyBOM = "QtyBOM";
/** Set QtyBOM */
public void setQtyBOM (BigDecimal QtyBOM);
/** Get QtyBOM */
public BigDecimal getQtyBOM();
/** Column name Scrap */
public static final String COLUMNNAME_Scrap = "Scrap";
/** Set Scrap */
public void setScrap (BigDecimal Scrap);
/** Get Scrap */
public BigDecimal getScrap();
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Sequence.
* Method of ordering records;
lowest number comes first
*/
public void setSeqNo (int SeqNo);
/** Get Sequence.
* Method of ordering records;
lowest number comes first
*/
public int getSeqNo();
/** Column name TM_Product_ID */
public static final String COLUMNNAME_TM_Product_ID = "TM_Product_ID";
/** Set TM_Product_ID.
* Product, Service, Item
*/
public void setTM_Product_ID (int TM_Product_ID);
/** Get TM_Product_ID.
* Product, Service, Item
*/
public int getTM_Product_ID();
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
/** Set Valid from.
* Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom);
/** Get Valid from.
* Valid from including this date (first day)
*/
public Timestamp getValidFrom();
/** Column name ValidTo */
public static final String COLUMNNAME_ValidTo = "ValidTo";
/** Set Valid to.
* Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo);
/** Get Valid to.
* Valid to including this date (last day)
*/
public Timestamp getValidTo();
}

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_PP_WIP
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_RV_PP_WIP
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_BOMLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_T_BOMLine
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_MRP_CRP
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_T_MRP_CRP
{

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxBase
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_C_TaxBase (Properties ctx, int C_TaxBase_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxDefinition
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_C_TaxDefinition (Properties ctx, int C_TaxDefinition_ID, String trxName)
@ -81,7 +81,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
/** Set Organization Type.
@param AD_OrgType_ID
Organization Type allows you to categorize your organizations
Organization Type
*/
public void setAD_OrgType_ID (int AD_OrgType_ID)
{
@ -92,7 +92,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
}
/** Get Organization Type.
@return Organization Type allows you to categorize your organizations
@return Organization Type
*/
public int getAD_OrgType_ID ()
{
@ -102,34 +102,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue();
}
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name)
.getPO(getC_BP_Group_ID(), get_TrxName()); }
/** 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 RuntimeException
{
return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name)
@ -158,29 +130,29 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue();
}
public I_C_Tax getC_Tax() throws RuntimeException
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name)
.getPO(getC_Tax_ID(), get_TrxName()); }
return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name)
.getPO(getC_BP_Group_ID(), get_TrxName()); }
/** Set Tax.
@param C_Tax_ID
Tax identifier
/** Set Business Partner Group.
@param C_BP_Group_ID
Business Partner Group
*/
public void setC_Tax_ID (int C_Tax_ID)
public void setC_BP_Group_ID (int C_BP_Group_ID)
{
if (C_Tax_ID < 1)
set_Value (COLUMNNAME_C_Tax_ID, null);
if (C_BP_Group_ID < 1)
set_Value (COLUMNNAME_C_BP_Group_ID, null);
else
set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID));
set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID));
}
/** Get Tax.
@return Tax identifier
/** Get Business Partner Group.
@return Business Partner Group
*/
public int getC_Tax_ID ()
public int getC_BP_Group_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID);
Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID);
if (ii == null)
return 0;
return ii.intValue();
@ -284,6 +256,34 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue();
}
public I_C_Tax getC_Tax() throws RuntimeException
{
return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name)
.getPO(getC_Tax_ID(), get_TrxName()); }
/** Set Tax.
@param C_Tax_ID
Tax identifier
*/
public void setC_Tax_ID (int C_Tax_ID)
{
if (C_Tax_ID < 1)
set_Value (COLUMNNAME_C_Tax_ID, null);
else
set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID));
}
/** Get Tax.
@return Tax identifier
*/
public int getC_Tax_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException
{
return (org.eevolution.model.I_C_TaxType)MTable.get(getCtx(), org.eevolution.model.I_C_TaxType.Table_Name)
@ -367,6 +367,40 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return false;
}
/** Set Max Taxable.
@param MaxTaxable Max Taxable */
public void setMaxTaxable (int MaxTaxable)
{
set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable));
}
/** Get Max Taxable.
@return Max Taxable */
public int getMaxTaxable ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Min Taxable.
@param MinTaxable Min Taxable */
public void setMinTaxable (int MinTaxable)
{
set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable));
}
/** Get Min Taxable.
@return Min Taxable */
public int getMinTaxable ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name)
@ -423,40 +457,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
return ii.intValue();
}
/** Set Max Taxable.
@param MaxTaxable Max Taxable */
public void setMaxTaxable (int MaxTaxable)
{
set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable));
}
/** Get Max Taxable.
@return Max Taxable */
public int getMaxTaxable ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Min Taxable.
@param MinTaxable Min Taxable */
public void setMinTaxable (int MinTaxable)
{
set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable));
}
/** Get Min Taxable.
@return Min Taxable */
public int getMinTaxable ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Name.
@param Name
Alphanumeric identifier of the entity

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxGroup
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_C_TaxGroup (Properties ctx, int C_TaxGroup_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_TaxType
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_C_TaxType (Properties ctx, int C_TaxType_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_NetworkDistribution
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribution, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_DD_NetworkDistribution (Properties ctx, int DD_NetworkDistribution_ID, String trxName)

View File

@ -26,14 +26,14 @@ import org.compiere.util.Env;
/** Generated Model for DD_NetworkDistributionLine
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDistributionLine, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_DD_NetworkDistributionLine (Properties ctx, int DD_NetworkDistributionLine_ID, String trxName)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_Order
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_DD_Order (Properties ctx, int DD_Order_ID, String trxName)
@ -318,6 +318,26 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue();
}
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_C_Invoice getC_Invoice() throws RuntimeException
{
return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name)
@ -402,26 +422,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
return ii.intValue();
}
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Create Confirm.
@param CreateConfirm Create Confirm */
public void setCreateConfirm (String CreateConfirm)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for DD_OrderLine
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName)
@ -198,6 +198,26 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue();
}
/** Set Confirmed Quantity.
@param ConfirmedQty
Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty)
{
set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty);
}
/** Get Confirmed Quantity.
@return Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_C_Project getC_Project() throws RuntimeException
{
return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name)
@ -254,26 +274,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
return ii.intValue();
}
/** Set Confirmed Quantity.
@param ConfirmedQty
Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty)
{
set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty);
}
/** Get Confirmed Quantity.
@return Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Date Delivered.
@param DateDelivered
Date when the product was delivered

View File

@ -26,14 +26,14 @@ import org.compiere.util.Env;
/** Generated Model for HR_Attribute
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Attribute (Properties ctx, int HR_Attribute_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Concept
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Concept (Properties ctx, int HR_Concept_ID, String trxName)

View File

@ -23,14 +23,14 @@ import org.compiere.model.*;
/** Generated Model for HR_Concept_Acct
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Concept_Acct (Properties ctx, int HR_Concept_Acct_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Concept_Category
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Concept_Category (Properties ctx, int HR_Concept_Category_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Contract
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Contract (Properties ctx, int HR_Contract_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Department
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Department extends PO implements I_HR_Department, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Department (Properties ctx, int HR_Department_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Employee
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Employee (Properties ctx, int HR_Employee_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Job
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Job extends PO implements I_HR_Job, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Job (Properties ctx, int HR_Job_ID, String trxName)
@ -39,7 +39,6 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent
super (ctx, HR_Job_ID, trxName);
/** if (HR_Job_ID == 0)
{
setHR_Department_ID (0);
setHR_Job_ID (0);
setName (null);
} */

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_List
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_List extends PO implements I_HR_List, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_List (Properties ctx, int HR_List_ID, String trxName)

View File

@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListLine
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_ListLine (Properties ctx, int HR_ListLine_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListType
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_ListType (Properties ctx, int HR_ListType_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_ListVersion
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_ListVersion (Properties ctx, int HR_ListVersion_ID, String trxName)
@ -93,31 +93,6 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste
return (String)get_Value(COLUMNNAME_Description);
}
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException
{
return (org.eevolution.model.I_HR_List)MTable.get(getCtx(), org.eevolution.model.I_HR_List.Table_Name)
.getPO(getHR_List_ID(), get_TrxName()); }
/** Set Payroll List.
@param HR_List_ID Payroll List */
public void setHR_List_ID (int HR_List_ID)
{
if (HR_List_ID < 1)
set_ValueNoCheck (COLUMNNAME_HR_List_ID, null);
else
set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID));
}
/** Get Payroll List.
@return Payroll List */
public int getHR_List_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_HR_List getHR_ListBase() throws RuntimeException
{
return (org.eevolution.model.I_HR_List)MTable.get(getCtx(), org.eevolution.model.I_HR_List.Table_Name)
@ -143,6 +118,31 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste
return ii.intValue();
}
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException
{
return (org.eevolution.model.I_HR_List)MTable.get(getCtx(), org.eevolution.model.I_HR_List.Table_Name)
.getPO(getHR_List_ID(), get_TrxName()); }
/** Set Payroll List.
@param HR_List_ID Payroll List */
public void setHR_List_ID (int HR_List_ID)
{
if (HR_List_ID < 1)
set_ValueNoCheck (COLUMNNAME_HR_List_ID, null);
else
set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID));
}
/** Get Payroll List.
@return Payroll List */
public int getHR_List_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Payroll List Version.
@param HR_ListVersion_ID Payroll List Version */
public void setHR_ListVersion_ID (int HR_ListVersion_ID)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Movement
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Movement (Properties ctx, int HR_Movement_ID, String trxName)
@ -229,6 +229,31 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue();
}
/** ColumnType AD_Reference_ID=53243 */
public static final int COLUMNTYPE_AD_Reference_ID=53243;
/** Amount = A */
public static final String COLUMNTYPE_Amount = "A";
/** Date = D */
public static final String COLUMNTYPE_Date = "D";
/** Quantity = Q */
public static final String COLUMNTYPE_Quantity = "Q";
/** Text = T */
public static final String COLUMNTYPE_Text = "T";
/** Set Column Type.
@param ColumnType Column Type */
public void setColumnType (String ColumnType)
{
set_Value (COLUMNNAME_ColumnType, ColumnType);
}
/** Get Column Type.
@return Column Type */
public String getColumnType ()
{
return (String)get_Value(COLUMNNAME_ColumnType);
}
public I_C_Project getC_Project() throws RuntimeException
{
return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name)
@ -313,31 +338,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
return ii.intValue();
}
/** ColumnType AD_Reference_ID=53243 */
public static final int COLUMNTYPE_AD_Reference_ID=53243;
/** Amount = A */
public static final String COLUMNTYPE_Amount = "A";
/** Date = D */
public static final String COLUMNTYPE_Date = "D";
/** Quantity = Q */
public static final String COLUMNTYPE_Quantity = "Q";
/** Text = T */
public static final String COLUMNTYPE_Text = "T";
/** Set Column Type.
@param ColumnType Column Type */
public void setColumnType (String ColumnType)
{
set_Value (COLUMNNAME_ColumnType, ColumnType);
}
/** Get Column Type.
@return Column Type */
public String getColumnType ()
{
return (String)get_Value(COLUMNNAME_ColumnType);
}
/** Set Description.
@param Description
Optional short description of the record

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Payroll
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Payroll (Properties ctx, int HR_Payroll_ID, String trxName)

View File

@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_PayrollConcept
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_PayrollConcept (Properties ctx, int HR_PayrollConcept_ID, String trxName)
@ -40,8 +40,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
/** if (HR_PayrollConcept_ID == 0)
{
setHR_Concept_ID (0);
setHR_Payroll_ID (0);
setHR_PayrollConcept_ID (0);
setHR_Payroll_ID (0);
setIsPrinted (false);
// N
} */
@ -125,6 +125,26 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
return ii.intValue();
}
/** Set Payroll Concept.
@param HR_PayrollConcept_ID Payroll Concept */
public void setHR_PayrollConcept_ID (int HR_PayrollConcept_ID)
{
if (HR_PayrollConcept_ID < 1)
set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, null);
else
set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, Integer.valueOf(HR_PayrollConcept_ID));
}
/** Get Payroll Concept.
@return Payroll Concept */
public int getHR_PayrollConcept_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_HR_PayrollConcept_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException
{
return (org.eevolution.model.I_HR_Payroll)MTable.get(getCtx(), org.eevolution.model.I_HR_Payroll.Table_Name)
@ -150,26 +170,6 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe
return ii.intValue();
}
/** Set Payroll Concept.
@param HR_PayrollConcept_ID Payroll Concept */
public void setHR_PayrollConcept_ID (int HR_PayrollConcept_ID)
{
if (HR_PayrollConcept_ID < 1)
set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, null);
else
set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, Integer.valueOf(HR_PayrollConcept_ID));
}
/** Get Payroll Concept.
@return Payroll Concept */
public int getHR_PayrollConcept_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_HR_PayrollConcept_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Displayed.
@param IsDisplayed
Determines, if this field is displayed

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Period
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Period extends PO implements I_HR_Period, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Period (Properties ctx, int HR_Period_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for HR_Process
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Process (Properties ctx, int HR_Process_ID, String trxName)
@ -250,6 +250,23 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue();
}
/** Set Column SQL.
@param ColumnSQL
Virtual Column (r/o)
*/
public void setColumnSQL (String ColumnSQL)
{
set_Value (COLUMNNAME_ColumnSQL, ColumnSQL);
}
/** Get Column SQL.
@return Virtual Column (r/o)
*/
public String getColumnSQL ()
{
return (String)get_Value(COLUMNNAME_ColumnSQL);
}
public I_C_PaySelection getC_PaySelection() throws RuntimeException
{
return (I_C_PaySelection)MTable.get(getCtx(), I_C_PaySelection.Table_Name)
@ -278,23 +295,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
return ii.intValue();
}
/** Set Column SQL.
@param ColumnSQL
Virtual Column (r/o)
*/
public void setColumnSQL (String ColumnSQL)
{
set_Value (COLUMNNAME_ColumnSQL, ColumnSQL);
}
/** Get Column SQL.
@return Virtual Column (r/o)
*/
public String getColumnSQL ()
{
return (String)get_Value(COLUMNNAME_ColumnSQL);
}
/** Set Account Date.
@param DateAcct
Accounting Date

View File

@ -24,14 +24,14 @@ import org.compiere.model.*;
/** Generated Model for HR_Year
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_HR_Year extends PO implements I_HR_Year, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_HR_Year (Properties ctx, int HR_Year_ID, String trxName)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Cost_Collector
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Cost_Collector (Properties ctx, int PP_Cost_Collector_ID, String trxName)
@ -49,12 +49,12 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
setDateAcct (new Timestamp( System.currentTimeMillis() ));
// @#Date@
setM_Locator_ID (0);
setM_Product_ID (0);
setM_Warehouse_ID (0);
setMovementDate (new Timestamp( System.currentTimeMillis() ));
// @#Date@
setMovementQty (Env.ZERO);
// 0
setM_Product_ID (0);
setM_Warehouse_ID (0);
setPosted (false);
setPP_Cost_Collector_ID (0);
setPP_Order_ID (0);
@ -249,6 +249,40 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue();
}
/** CostCollectorType AD_Reference_ID=53287 */
public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287;
/** Material Receipt = 100 */
public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100";
/** Component Issue = 110 */
public static final String COSTCOLLECTORTYPE_ComponentIssue = "110";
/** Usege Variance = 120 */
public static final String COSTCOLLECTORTYPE_UsegeVariance = "120";
/** Method Change Variance = 130 */
public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130";
/** Rate Variance = 140 */
public static final String COSTCOLLECTORTYPE_RateVariance = "140";
/** Mix Variance = 150 */
public static final String COSTCOLLECTORTYPE_MixVariance = "150";
/** Activity Control = 160 */
public static final String COSTCOLLECTORTYPE_ActivityControl = "160";
/** Set Cost Collector Type.
@param CostCollectorType
Transaction Type for Manufacturing Management
*/
public void setCostCollectorType (String CostCollectorType)
{
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
{
return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name)
@ -305,40 +339,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue();
}
/** CostCollectorType AD_Reference_ID=53287 */
public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287;
/** Material Receipt = 100 */
public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100";
/** Component Issue = 110 */
public static final String COSTCOLLECTORTYPE_ComponentIssue = "110";
/** Usege Variance = 120 */
public static final String COSTCOLLECTORTYPE_UsegeVariance = "120";
/** Method Change Variance = 130 */
public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130";
/** Rate Variance = 140 */
public static final String COSTCOLLECTORTYPE_RateVariance = "140";
/** Mix Variance = 150 */
public static final String COSTCOLLECTORTYPE_MixVariance = "150";
/** Activity Control = 160 */
public static final String COSTCOLLECTORTYPE_ActivityControl = "160";
/** Set Cost Collector Type.
@param CostCollectorType
Transaction Type for Manufacturing Management
*/
public void setCostCollectorType (String CostCollectorType)
{
set_Value (COLUMNNAME_CostCollectorType, CostCollectorType);
}
/** Get Cost Collector Type.
@return Transaction Type for Manufacturing Management
*/
public String getCostCollectorType ()
{
return (String)get_Value(COLUMNNAME_CostCollectorType);
}
/** Set Account Date.
@param DateAcct
Accounting Date
@ -597,6 +597,43 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue();
}
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
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)
{
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
{
return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name)
@ -661,43 +698,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue();
}
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
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)
{
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 Posted.
@param Posted
Posting status
@ -932,34 +932,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return ii.intValue();
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_Value (COLUMNNAME_S_Resource_ID, null);
else
set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Scrapped Quantity.
@param ScrappedQty
The Quantity scrapped due to QA issues
@ -997,6 +969,34 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
return bd;
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_Value (COLUMNNAME_S_Resource_ID, null);
else
set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_AD_User getUser1() throws RuntimeException
{
return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name)

View File

@ -25,14 +25,14 @@ import org.compiere.util.Env;
/** Generated Model for PP_Cost_CollectorMA
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Cost_CollectorMA (Properties ctx, int PP_Cost_CollectorMA_ID, String trxName)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_MRP
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_MRP (Properties ctx, int PP_MRP_ID, String trxName)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order (Properties ctx, int PP_Order_ID, String trxName)
@ -298,6 +298,23 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue();
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name)
@ -382,23 +399,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return ii.intValue();
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
/** Set DateConfirm.
@param DateConfirm DateConfirm */
public void setDateConfirm (Timestamp DateConfirm)
@ -1266,34 +1266,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return bd;
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null);
else
set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Schedule Type.
@param ScheduleType
Type of schedule
@ -1328,6 +1300,34 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
return (String)get_Value(COLUMNNAME_SerNo);
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null);
else
set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_C_ElementValue getUser1() throws RuntimeException
{
return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name)

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_BOM
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_BOM (Properties ctx, int PP_Order_BOM_ID, String trxName)
@ -146,6 +146,23 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
return (String)get_Value(COLUMNNAME_BOMUse);
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
@ -174,23 +191,6 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
return ii.intValue();
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
/** Set Description.
@param Description
Optional short description of the record

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_BOMLine
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_BOMLine (Properties ctx, int PP_Order_BOMLine_ID, String trxName)
@ -157,34 +157,6 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
return (String)get_Value(COLUMNNAME_BackflushGroup);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
.getPO(getC_UOM_ID(), get_TrxName()); }
/** Set UOM.
@param C_UOM_ID
Unit of Measure
*/
public void setC_UOM_ID (int C_UOM_ID)
{
if (C_UOM_ID < 1)
set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null);
else
set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID));
}
/** Get UOM.
@return Unit of Measure
*/
public int getC_UOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** ComponentType AD_Reference_ID=53225 */
public static final int COMPONENTTYPE_AD_Reference_ID=53225;
/** By-Product = BY */
@ -223,6 +195,34 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers
return (String)get_Value(COLUMNNAME_ComponentType);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
.getPO(getC_UOM_ID(), get_TrxName()); }
/** Set UOM.
@param C_UOM_ID
Unit of Measure
*/
public void setC_UOM_ID (int C_UOM_ID)
{
if (C_UOM_ID < 1)
set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null);
else
set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID));
}
/** Get UOM.
@return Unit of Measure
*/
public int getC_UOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Date Delivered.
@param DateDelivered
Date when the product was delivered

View File

@ -1,881 +0,0 @@
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
/** Generated Model - DO NOT CHANGE */
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.ResultSet;
import java.sql.Timestamp;
import java.util.Properties;
import org.adempiere.model.*;
import org.compiere.model.*;
import org.compiere.util.Env;
/** Generated Model for PP_Order_BOMLine_v
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
public class X_PP_Order_BOMLine_v extends PO implements I_PP_Order_BOMLine_v, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
/** Standard Constructor */
public X_PP_Order_BOMLine_v (Properties ctx, int PP_Order_BOMLine_v_ID, String trxName)
{
super (ctx, PP_Order_BOMLine_v_ID, trxName);
/** if (PP_Order_BOMLine_v_ID == 0)
{
} */
}
/** Load Constructor */
public X_PP_Order_BOMLine_v (Properties ctx, ResultSet rs, String trxName)
{
super (ctx, rs, trxName);
}
/** AccessLevel
* @return 3 - Client - Org
*/
protected int get_AccessLevel()
{
return accessLevel.intValue();
}
/** Load Meta Data */
protected POInfo initPO (Properties ctx)
{
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
return poi;
}
public String toString()
{
StringBuffer sb = new StringBuffer ("X_PP_Order_BOMLine_v[")
.append(get_ID()).append("]");
return sb.toString();
}
public I_AD_User getAD_User()
{
return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name)
.getPO(getAD_User_ID(), get_TrxName()); }
/** Set User/Contact.
@param AD_User_ID
User within the system - Internal or Business Partner Contact
*/
public void setAD_User_ID (int AD_User_ID)
{
if (AD_User_ID < 1)
set_Value (COLUMNNAME_AD_User_ID, null);
else
set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID));
}
/** Get User/Contact.
@return User within the system - Internal or Business Partner Contact
*/
public int getAD_User_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Quantity Assay.
@param Assay
Indicated the Quantity Assay to use into Quality Order
*/
public void setAssay (BigDecimal Assay)
{
set_Value (COLUMNNAME_Assay, Assay);
}
/** Get Quantity Assay.
@return Indicated the Quantity Assay to use into Quality Order
*/
public BigDecimal getAssay ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Assay);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Backflush Group.
@param BackflushGroup
The Grouping Components to the Backflush
*/
public void setBackflushGroup (String BackflushGroup)
{
set_Value (COLUMNNAME_BackflushGroup, BackflushGroup);
}
/** Get Backflush Group.
@return The Grouping Components to the Backflush
*/
public String getBackflushGroup ()
{
return (String)get_Value(COLUMNNAME_BackflushGroup);
}
public I_C_UOM getC_UOM()
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
.getPO(getC_UOM_ID(), get_TrxName()); }
/** Set UOM.
@param C_UOM_ID
Unit of Measure
*/
public void setC_UOM_ID (int C_UOM_ID)
{
if (C_UOM_ID < 1)
set_Value (COLUMNNAME_C_UOM_ID, null);
else
set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID));
}
/** Get UOM.
@return Unit of Measure
*/
public int getC_UOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** ComponentType AD_Reference_ID=53225 */
public static final int COMPONENTTYPE_AD_Reference_ID=53225;
/** By-Product = BY */
public static final String COMPONENTTYPE_By_Product = "BY";
/** Component = CO */
public static final String COMPONENTTYPE_Component = "CO";
/** Phantom = PH */
public static final String COMPONENTTYPE_Phantom = "PH";
/** Packing = PK */
public static final String COMPONENTTYPE_Packing = "PK";
/** Planning = PL */
public static final String COMPONENTTYPE_Planning = "PL";
/** Tools = TL */
public static final String COMPONENTTYPE_Tools = "TL";
/** Option = OP */
public static final String COMPONENTTYPE_Option = "OP";
/** Variant = VA */
public static final String COMPONENTTYPE_Variant = "VA";
/** Co-Product = CP */
public static final String COMPONENTTYPE_Co_Product = "CP";
/** Set Component Type.
@param ComponentType
Component Type for a Bill of Material or Formula
*/
public void setComponentType (String ComponentType)
{
set_Value (COLUMNNAME_ComponentType, ComponentType);
}
/** Get Component Type.
@return Component Type for a Bill of Material or Formula
*/
public String getComponentType ()
{
return (String)get_Value(COLUMNNAME_ComponentType);
}
/** Set Date Delivered.
@param DateDelivered
Date when the product was delivered
*/
public void setDateDelivered (Timestamp DateDelivered)
{
set_Value (COLUMNNAME_DateDelivered, DateDelivered);
}
/** Get Date Delivered.
@return Date when the product was delivered
*/
public Timestamp getDateDelivered ()
{
return (Timestamp)get_Value(COLUMNNAME_DateDelivered);
}
/** Set Description.
@param Description
Optional short description of the record
*/
public void setDescription (String Description)
{
set_Value (COLUMNNAME_Description, Description);
}
/** Get Description.
@return Optional short description of the record
*/
public String getDescription ()
{
return (String)get_Value(COLUMNNAME_Description);
}
/** Set Feature.
@param Feature
Indicated the Feature for Product Configure
*/
public void setFeature (String Feature)
{
set_Value (COLUMNNAME_Feature, Feature);
}
/** Get Feature.
@return Indicated the Feature for Product Configure
*/
public String getFeature ()
{
return (String)get_Value(COLUMNNAME_Feature);
}
/** Set Forecast.
@param Forecast
Indicated the % of participation this component into a of the BOM Planning
*/
public void setForecast (BigDecimal Forecast)
{
set_Value (COLUMNNAME_Forecast, Forecast);
}
/** Get Forecast.
@return Indicated the % of participation this component into a of the BOM Planning
*/
public BigDecimal getForecast ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Forecast);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Comment/Help.
@param Help
Comment or Hint
*/
public void setHelp (String Help)
{
set_Value (COLUMNNAME_Help, Help);
}
/** Get Comment/Help.
@return Comment or Hint
*/
public String getHelp ()
{
return (String)get_Value(COLUMNNAME_Help);
}
/** Set Is Critical Component.
@param IsCritical
Indicate that a Manufacturing Order can not begin without have this component
*/
public void setIsCritical (boolean IsCritical)
{
set_Value (COLUMNNAME_IsCritical, Boolean.valueOf(IsCritical));
}
/** Get Is Critical Component.
@return Indicate that a Manufacturing Order can not begin without have this component
*/
public boolean isCritical ()
{
Object oo = get_Value(COLUMNNAME_IsCritical);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Is Qty Percentage.
@param IsQtyPercentage
Indicate that this component is based in % Quantity
*/
public void setIsQtyPercentage (BigDecimal IsQtyPercentage)
{
set_Value (COLUMNNAME_IsQtyPercentage, IsQtyPercentage);
}
/** Get Is Qty Percentage.
@return Indicate that this component is based in % Quantity
*/
public BigDecimal getIsQtyPercentage ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_IsQtyPercentage);
if (bd == null)
return Env.ZERO;
return bd;
}
/** IssueMethod AD_Reference_ID=53226 */
public static final int ISSUEMETHOD_AD_Reference_ID=53226;
/** Issue = 0 */
public static final String ISSUEMETHOD_Issue = "0";
/** Backflush = 1 */
public static final String ISSUEMETHOD_Backflush = "1";
/** Floor Stock = 2 */
public static final String ISSUEMETHOD_FloorStock = "2";
/** Set Issue Method.
@param IssueMethod
There are two methods for issue the components to Manufacturing Order
*/
public void setIssueMethod (String IssueMethod)
{
set_Value (COLUMNNAME_IssueMethod, IssueMethod);
}
/** Get Issue Method.
@return There are two methods for issue the components to Manufacturing Order
*/
public String getIssueMethod ()
{
return (String)get_Value(COLUMNNAME_IssueMethod);
}
/** Set Lead Time Offset.
@param LeadTimeOffset
Optional Lead Time offest before starting production
*/
public void setLeadTimeOffset (int LeadTimeOffset)
{
set_Value (COLUMNNAME_LeadTimeOffset, Integer.valueOf(LeadTimeOffset));
}
/** Get Lead Time Offset.
@return Optional Lead Time offest before starting production
*/
public int getLeadTimeOffset ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_LeadTimeOffset);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Line No.
@param Line
Unique line for this document
*/
public void setLine (int Line)
{
set_Value (COLUMNNAME_Line, Integer.valueOf(Line));
}
/** Get Line No.
@return Unique line for this document
*/
public int getLine ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_Line);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_AttributeSetInstance getM_AttributeSetInstance()
{
return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name)
.getPO(getM_AttributeSetInstance_ID(), get_TrxName()); }
/** Set Attribute Set Instance.
@param M_AttributeSetInstance_ID
Product Attribute Set Instance
*/
public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID)
{
if (M_AttributeSetInstance_ID < 0)
set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null);
else
set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID));
}
/** Get Attribute Set Instance.
@return Product Attribute Set Instance
*/
public int getM_AttributeSetInstance_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_ChangeNotice getM_ChangeNotice()
{
return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name)
.getPO(getM_ChangeNotice_ID(), get_TrxName()); }
/** Set Change Notice.
@param M_ChangeNotice_ID
Bill of Materials (Engineering) Change Notice (Version)
*/
public void setM_ChangeNotice_ID (int M_ChangeNotice_ID)
{
if (M_ChangeNotice_ID < 1)
set_Value (COLUMNNAME_M_ChangeNotice_ID, null);
else
set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID));
}
/** Get Change Notice.
@return Bill of Materials (Engineering) Change Notice (Version)
*/
public int getM_ChangeNotice_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Locator getM_Locator()
{
return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name)
.getPO(getM_Locator_ID(), get_TrxName()); }
/** Set Locator.
@param M_Locator_ID
Warehouse Locator
*/
public void setM_Locator_ID (int M_Locator_ID)
{
if (M_Locator_ID < 1)
set_Value (COLUMNNAME_M_Locator_ID, null);
else
set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID));
}
/** Get Locator.
@return Warehouse Locator
*/
public int getM_Locator_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Product getM_Product()
{
return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name)
.getPO(getM_Product_ID(), get_TrxName()); }
/** 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();
}
public I_M_Warehouse getM_Warehouse()
{
return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name)
.getPO(getM_Warehouse_ID(), get_TrxName()); }
/** Set Warehouse.
@param M_Warehouse_ID
Storage Warehouse and Service Point
*/
public void setM_Warehouse_ID (int M_Warehouse_ID)
{
if (M_Warehouse_ID < 1)
set_Value (COLUMNNAME_M_Warehouse_ID, null);
else
set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID));
}
/** Get Warehouse.
@return Storage Warehouse and Service Point
*/
public int getM_Warehouse_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM()
{
return (org.eevolution.model.I_PP_Order_BOM)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_BOM.Table_Name)
.getPO(getPP_Order_BOM_ID(), get_TrxName()); }
/** Set Manufacturing Order BOM.
@param PP_Order_BOM_ID Manufacturing Order BOM */
public void setPP_Order_BOM_ID (int PP_Order_BOM_ID)
{
if (PP_Order_BOM_ID < 1)
set_Value (COLUMNNAME_PP_Order_BOM_ID, null);
else
set_Value (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID));
}
/** Get Manufacturing Order BOM.
@return Manufacturing Order BOM */
public int getPP_Order_BOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine()
{
return (org.eevolution.model.I_PP_Order_BOMLine)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_BOMLine.Table_Name)
.getPO(getPP_Order_BOMLine_ID(), get_TrxName()); }
/** Set Manufacturing Order BOM Line.
@param PP_Order_BOMLine_ID Manufacturing Order BOM Line */
public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID)
{
if (PP_Order_BOMLine_ID < 1)
set_Value (COLUMNNAME_PP_Order_BOMLine_ID, null);
else
set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID));
}
/** Get Manufacturing Order BOM Line.
@return Manufacturing Order BOM Line */
public int getPP_Order_BOMLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order getPP_Order()
{
return (org.eevolution.model.I_PP_Order)MTable.get(getCtx(), org.eevolution.model.I_PP_Order.Table_Name)
.getPO(getPP_Order_ID(), get_TrxName()); }
/** Set Manufacturing Order.
@param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID)
{
if (PP_Order_ID < 1)
set_Value (COLUMNNAME_PP_Order_ID, null);
else
set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
}
/** Get Manufacturing Order.
@return Manufacturing Order */
public int getPP_Order_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Available Quantity.
@param QtyAvailable
Available Quantity (On Hand - Reserved)
*/
public void setQtyAvailable (BigDecimal QtyAvailable)
{
set_Value (COLUMNNAME_QtyAvailable, QtyAvailable);
}
/** Get Available Quantity.
@return Available Quantity (On Hand - Reserved)
*/
public BigDecimal getQtyAvailable ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyAvailable);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Quantity in %.
@param QtyBatch
Indicate the Quantity % use in this Formula
*/
public void setQtyBatch (BigDecimal QtyBatch)
{
set_Value (COLUMNNAME_QtyBatch, QtyBatch);
}
/** Get Quantity in %.
@return Indicate the Quantity % use in this Formula
*/
public BigDecimal getQtyBatch ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatch);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Qty Batch Size.
@param QtyBatchSize Qty Batch Size */
public void setQtyBatchSize (BigDecimal QtyBatchSize)
{
set_Value (COLUMNNAME_QtyBatchSize, QtyBatchSize);
}
/** Get Qty Batch Size.
@return Qty Batch Size */
public BigDecimal getQtyBatchSize ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Quantity.
@param QtyBOM
Indicate the Quantity use in this BOM
*/
public void setQtyBOM (BigDecimal QtyBOM)
{
set_Value (COLUMNNAME_QtyBOM, QtyBOM);
}
/** Get Quantity.
@return Indicate the Quantity use in this BOM
*/
public BigDecimal getQtyBOM ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Delivered Quantity.
@param QtyDelivered
Delivered Quantity
*/
public void setQtyDelivered (BigDecimal QtyDelivered)
{
set_Value (COLUMNNAME_QtyDelivered, QtyDelivered);
}
/** Get Delivered Quantity.
@return Delivered Quantity
*/
public BigDecimal getQtyDelivered ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set On Hand Quantity.
@param QtyOnHand
On Hand Quantity
*/
public void setQtyOnHand (BigDecimal QtyOnHand)
{
set_Value (COLUMNNAME_QtyOnHand, QtyOnHand);
}
/** Get On Hand Quantity.
@return On Hand Quantity
*/
public BigDecimal getQtyOnHand ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOnHand);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Qty Post.
@param QtyPost Qty Post */
public void setQtyPost (BigDecimal QtyPost)
{
set_Value (COLUMNNAME_QtyPost, QtyPost);
}
/** Get Qty Post.
@return Qty Post */
public BigDecimal getQtyPost ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyPost);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Qty Reject.
@param QtyReject Qty Reject */
public void setQtyReject (BigDecimal QtyReject)
{
set_Value (COLUMNNAME_QtyReject, QtyReject);
}
/** Get Qty Reject.
@return Qty Reject */
public BigDecimal getQtyReject ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Qty Requiered.
@param QtyRequiered Qty Requiered */
public void setQtyRequiered (BigDecimal QtyRequiered)
{
set_Value (COLUMNNAME_QtyRequiered, QtyRequiered);
}
/** Get Qty Requiered.
@return Qty Requiered */
public BigDecimal getQtyRequiered ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Reserved Quantity.
@param QtyReserved
Reserved Quantity
*/
public void setQtyReserved (BigDecimal QtyReserved)
{
set_Value (COLUMNNAME_QtyReserved, QtyReserved);
}
/** Get Reserved Quantity.
@return Reserved Quantity
*/
public BigDecimal getQtyReserved ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set QtyScrap.
@param QtyScrap
Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap)
{
set_Value (COLUMNNAME_QtyScrap, QtyScrap);
}
/** Get QtyScrap.
@return Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set % Scrap.
@param Scrap
Indicate the % Scrap for calculate the Scrap Quantity
*/
public void setScrap (BigDecimal Scrap)
{
set_Value (COLUMNNAME_Scrap, Scrap);
}
/** Get % Scrap.
@return Indicate the % Scrap for calculate the Scrap Quantity
*/
public BigDecimal getScrap ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Scrap);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Valid from.
@param ValidFrom
Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom)
{
set_Value (COLUMNNAME_ValidFrom, ValidFrom);
}
/** Get Valid from.
@return Valid from including this date (first day)
*/
public Timestamp getValidFrom ()
{
return (Timestamp)get_Value(COLUMNNAME_ValidFrom);
}
/** Set Valid to.
@param ValidTo
Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo)
{
set_Value (COLUMNNAME_ValidTo, ValidTo);
}
/** Get Valid to.
@return Valid to including this date (last day)
*/
public Timestamp getValidTo ()
{
return (Timestamp)get_Value(COLUMNNAME_ValidTo);
}
}

View File

@ -25,14 +25,14 @@ import org.compiere.util.Env;
/** Generated Model for PP_Order_Cost
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_Cost (Properties ctx, int PP_Order_Cost_ID, String trxName)

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_Node
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_Node (Properties ctx, int PP_Order_Node_ID, String trxName)
@ -1138,34 +1138,6 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent
return ii.intValue();
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_Value (COLUMNNAME_S_Resource_ID, null);
else
set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Setup Time.
@param SetupTime
Setup time before starting Production
@ -1244,6 +1216,34 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent
return (String)get_Value(COLUMNNAME_SplitElement);
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_Value (COLUMNNAME_S_Resource_ID, null);
else
set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** StartMode AD_Reference_ID=303 */
public static final int STARTMODE_AD_Reference_ID=303;
/** Automatic = A */

View File

@ -23,14 +23,14 @@ import org.compiere.model.*;
/** Generated Model for PP_Order_NodeNext
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_NodeNext (Properties ctx, int PP_Order_NodeNext_ID, String trxName)

View File

@ -23,14 +23,14 @@ import org.compiere.model.*;
/** Generated Model for PP_Order_Node_Asset
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_Node_Asset (Properties ctx, int PP_Order_Node_Asset_ID, String trxName)

View File

@ -25,14 +25,14 @@ import org.compiere.util.Env;
/** Generated Model for PP_Order_Node_Product
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Product, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_Node_Product (Properties ctx, int PP_Order_Node_Product_ID, String trxName)

View File

@ -1,842 +0,0 @@
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
/** Generated Model - DO NOT CHANGE */
package org.eevolution.model;
import java.math.BigDecimal;
import java.sql.ResultSet;
import java.sql.Timestamp;
import java.util.Properties;
import org.adempiere.model.*;
import org.compiere.model.*;
import org.compiere.util.Env;
import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_Node_v
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
public class X_PP_Order_Node_v extends PO implements I_PP_Order_Node_v, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
/** Standard Constructor */
public X_PP_Order_Node_v (Properties ctx, int PP_Order_Node_v_ID, String trxName)
{
super (ctx, PP_Order_Node_v_ID, trxName);
/** if (PP_Order_Node_v_ID == 0)
{
} */
}
/** Load Constructor */
public X_PP_Order_Node_v (Properties ctx, ResultSet rs, String trxName)
{
super (ctx, rs, trxName);
}
/** AccessLevel
* @return 3 - Client - Org
*/
protected int get_AccessLevel()
{
return accessLevel.intValue();
}
/** Load Meta Data */
protected POInfo initPO (Properties ctx)
{
POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName());
return poi;
}
public String toString()
{
StringBuffer sb = new StringBuffer ("X_PP_Order_Node_v[")
.append(get_ID()).append("]");
return sb.toString();
}
public I_C_BPartner getC_BPartner()
{
return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name)
.getPO(getC_BPartner_ID(), get_TrxName()); }
/** Set Business Partner .
@param C_BPartner_ID
Identifies a Business Partner
*/
public void setC_BPartner_ID (int C_BPartner_ID)
{
if (C_BPartner_ID < 1)
set_Value (COLUMNNAME_C_BPartner_ID, null);
else
set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID));
}
/** Get Business Partner .
@return Identifies a Business Partner
*/
public int getC_BPartner_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Cost.
@param Cost
Cost information
*/
public void setCost (BigDecimal Cost)
{
set_Value (COLUMNNAME_Cost, Cost);
}
/** Get Cost.
@return Cost information
*/
public BigDecimal getCost ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Finish Date.
@param DateFinish
Finish or (planned) completion date
*/
public void setDateFinish (Timestamp DateFinish)
{
set_Value (COLUMNNAME_DateFinish, DateFinish);
}
/** Get Finish Date.
@return Finish or (planned) completion date
*/
public Timestamp getDateFinish ()
{
return (Timestamp)get_Value(COLUMNNAME_DateFinish);
}
/** Set DateFinishSchedule.
@param DateFinishSchedule DateFinishSchedule */
public void setDateFinishSchedule (Timestamp DateFinishSchedule)
{
set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule);
}
/** Get DateFinishSchedule.
@return DateFinishSchedule */
public Timestamp getDateFinishSchedule ()
{
return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule);
}
/** Set DateStart.
@param DateStart DateStart */
public void setDateStart (Timestamp DateStart)
{
set_Value (COLUMNNAME_DateStart, DateStart);
}
/** Get DateStart.
@return DateStart */
public Timestamp getDateStart ()
{
return (Timestamp)get_Value(COLUMNNAME_DateStart);
}
/** Set DateStartSchedule.
@param DateStartSchedule DateStartSchedule */
public void setDateStartSchedule (Timestamp DateStartSchedule)
{
set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule);
}
/** Get DateStartSchedule.
@return DateStartSchedule */
public Timestamp getDateStartSchedule ()
{
return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule);
}
/** Set Description.
@param Description
Optional short description of the record
*/
public void setDescription (String Description)
{
set_Value (COLUMNNAME_Description, Description);
}
/** Get Description.
@return Optional short description of the record
*/
public String getDescription ()
{
return (String)get_Value(COLUMNNAME_Description);
}
/** DocAction AD_Reference_ID=135 */
public static final int DOCACTION_AD_Reference_ID=135;
/** Complete = CO */
public static final String DOCACTION_Complete = "CO";
/** Approve = AP */
public static final String DOCACTION_Approve = "AP";
/** Reject = RJ */
public static final String DOCACTION_Reject = "RJ";
/** Post = PO */
public static final String DOCACTION_Post = "PO";
/** Void = VO */
public static final String DOCACTION_Void = "VO";
/** Close = CL */
public static final String DOCACTION_Close = "CL";
/** Reverse - Correct = RC */
public static final String DOCACTION_Reverse_Correct = "RC";
/** Reverse - Accrual = RA */
public static final String DOCACTION_Reverse_Accrual = "RA";
/** Invalidate = IN */
public static final String DOCACTION_Invalidate = "IN";
/** Re-activate = RE */
public static final String DOCACTION_Re_Activate = "RE";
/** <None> = -- */
public static final String DOCACTION_None = "--";
/** Prepare = PR */
public static final String DOCACTION_Prepare = "PR";
/** Unlock = XL */
public static final String DOCACTION_Unlock = "XL";
/** Wait Complete = WC */
public static final String DOCACTION_WaitComplete = "WC";
/** Set Document Action.
@param DocAction
The targeted status of the document
*/
public void setDocAction (String DocAction)
{
set_Value (COLUMNNAME_DocAction, DocAction);
}
/** Get Document Action.
@return The targeted status of the document
*/
public String getDocAction ()
{
return (String)get_Value(COLUMNNAME_DocAction);
}
/** DocStatus AD_Reference_ID=131 */
public static final int DOCSTATUS_AD_Reference_ID=131;
/** Drafted = DR */
public static final String DOCSTATUS_Drafted = "DR";
/** Completed = CO */
public static final String DOCSTATUS_Completed = "CO";
/** Approved = AP */
public static final String DOCSTATUS_Approved = "AP";
/** Not Approved = NA */
public static final String DOCSTATUS_NotApproved = "NA";
/** Voided = VO */
public static final String DOCSTATUS_Voided = "VO";
/** Invalid = IN */
public static final String DOCSTATUS_Invalid = "IN";
/** Reversed = RE */
public static final String DOCSTATUS_Reversed = "RE";
/** Closed = CL */
public static final String DOCSTATUS_Closed = "CL";
/** Unknown = ?? */
public static final String DOCSTATUS_Unknown = "??";
/** In Progress = IP */
public static final String DOCSTATUS_InProgress = "IP";
/** Waiting Payment = WP */
public static final String DOCSTATUS_WaitingPayment = "WP";
/** Waiting Confirmation = WC */
public static final String DOCSTATUS_WaitingConfirmation = "WC";
/** Set Document Status.
@param DocStatus
The current status of the document
*/
public void setDocStatus (String DocStatus)
{
set_Value (COLUMNNAME_DocStatus, DocStatus);
}
/** Get Document Status.
@return The current status of the document
*/
public String getDocStatus ()
{
return (String)get_Value(COLUMNNAME_DocStatus);
}
/** Set Duration.
@param Duration
Normal Duration in Duration Unit
*/
public void setDuration (int Duration)
{
set_Value (COLUMNNAME_Duration, Integer.valueOf(Duration));
}
/** Get Duration.
@return Normal Duration in Duration Unit
*/
public int getDuration ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_Duration);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Duration Real.
@param DurationReal Duration Real */
public void setDurationReal (int DurationReal)
{
set_Value (COLUMNNAME_DurationReal, Integer.valueOf(DurationReal));
}
/** Get Duration Real.
@return Duration Real */
public int getDurationReal ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_DurationReal);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Duration Requiered.
@param DurationRequiered Duration Requiered */
public void setDurationRequiered (int DurationRequiered)
{
set_Value (COLUMNNAME_DurationRequiered, Integer.valueOf(DurationRequiered));
}
/** Get Duration Requiered.
@return Duration Requiered */
public int getDurationRequiered ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_DurationRequiered);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Comment/Help.
@param Help
Comment or Hint
*/
public void setHelp (String Help)
{
set_Value (COLUMNNAME_Help, Help);
}
/** Get Comment/Help.
@return Comment or Hint
*/
public String getHelp ()
{
return (String)get_Value(COLUMNNAME_Help);
}
/** Set Is Milestone.
@param IsMilestone Is Milestone */
public void setIsMilestone (boolean IsMilestone)
{
set_Value (COLUMNNAME_IsMilestone, Boolean.valueOf(IsMilestone));
}
/** Get Is Milestone.
@return Is Milestone */
public boolean isMilestone ()
{
Object oo = get_Value(COLUMNNAME_IsMilestone);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Is Subcontracting.
@param IsSubcontracting Is Subcontracting */
public void setIsSubcontracting (boolean IsSubcontracting)
{
set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting));
}
/** Get Is Subcontracting.
@return Is Subcontracting */
public boolean isSubcontracting ()
{
Object oo = get_Value(COLUMNNAME_IsSubcontracting);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Moving Time.
@param MovingTime Moving Time */
public void setMovingTime (int MovingTime)
{
set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime));
}
/** Get Moving Time.
@return Moving Time */
public int getMovingTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Name.
@param Name
Alphanumeric identifier of the entity
*/
public void setName (String Name)
{
set_Value (COLUMNNAME_Name, Name);
}
/** Get Name.
@return Alphanumeric identifier of the entity
*/
public String getName ()
{
return (String)get_Value(COLUMNNAME_Name);
}
/** Get Record ID/ColumnName
@return ID/ColumnName pair
*/
public KeyNamePair getKeyNamePair()
{
return new KeyNamePair(get_ID(), getName());
}
/** Set Overlap Units.
@param OverlapUnits
Overlap Units are number of units that must be completed before they are moved the next activity
*/
public void setOverlapUnits (int OverlapUnits)
{
set_Value (COLUMNNAME_OverlapUnits, Integer.valueOf(OverlapUnits));
}
/** Get Overlap Units.
@return Overlap Units are number of units that must be completed before they are moved the next activity
*/
public int getOverlapUnits ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_OverlapUnits);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order getPP_Order()
{
return (org.eevolution.model.I_PP_Order)MTable.get(getCtx(), org.eevolution.model.I_PP_Order.Table_Name)
.getPO(getPP_Order_ID(), get_TrxName()); }
/** Set Manufacturing Order.
@param PP_Order_ID Manufacturing Order */
public void setPP_Order_ID (int PP_Order_ID)
{
if (PP_Order_ID < 1)
set_Value (COLUMNNAME_PP_Order_ID, null);
else
set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID));
}
/** Get Manufacturing Order.
@return Manufacturing Order */
public int getPP_Order_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order_Node getPP_Order_Node()
{
return (org.eevolution.model.I_PP_Order_Node)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_Node.Table_Name)
.getPO(getPP_Order_Node_ID(), get_TrxName()); }
/** Set Manufacturing Order Activity.
@param PP_Order_Node_ID Manufacturing Order Activity */
public void setPP_Order_Node_ID (int PP_Order_Node_ID)
{
if (PP_Order_Node_ID < 1)
set_Value (COLUMNNAME_PP_Order_Node_ID, null);
else
set_Value (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID));
}
/** Get Manufacturing Order Activity.
@return Manufacturing Order Activity */
public int getPP_Order_Node_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow()
{
return (org.eevolution.model.I_PP_Order_Workflow)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_Workflow.Table_Name)
.getPO(getPP_Order_Workflow_ID(), get_TrxName()); }
/** Set Manufacturing Order Workflow.
@param PP_Order_Workflow_ID Manufacturing Order Workflow */
public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID)
{
if (PP_Order_Workflow_ID < 1)
set_Value (COLUMNNAME_PP_Order_Workflow_ID, null);
else
set_Value (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID));
}
/** Get Manufacturing Order Workflow.
@return Manufacturing Order Workflow */
public int getPP_Order_Workflow_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Priority AD_Reference_ID=154 */
public static final int PRIORITY_AD_Reference_ID=154;
/** High = 3 */
public static final String PRIORITY_High = "3";
/** Medium = 5 */
public static final String PRIORITY_Medium = "5";
/** Low = 7 */
public static final String PRIORITY_Low = "7";
/** Urgent = 1 */
public static final String PRIORITY_Urgent = "1";
/** Minor = 9 */
public static final String PRIORITY_Minor = "9";
/** Set Priority.
@param Priority
Indicates if this request is of a high, medium or low priority.
*/
public void setPriority (String Priority)
{
set_Value (COLUMNNAME_Priority, Priority);
}
/** Get Priority.
@return Indicates if this request is of a high, medium or low priority.
*/
public String getPriority ()
{
return (String)get_Value(COLUMNNAME_Priority);
}
/** Set Delivered Quantity.
@param QtyDelivered
Delivered Quantity
*/
public void setQtyDelivered (BigDecimal QtyDelivered)
{
set_Value (COLUMNNAME_QtyDelivered, QtyDelivered);
}
/** Get Delivered Quantity.
@return Delivered Quantity
*/
public BigDecimal getQtyDelivered ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Qty Requiered.
@param QtyRequiered Qty Requiered */
public void setQtyRequiered (BigDecimal QtyRequiered)
{
set_Value (COLUMNNAME_QtyRequiered, QtyRequiered);
}
/** Get Qty Requiered.
@return Qty Requiered */
public BigDecimal getQtyRequiered ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set QtyScrap.
@param QtyScrap
Scrap Quantity for this componet
*/
public void setQtyScrap (BigDecimal QtyScrap)
{
set_Value (COLUMNNAME_QtyScrap, QtyScrap);
}
/** Get QtyScrap.
@return Scrap Quantity for this componet
*/
public BigDecimal getQtyScrap ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Queuing Time.
@param QueuingTime Queuing Time */
public void setQueuingTime (int QueuingTime)
{
set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime));
}
/** Get Queuing Time.
@return Queuing Time */
public int getQueuingTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime);
if (ii == null)
return 0;
return ii.intValue();
}
public I_S_Resource getS_Resource()
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
.getPO(getS_Resource_ID(), get_TrxName()); }
/** Set Resource.
@param S_Resource_ID
Resource
*/
public void setS_Resource_ID (int S_Resource_ID)
{
if (S_Resource_ID < 1)
set_Value (COLUMNNAME_S_Resource_ID, null);
else
set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID));
}
/** Get Resource.
@return Resource
*/
public int getS_Resource_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Setup Time.
@param SetupTime
Setup time before starting Production
*/
public void setSetupTime (int SetupTime)
{
set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime));
}
/** Get Setup Time.
@return Setup time before starting Production
*/
public int getSetupTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Setup Time Real.
@param SetupTimeReal Setup Time Real */
public void setSetupTimeReal (int SetupTimeReal)
{
set_Value (COLUMNNAME_SetupTimeReal, Integer.valueOf(SetupTimeReal));
}
/** Get Setup Time Real.
@return Setup Time Real */
public int getSetupTimeReal ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_SetupTimeReal);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Units by Cycles.
@param UnitsCycles
The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public void setUnitsCycles (int UnitsCycles)
{
set_Value (COLUMNNAME_UnitsCycles, Integer.valueOf(UnitsCycles));
}
/** Get Units by Cycles.
@return The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.
*/
public int getUnitsCycles ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_UnitsCycles);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Valid from.
@param ValidFrom
Valid from including this date (first day)
*/
public void setValidFrom (Timestamp ValidFrom)
{
set_Value (COLUMNNAME_ValidFrom, ValidFrom);
}
/** Get Valid from.
@return Valid from including this date (first day)
*/
public Timestamp getValidFrom ()
{
return (Timestamp)get_Value(COLUMNNAME_ValidFrom);
}
/** Set Valid to.
@param ValidTo
Valid to including this date (last day)
*/
public void setValidTo (Timestamp ValidTo)
{
set_Value (COLUMNNAME_ValidTo, ValidTo);
}
/** Get Valid to.
@return Valid to including this date (last day)
*/
public Timestamp getValidTo ()
{
return (Timestamp)get_Value(COLUMNNAME_ValidTo);
}
/** Set Search Key.
@param Value
Search key for the record in the format required - must be unique
*/
public void setValue (String Value)
{
set_Value (COLUMNNAME_Value, Value);
}
/** Get Search Key.
@return Search key for the record in the format required - must be unique
*/
public String getValue ()
{
return (String)get_Value(COLUMNNAME_Value);
}
/** Set Waiting Time.
@param WaitingTime
Workflow Simulation Waiting time
*/
public void setWaitingTime (int WaitingTime)
{
set_Value (COLUMNNAME_WaitingTime, Integer.valueOf(WaitingTime));
}
/** Get Waiting Time.
@return Workflow Simulation Waiting time
*/
public int getWaitingTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_WaitingTime);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Working Time.
@param WorkingTime
Workflow Simulation Execution Time
*/
public void setWorkingTime (int WorkingTime)
{
set_Value (COLUMNNAME_WorkingTime, Integer.valueOf(WorkingTime));
}
/** Get Working Time.
@return Workflow Simulation Execution Time
*/
public int getWorkingTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_WorkingTime);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Yield %.
@param Yield
The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public void setYield (int Yield)
{
set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield));
}
/** Get Yield %.
@return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
*/
public int getYield ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_Yield);
if (ii == null)
return 0;
return ii.intValue();
}
}

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Order_Workflow
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Order_Workflow (Properties ctx, int PP_Order_Workflow_ID, String trxName)
@ -711,6 +711,26 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe
return ii.intValue();
}
/** Set Setup Time.
@param SetupTime
Setup time before starting Production
*/
public void setSetupTime (int SetupTime)
{
set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime));
}
/** Get Setup Time.
@return Setup time before starting Production
*/
public int getSetupTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime);
if (ii == null)
return 0;
return ii.intValue();
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
@ -739,26 +759,6 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe
return ii.intValue();
}
/** Set Setup Time.
@param SetupTime
Setup time before starting Production
*/
public void setSetupTime (int SetupTime)
{
set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime));
}
/** Get Setup Time.
@return Setup time before starting Production
*/
public int getSetupTime ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Units by Cycles.
@param UnitsCycles
The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit.

File diff suppressed because it is too large Load Diff

View File

@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Product_BOM
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Product_BOM (Properties ctx, int PP_Product_BOM_ID, String trxName)
@ -145,6 +145,23 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste
return (String)get_Value(COLUMNNAME_BOMUse);
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
@ -173,23 +190,6 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste
return ii.intValue();
}
/** Set Copy From.
@param CopyFrom
Copy From Record
*/
public void setCopyFrom (String CopyFrom)
{
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
}
/** Get Copy From.
@return Copy From Record
*/
public String getCopyFrom ()
{
return (String)get_Value(COLUMNNAME_CopyFrom);
}
/** Set Description.
@param Description
Optional short description of the record

View File

@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for PP_Product_BOMLine
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Product_BOMLine (Properties ctx, int PP_Product_BOMLine_ID, String trxName)
@ -119,34 +119,6 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_
return (String)get_Value(COLUMNNAME_BackflushGroup);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
.getPO(getC_UOM_ID(), get_TrxName()); }
/** Set UOM.
@param C_UOM_ID
Unit of Measure
*/
public void setC_UOM_ID (int C_UOM_ID)
{
if (C_UOM_ID < 1)
set_Value (COLUMNNAME_C_UOM_ID, null);
else
set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID));
}
/** Get UOM.
@return Unit of Measure
*/
public int getC_UOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** ComponentType AD_Reference_ID=53225 */
public static final int COMPONENTTYPE_AD_Reference_ID=53225;
/** By-Product = BY */
@ -185,6 +157,34 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_
return (String)get_Value(COLUMNNAME_ComponentType);
}
public I_C_UOM getC_UOM() throws RuntimeException
{
return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name)
.getPO(getC_UOM_ID(), get_TrxName()); }
/** Set UOM.
@param C_UOM_ID
Unit of Measure
*/
public void setC_UOM_ID (int C_UOM_ID)
{
if (C_UOM_ID < 1)
set_Value (COLUMNNAME_C_UOM_ID, null);
else
set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID));
}
/** Get UOM.
@return Unit of Measure
*/
public int getC_UOM_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Description.
@param Description
Optional short description of the record

View File

@ -25,14 +25,14 @@ import org.compiere.util.Env;
/** Generated Model for PP_Product_Planning
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_Product_Planning (Properties ctx, int PP_Product_Planning_ID, String trxName)
@ -507,6 +507,26 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning,
return ii.intValue();
}
/** Set Safety Stock Qty.
@param SafetyStock
Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
*/
public void setSafetyStock (BigDecimal SafetyStock)
{
set_Value (COLUMNNAME_SafetyStock, SafetyStock);
}
/** Get Safety Stock Qty.
@return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
*/
public BigDecimal getSafetyStock ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_S_Resource getS_Resource() throws RuntimeException
{
return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name)
@ -535,26 +555,6 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning,
return ii.intValue();
}
/** Set Safety Stock Qty.
@param SafetyStock
Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
*/
public void setSafetyStock (BigDecimal SafetyStock)
{
set_Value (COLUMNNAME_SafetyStock, SafetyStock);
}
/** Get Safety Stock Qty.
@return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
*/
public BigDecimal getSafetyStock ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Time Fence.
@param TimeFence Time Fence */
public void setTimeFence (BigDecimal TimeFence)

View File

@ -23,14 +23,14 @@ import org.compiere.model.*;
/** Generated Model for PP_WF_Node_Asset
* @author Adempiere (generated)
* @version Release 3.5.3a - $Id$ */
* @version Release 3.5.4a - $Id$ */
public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Persistent
{
/**
*
*/
private static final long serialVersionUID = 20081221L;
private static final long serialVersionUID = 20090915L;
/** Standard Constructor */
public X_PP_WF_Node_Asset (Properties ctx, int PP_WF_Node_Asset_ID, String trxName)

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