From b99d20e12dc79aeb2633e3c4d1e9210289749fd0 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 16 Sep 2009 00:04:51 +0000 Subject: [PATCH] generate model X_ classes for org.eevolution.model package deleted some extra classes not generated with official generatemodel --- .../src/org/eevolution/model/I_C_TaxBase.java | 20 +- .../eevolution/model/I_C_TaxDefinition.java | 122 +- .../org/eevolution/model/I_C_TaxGroup.java | 20 +- .../src/org/eevolution/model/I_C_TaxType.java | 20 +- .../model/I_DD_NetworkDistribution.java | 2 +- .../model/I_DD_NetworkDistributionLine.java | 2 +- base/src/org/eevolution/model/I_DD_Order.java | 28 +- .../org/eevolution/model/I_DD_OrderLine.java | 58 +- .../org/eevolution/model/I_HR_Attribute.java | 2 +- .../org/eevolution/model/I_HR_Concept.java | 2 +- .../eevolution/model/I_HR_Concept_Acct.java | 2 +- .../model/I_HR_Concept_Category.java | 2 +- .../org/eevolution/model/I_HR_Contract.java | 2 +- .../org/eevolution/model/I_HR_Department.java | 2 +- .../org/eevolution/model/I_HR_Employee.java | 2 +- base/src/org/eevolution/model/I_HR_Job.java | 2 +- base/src/org/eevolution/model/I_HR_List.java | 2 +- .../org/eevolution/model/I_HR_ListLine.java | 2 +- .../org/eevolution/model/I_HR_ListType.java | 2 +- .../eevolution/model/I_HR_ListVersion.java | 24 +- .../org/eevolution/model/I_HR_Movement.java | 20 +- .../org/eevolution/model/I_HR_Payroll.java | 2 +- .../eevolution/model/I_HR_PayrollConcept.java | 20 +- .../src/org/eevolution/model/I_HR_Period.java | 32 +- .../org/eevolution/model/I_HR_Process.java | 28 +- .../org/eevolution/model/I_HR_ProfileJob.java | 83 - .../org/eevolution/model/I_HR_Profile_bp.java | 90 -- base/src/org/eevolution/model/I_HR_Year.java | 32 +- .../eevolution/model/I_PP_Cost_Collector.java | 140 +- .../model/I_PP_Cost_CollectorMA.java | 2 +- base/src/org/eevolution/model/I_PP_MRP.java | 2 +- base/src/org/eevolution/model/I_PP_Order.java | 88 +- .../org/eevolution/model/I_PP_Order_BOM.java | 32 +- .../eevolution/model/I_PP_Order_BOMLine.java | 32 +- .../model/I_PP_Order_BOMLine_v.java | 584 ------- .../org/eevolution/model/I_PP_Order_Cost.java | 2 +- .../org/eevolution/model/I_PP_Order_Node.java | 32 +- .../eevolution/model/I_PP_Order_NodeNext.java | 2 +- .../model/I_PP_Order_Node_Asset.java | 2 +- .../model/I_PP_Order_Node_Product.java | 2 +- .../eevolution/model/I_PP_Order_Node_v.java | 533 ------ .../eevolution/model/I_PP_Order_Workflow.java | 28 +- .../model/I_PP_Order_Workflow_Header_v.java | 915 ----------- .../eevolution/model/I_PP_Product_BOM.java | 32 +- .../model/I_PP_Product_BOMLine.java | 32 +- .../model/I_PP_Product_Planning.java | 28 +- .../eevolution/model/I_PP_WF_Node_Asset.java | 2 +- .../model/I_PP_WF_Node_Product.java | 2 +- .../eevolution/model/I_QM_Specification.java | 2 +- .../model/I_QM_SpecificationLine.java | 2 +- .../model/I_RV_PP_Order_BOMLine.java | 60 - .../model/I_RV_PP_Product_BOMLine.java | 314 ---- .../src/org/eevolution/model/I_RV_PP_WIP.java | 2 +- .../src/org/eevolution/model/I_T_BOMLine.java | 2 +- .../src/org/eevolution/model/I_T_MRP_CRP.java | 2 +- .../src/org/eevolution/model/X_C_TaxBase.java | 4 +- .../eevolution/model/X_C_TaxDefinition.java | 160 +- .../org/eevolution/model/X_C_TaxGroup.java | 4 +- .../src/org/eevolution/model/X_C_TaxType.java | 4 +- .../model/X_DD_NetworkDistribution.java | 4 +- .../model/X_DD_NetworkDistributionLine.java | 4 +- base/src/org/eevolution/model/X_DD_Order.java | 44 +- .../org/eevolution/model/X_DD_OrderLine.java | 44 +- .../org/eevolution/model/X_HR_Attribute.java | 4 +- .../org/eevolution/model/X_HR_Concept.java | 4 +- .../eevolution/model/X_HR_Concept_Acct.java | 4 +- .../model/X_HR_Concept_Category.java | 4 +- .../org/eevolution/model/X_HR_Contract.java | 4 +- .../org/eevolution/model/X_HR_Department.java | 4 +- .../org/eevolution/model/X_HR_Employee.java | 4 +- base/src/org/eevolution/model/X_HR_Job.java | 5 +- base/src/org/eevolution/model/X_HR_List.java | 4 +- .../org/eevolution/model/X_HR_ListLine.java | 4 +- .../org/eevolution/model/X_HR_ListType.java | 4 +- .../eevolution/model/X_HR_ListVersion.java | 54 +- .../org/eevolution/model/X_HR_Movement.java | 54 +- .../org/eevolution/model/X_HR_Payroll.java | 4 +- .../eevolution/model/X_HR_PayrollConcept.java | 46 +- .../src/org/eevolution/model/X_HR_Period.java | 4 +- .../org/eevolution/model/X_HR_Process.java | 38 +- base/src/org/eevolution/model/X_HR_Year.java | 4 +- .../eevolution/model/X_PP_Cost_Collector.java | 206 +-- .../model/X_PP_Cost_CollectorMA.java | 4 +- base/src/org/eevolution/model/X_PP_MRP.java | 4 +- base/src/org/eevolution/model/X_PP_Order.java | 94 +- .../org/eevolution/model/X_PP_Order_BOM.java | 38 +- .../eevolution/model/X_PP_Order_BOMLine.java | 60 +- .../model/X_PP_Order_BOMLine_v.java | 881 ---------- .../org/eevolution/model/X_PP_Order_Cost.java | 4 +- .../org/eevolution/model/X_PP_Order_Node.java | 60 +- .../eevolution/model/X_PP_Order_NodeNext.java | 4 +- .../model/X_PP_Order_Node_Asset.java | 4 +- .../model/X_PP_Order_Node_Product.java | 4 +- .../eevolution/model/X_PP_Order_Node_v.java | 842 ---------- .../eevolution/model/X_PP_Order_Workflow.java | 44 +- .../model/X_PP_Order_Workflow_Header_v.java | 1428 ----------------- .../eevolution/model/X_PP_Product_BOM.java | 38 +- .../model/X_PP_Product_BOMLine.java | 60 +- .../model/X_PP_Product_Planning.java | 44 +- .../eevolution/model/X_PP_WF_Node_Asset.java | 4 +- .../model/X_PP_WF_Node_Product.java | 4 +- .../eevolution/model/X_QM_Specification.java | 4 +- .../model/X_QM_SpecificationLine.java | 4 +- .../model/X_RV_PP_Order_BOMLine.java | 74 - .../model/X_RV_PP_Product_BOMLine.java | 638 -------- .../src/org/eevolution/model/X_RV_PP_WIP.java | 4 +- .../src/org/eevolution/model/X_T_BOMLine.java | 4 +- .../src/org/eevolution/model/X_T_MRP_CRP.java | 4 +- 108 files changed, 1067 insertions(+), 7510 deletions(-) delete mode 100644 base/src/org/eevolution/model/I_HR_ProfileJob.java delete mode 100644 base/src/org/eevolution/model/I_HR_Profile_bp.java delete mode 100644 base/src/org/eevolution/model/I_PP_Order_BOMLine_v.java delete mode 100644 base/src/org/eevolution/model/I_PP_Order_Node_v.java delete mode 100644 base/src/org/eevolution/model/I_PP_Order_Workflow_Header_v.java delete mode 100644 base/src/org/eevolution/model/I_RV_PP_Order_BOMLine.java delete mode 100644 base/src/org/eevolution/model/I_RV_PP_Product_BOMLine.java delete mode 100644 base/src/org/eevolution/model/X_PP_Order_BOMLine_v.java delete mode 100644 base/src/org/eevolution/model/X_PP_Order_Node_v.java delete mode 100644 base/src/org/eevolution/model/X_PP_Order_Workflow_Header_v.java delete mode 100644 base/src/org/eevolution/model/X_RV_PP_Order_BOMLine.java delete mode 100644 base/src/org/eevolution/model/X_RV_PP_Product_BOMLine.java diff --git a/base/src/org/eevolution/model/I_C_TaxBase.java b/base/src/org/eevolution/model/I_C_TaxBase.java index 0da97eaa9d..78c9640d05 100644 --- a/base/src/org/eevolution/model/I_C_TaxBase.java +++ b/base/src/org/eevolution/model/I_C_TaxBase.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_C_TaxDefinition.java b/base/src/org/eevolution/model/I_C_TaxDefinition.java index d621e391a6..db9e9d05a9 100644 --- a/base/src/org/eevolution/model/I_C_TaxDefinition.java +++ b/base/src/org/eevolution/model/I_C_TaxDefinition.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_C_TaxGroup.java b/base/src/org/eevolution/model/I_C_TaxGroup.java index cae3e2fdd4..1feceffcb6 100644 --- a/base/src/org/eevolution/model/I_C_TaxGroup.java +++ b/base/src/org/eevolution/model/I_C_TaxGroup.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_C_TaxType.java b/base/src/org/eevolution/model/I_C_TaxType.java index d0a4669708..3ebef151e6 100644 --- a/base/src/org/eevolution/model/I_C_TaxType.java +++ b/base/src/org/eevolution/model/I_C_TaxType.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_DD_NetworkDistribution.java b/base/src/org/eevolution/model/I_DD_NetworkDistribution.java index 39a2664c99..33987479cf 100644 --- a/base/src/org/eevolution/model/I_DD_NetworkDistribution.java +++ b/base/src/org/eevolution/model/I_DD_NetworkDistribution.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java b/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java index 116640d00e..4bdf99c2b2 100644 --- a/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java +++ b/base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_DD_Order.java b/base/src/org/eevolution/model/I_DD_Order.java index ed8449457b..051b2a7804 100644 --- a/base/src/org/eevolution/model/I_DD_Order.java +++ b/base/src/org/eevolution/model/I_DD_Order.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_DD_OrderLine.java b/base/src/org/eevolution/model/I_DD_OrderLine.java index 1679cd366b..8c08df023f 100644 --- a/base/src/org/eevolution/model/I_DD_OrderLine.java +++ b/base/src/org/eevolution/model/I_DD_OrderLine.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_Attribute.java b/base/src/org/eevolution/model/I_HR_Attribute.java index 6708c78159..b55cd9d476 100644 --- a/base/src/org/eevolution/model/I_HR_Attribute.java +++ b/base/src/org/eevolution/model/I_HR_Attribute.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Concept.java b/base/src/org/eevolution/model/I_HR_Concept.java index 567dfb8283..b3ccb3ce7d 100644 --- a/base/src/org/eevolution/model/I_HR_Concept.java +++ b/base/src/org/eevolution/model/I_HR_Concept.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Concept_Acct.java b/base/src/org/eevolution/model/I_HR_Concept_Acct.java index 5579b343da..eac776251b 100644 --- a/base/src/org/eevolution/model/I_HR_Concept_Acct.java +++ b/base/src/org/eevolution/model/I_HR_Concept_Acct.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Concept_Category.java b/base/src/org/eevolution/model/I_HR_Concept_Category.java index 042e21d48f..8a14bbdd47 100644 --- a/base/src/org/eevolution/model/I_HR_Concept_Category.java +++ b/base/src/org/eevolution/model/I_HR_Concept_Category.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Contract.java b/base/src/org/eevolution/model/I_HR_Contract.java index a83194abe4..42046348c8 100644 --- a/base/src/org/eevolution/model/I_HR_Contract.java +++ b/base/src/org/eevolution/model/I_HR_Contract.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Department.java b/base/src/org/eevolution/model/I_HR_Department.java index 141bc7ccc4..306bd8b0e1 100644 --- a/base/src/org/eevolution/model/I_HR_Department.java +++ b/base/src/org/eevolution/model/I_HR_Department.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Employee.java b/base/src/org/eevolution/model/I_HR_Employee.java index d2411104c8..c7a107ec9a 100644 --- a/base/src/org/eevolution/model/I_HR_Employee.java +++ b/base/src/org/eevolution/model/I_HR_Employee.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_Job.java b/base/src/org/eevolution/model/I_HR_Job.java index 0f6b85f6c4..c7a8cf2f5d 100644 --- a/base/src/org/eevolution/model/I_HR_Job.java +++ b/base/src/org/eevolution/model/I_HR_Job.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_List.java b/base/src/org/eevolution/model/I_HR_List.java index 5eb6634788..909eed2e49 100644 --- a/base/src/org/eevolution/model/I_HR_List.java +++ b/base/src/org/eevolution/model/I_HR_List.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_ListLine.java b/base/src/org/eevolution/model/I_HR_ListLine.java index a81b92f237..4ba2e86f69 100644 --- a/base/src/org/eevolution/model/I_HR_ListLine.java +++ b/base/src/org/eevolution/model/I_HR_ListLine.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_ListType.java b/base/src/org/eevolution/model/I_HR_ListType.java index 6e9f8ed44f..8af1e98e94 100644 --- a/base/src/org/eevolution/model/I_HR_ListType.java +++ b/base/src/org/eevolution/model/I_HR_ListType.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_ListVersion.java b/base/src/org/eevolution/model/I_HR_ListVersion.java index 46c7dfaf1d..249d6c52bb 100644 --- a/base/src/org/eevolution/model/I_HR_ListVersion.java +++ b/base/src/org/eevolution/model/I_HR_ListVersion.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_Movement.java b/base/src/org/eevolution/model/I_HR_Movement.java index 44281bd2cf..851b3438dc 100644 --- a/base/src/org/eevolution/model/I_HR_Movement.java +++ b/base/src/org/eevolution/model/I_HR_Movement.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_Payroll.java b/base/src/org/eevolution/model/I_HR_Payroll.java index 07a021890e..b4e62c90c2 100644 --- a/base/src/org/eevolution/model/I_HR_Payroll.java +++ b/base/src/org/eevolution/model/I_HR_Payroll.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_HR_PayrollConcept.java b/base/src/org/eevolution/model/I_HR_PayrollConcept.java index ff50774195..0a9f622b18 100644 --- a/base/src/org/eevolution/model/I_HR_PayrollConcept.java +++ b/base/src/org/eevolution/model/I_HR_PayrollConcept.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_Period.java b/base/src/org/eevolution/model/I_HR_Period.java index f6093fcb52..29e9824cb7 100644 --- a/base/src/org/eevolution/model/I_HR_Period.java +++ b/base/src/org/eevolution/model/I_HR_Period.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_Process.java b/base/src/org/eevolution/model/I_HR_Process.java index 3453b07db5..1601c99b67 100644 --- a/base/src/org/eevolution/model/I_HR_Process.java +++ b/base/src/org/eevolution/model/I_HR_Process.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_HR_ProfileJob.java b/base/src/org/eevolution/model/I_HR_ProfileJob.java deleted file mode 100644 index 64d3191699..0000000000 --- a/base/src/org/eevolution/model/I_HR_ProfileJob.java +++ /dev/null @@ -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"; -} diff --git a/base/src/org/eevolution/model/I_HR_Profile_bp.java b/base/src/org/eevolution/model/I_HR_Profile_bp.java deleted file mode 100644 index 729c711fa9..0000000000 --- a/base/src/org/eevolution/model/I_HR_Profile_bp.java +++ /dev/null @@ -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"; -} diff --git a/base/src/org/eevolution/model/I_HR_Year.java b/base/src/org/eevolution/model/I_HR_Year.java index 8ac1c6321c..4fa4a133d9 100644 --- a/base/src/org/eevolution/model/I_HR_Year.java +++ b/base/src/org/eevolution/model/I_HR_Year.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Cost_Collector.java b/base/src/org/eevolution/model/I_PP_Cost_Collector.java index 3cbe0a0973..f0b2e92c0b 100644 --- a/base/src/org/eevolution/model/I_PP_Cost_Collector.java +++ b/base/src/org/eevolution/model/I_PP_Cost_Collector.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java b/base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java index 4091833218..9b9b9876db 100644 --- a/base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java +++ b/base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_MRP.java b/base/src/org/eevolution/model/I_PP_MRP.java index 3ce9ab6081..cc87e75dcf 100644 --- a/base/src/org/eevolution/model/I_PP_MRP.java +++ b/base/src/org/eevolution/model/I_PP_MRP.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_Order.java b/base/src/org/eevolution/model/I_PP_Order.java index ff9e0141d5..3dd2cf9df5 100644 --- a/base/src/org/eevolution/model/I_PP_Order.java +++ b/base/src/org/eevolution/model/I_PP_Order.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Order_BOM.java b/base/src/org/eevolution/model/I_PP_Order_BOM.java index 799c3ead59..2b5ccbaccd 100644 --- a/base/src/org/eevolution/model/I_PP_Order_BOM.java +++ b/base/src/org/eevolution/model/I_PP_Order_BOM.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Order_BOMLine.java b/base/src/org/eevolution/model/I_PP_Order_BOMLine.java index f7062f6478..7efa56e1a0 100644 --- a/base/src/org/eevolution/model/I_PP_Order_BOMLine.java +++ b/base/src/org/eevolution/model/I_PP_Order_BOMLine.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Order_BOMLine_v.java b/base/src/org/eevolution/model/I_PP_Order_BOMLine_v.java deleted file mode 100644 index 3495879945..0000000000 --- a/base/src/org/eevolution/model/I_PP_Order_BOMLine_v.java +++ /dev/null @@ -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(); -} diff --git a/base/src/org/eevolution/model/I_PP_Order_Cost.java b/base/src/org/eevolution/model/I_PP_Order_Cost.java index 9492c0b4da..1a468fb1ea 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Cost.java +++ b/base/src/org/eevolution/model/I_PP_Order_Cost.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_Order_Node.java b/base/src/org/eevolution/model/I_PP_Order_Node.java index e2a598d437..48d4cc1401 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Order_NodeNext.java b/base/src/org/eevolution/model/I_PP_Order_NodeNext.java index 69b0d36826..2ccc0aac97 100644 --- a/base/src/org/eevolution/model/I_PP_Order_NodeNext.java +++ b/base/src/org/eevolution/model/I_PP_Order_NodeNext.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java b/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java index 96f443ec51..f211897a7b 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node_Asset.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_Product.java b/base/src/org/eevolution/model/I_PP_Order_Node_Product.java index 3393725697..26dc06022c 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Node_Product.java +++ b/base/src/org/eevolution/model/I_PP_Order_Node_Product.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_v.java b/base/src/org/eevolution/model/I_PP_Order_Node_v.java deleted file mode 100644 index dc6221425e..0000000000 --- a/base/src/org/eevolution/model/I_PP_Order_Node_v.java +++ /dev/null @@ -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(); -} diff --git a/base/src/org/eevolution/model/I_PP_Order_Workflow.java b/base/src/org/eevolution/model/I_PP_Order_Workflow.java index 127a462606..4d29dd32b3 100644 --- a/base/src/org/eevolution/model/I_PP_Order_Workflow.java +++ b/base/src/org/eevolution/model/I_PP_Order_Workflow.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Order_Workflow_Header_v.java b/base/src/org/eevolution/model/I_PP_Order_Workflow_Header_v.java deleted file mode 100644 index 31b13a6519..0000000000 --- a/base/src/org/eevolution/model/I_PP_Order_Workflow_Header_v.java +++ /dev/null @@ -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(); -} diff --git a/base/src/org/eevolution/model/I_PP_Product_BOM.java b/base/src/org/eevolution/model/I_PP_Product_BOM.java index 87d704213a..b7e191d6d1 100644 --- a/base/src/org/eevolution/model/I_PP_Product_BOM.java +++ b/base/src/org/eevolution/model/I_PP_Product_BOM.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Product_BOMLine.java b/base/src/org/eevolution/model/I_PP_Product_BOMLine.java index c50614634d..ac36c095ec 100644 --- a/base/src/org/eevolution/model/I_PP_Product_BOMLine.java +++ b/base/src/org/eevolution/model/I_PP_Product_BOMLine.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_Product_Planning.java b/base/src/org/eevolution/model/I_PP_Product_Planning.java index 0353eeb67e..465af334b8 100644 --- a/base/src/org/eevolution/model/I_PP_Product_Planning.java +++ b/base/src/org/eevolution/model/I_PP_Product_Planning.java @@ -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"; diff --git a/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java b/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java index 5faa9ca2cf..a6c0504580 100644 --- a/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java +++ b/base/src/org/eevolution/model/I_PP_WF_Node_Asset.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_PP_WF_Node_Product.java b/base/src/org/eevolution/model/I_PP_WF_Node_Product.java index 94465757f5..740c89d86f 100644 --- a/base/src/org/eevolution/model/I_PP_WF_Node_Product.java +++ b/base/src/org/eevolution/model/I_PP_WF_Node_Product.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_QM_Specification.java b/base/src/org/eevolution/model/I_QM_Specification.java index 8587252fc4..db03ec7a54 100644 --- a/base/src/org/eevolution/model/I_QM_Specification.java +++ b/base/src/org/eevolution/model/I_QM_Specification.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_QM_SpecificationLine.java b/base/src/org/eevolution/model/I_QM_SpecificationLine.java index d6982f47e9..b41bea8a2a 100644 --- a/base/src/org/eevolution/model/I_QM_SpecificationLine.java +++ b/base/src/org/eevolution/model/I_QM_SpecificationLine.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_RV_PP_Order_BOMLine.java b/base/src/org/eevolution/model/I_RV_PP_Order_BOMLine.java deleted file mode 100644 index 5b2ed91a95..0000000000 --- a/base/src/org/eevolution/model/I_RV_PP_Order_BOMLine.java +++ /dev/null @@ -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 */ -} diff --git a/base/src/org/eevolution/model/I_RV_PP_Product_BOMLine.java b/base/src/org/eevolution/model/I_RV_PP_Product_BOMLine.java deleted file mode 100644 index 7c95e7e9f1..0000000000 --- a/base/src/org/eevolution/model/I_RV_PP_Product_BOMLine.java +++ /dev/null @@ -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(); -} diff --git a/base/src/org/eevolution/model/I_RV_PP_WIP.java b/base/src/org/eevolution/model/I_RV_PP_WIP.java index 08da6bdbd8..052ae41413 100644 --- a/base/src/org/eevolution/model/I_RV_PP_WIP.java +++ b/base/src/org/eevolution/model/I_RV_PP_WIP.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_T_BOMLine.java b/base/src/org/eevolution/model/I_T_BOMLine.java index 0e8a311598..63749ba02d 100644 --- a/base/src/org/eevolution/model/I_T_BOMLine.java +++ b/base/src/org/eevolution/model/I_T_BOMLine.java @@ -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 { diff --git a/base/src/org/eevolution/model/I_T_MRP_CRP.java b/base/src/org/eevolution/model/I_T_MRP_CRP.java index 34a47f61b4..6e04897676 100644 --- a/base/src/org/eevolution/model/I_T_MRP_CRP.java +++ b/base/src/org/eevolution/model/I_T_MRP_CRP.java @@ -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 { diff --git a/base/src/org/eevolution/model/X_C_TaxBase.java b/base/src/org/eevolution/model/X_C_TaxBase.java index fb60216432..342800a18c 100644 --- a/base/src/org/eevolution/model/X_C_TaxBase.java +++ b/base/src/org/eevolution/model/X_C_TaxBase.java @@ -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) diff --git a/base/src/org/eevolution/model/X_C_TaxDefinition.java b/base/src/org/eevolution/model/X_C_TaxDefinition.java index 25f75eb3c1..bf58700396 100644 --- a/base/src/org/eevolution/model/X_C_TaxDefinition.java +++ b/base/src/org/eevolution/model/X_C_TaxDefinition.java @@ -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 diff --git a/base/src/org/eevolution/model/X_C_TaxGroup.java b/base/src/org/eevolution/model/X_C_TaxGroup.java index 7dec9282a4..4afb30e13f 100644 --- a/base/src/org/eevolution/model/X_C_TaxGroup.java +++ b/base/src/org/eevolution/model/X_C_TaxGroup.java @@ -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) diff --git a/base/src/org/eevolution/model/X_C_TaxType.java b/base/src/org/eevolution/model/X_C_TaxType.java index 7a7a58ce40..b242230873 100644 --- a/base/src/org/eevolution/model/X_C_TaxType.java +++ b/base/src/org/eevolution/model/X_C_TaxType.java @@ -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) diff --git a/base/src/org/eevolution/model/X_DD_NetworkDistribution.java b/base/src/org/eevolution/model/X_DD_NetworkDistribution.java index b79ee65fb5..4dca9a63ec 100644 --- a/base/src/org/eevolution/model/X_DD_NetworkDistribution.java +++ b/base/src/org/eevolution/model/X_DD_NetworkDistribution.java @@ -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) diff --git a/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java b/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java index e223206640..76ee759c08 100644 --- a/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java +++ b/base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java @@ -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) diff --git a/base/src/org/eevolution/model/X_DD_Order.java b/base/src/org/eevolution/model/X_DD_Order.java index f3c2f18971..131f1f78a8 100644 --- a/base/src/org/eevolution/model/X_DD_Order.java +++ b/base/src/org/eevolution/model/X_DD_Order.java @@ -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) diff --git a/base/src/org/eevolution/model/X_DD_OrderLine.java b/base/src/org/eevolution/model/X_DD_OrderLine.java index abe59210a2..8b5f800b0c 100644 --- a/base/src/org/eevolution/model/X_DD_OrderLine.java +++ b/base/src/org/eevolution/model/X_DD_OrderLine.java @@ -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 diff --git a/base/src/org/eevolution/model/X_HR_Attribute.java b/base/src/org/eevolution/model/X_HR_Attribute.java index c72a5264cc..f5f9327330 100644 --- a/base/src/org/eevolution/model/X_HR_Attribute.java +++ b/base/src/org/eevolution/model/X_HR_Attribute.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Concept.java b/base/src/org/eevolution/model/X_HR_Concept.java index da4e91f006..fef2a2936b 100644 --- a/base/src/org/eevolution/model/X_HR_Concept.java +++ b/base/src/org/eevolution/model/X_HR_Concept.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Concept_Acct.java b/base/src/org/eevolution/model/X_HR_Concept_Acct.java index 682b90847e..123219a8e7 100644 --- a/base/src/org/eevolution/model/X_HR_Concept_Acct.java +++ b/base/src/org/eevolution/model/X_HR_Concept_Acct.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Concept_Category.java b/base/src/org/eevolution/model/X_HR_Concept_Category.java index bb48ec935b..c9b7a18991 100644 --- a/base/src/org/eevolution/model/X_HR_Concept_Category.java +++ b/base/src/org/eevolution/model/X_HR_Concept_Category.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Contract.java b/base/src/org/eevolution/model/X_HR_Contract.java index 8554786cdf..dd8d73031a 100644 --- a/base/src/org/eevolution/model/X_HR_Contract.java +++ b/base/src/org/eevolution/model/X_HR_Contract.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Department.java b/base/src/org/eevolution/model/X_HR_Department.java index ca3b81174d..27589c837d 100644 --- a/base/src/org/eevolution/model/X_HR_Department.java +++ b/base/src/org/eevolution/model/X_HR_Department.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Employee.java b/base/src/org/eevolution/model/X_HR_Employee.java index 12dd5f1f07..3adcda5c25 100644 --- a/base/src/org/eevolution/model/X_HR_Employee.java +++ b/base/src/org/eevolution/model/X_HR_Employee.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Job.java b/base/src/org/eevolution/model/X_HR_Job.java index f440bf6f30..c18ba51650 100644 --- a/base/src/org/eevolution/model/X_HR_Job.java +++ b/base/src/org/eevolution/model/X_HR_Job.java @@ -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); } */ diff --git a/base/src/org/eevolution/model/X_HR_List.java b/base/src/org/eevolution/model/X_HR_List.java index 7ef10e02e1..773e5947cc 100644 --- a/base/src/org/eevolution/model/X_HR_List.java +++ b/base/src/org/eevolution/model/X_HR_List.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_ListLine.java b/base/src/org/eevolution/model/X_HR_ListLine.java index 9ba3216323..a671ec3b57 100644 --- a/base/src/org/eevolution/model/X_HR_ListLine.java +++ b/base/src/org/eevolution/model/X_HR_ListLine.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_ListType.java b/base/src/org/eevolution/model/X_HR_ListType.java index 5cd0930328..77731616eb 100644 --- a/base/src/org/eevolution/model/X_HR_ListType.java +++ b/base/src/org/eevolution/model/X_HR_ListType.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_ListVersion.java b/base/src/org/eevolution/model/X_HR_ListVersion.java index 2dd5b5a85d..81cb77296d 100644 --- a/base/src/org/eevolution/model/X_HR_ListVersion.java +++ b/base/src/org/eevolution/model/X_HR_ListVersion.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Movement.java b/base/src/org/eevolution/model/X_HR_Movement.java index 931beeee4f..1967d4145f 100644 --- a/base/src/org/eevolution/model/X_HR_Movement.java +++ b/base/src/org/eevolution/model/X_HR_Movement.java @@ -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 diff --git a/base/src/org/eevolution/model/X_HR_Payroll.java b/base/src/org/eevolution/model/X_HR_Payroll.java index 0471cbf4d8..8bd0f6f36b 100644 --- a/base/src/org/eevolution/model/X_HR_Payroll.java +++ b/base/src/org/eevolution/model/X_HR_Payroll.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_PayrollConcept.java b/base/src/org/eevolution/model/X_HR_PayrollConcept.java index e1dd201d8b..afe666706f 100644 --- a/base/src/org/eevolution/model/X_HR_PayrollConcept.java +++ b/base/src/org/eevolution/model/X_HR_PayrollConcept.java @@ -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 diff --git a/base/src/org/eevolution/model/X_HR_Period.java b/base/src/org/eevolution/model/X_HR_Period.java index 5f0e414388..1d8a5414d3 100644 --- a/base/src/org/eevolution/model/X_HR_Period.java +++ b/base/src/org/eevolution/model/X_HR_Period.java @@ -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) diff --git a/base/src/org/eevolution/model/X_HR_Process.java b/base/src/org/eevolution/model/X_HR_Process.java index 3ac55c478e..4017ba9448 100644 --- a/base/src/org/eevolution/model/X_HR_Process.java +++ b/base/src/org/eevolution/model/X_HR_Process.java @@ -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 diff --git a/base/src/org/eevolution/model/X_HR_Year.java b/base/src/org/eevolution/model/X_HR_Year.java index f5003e3624..33e333315a 100644 --- a/base/src/org/eevolution/model/X_HR_Year.java +++ b/base/src/org/eevolution/model/X_HR_Year.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Cost_Collector.java b/base/src/org/eevolution/model/X_PP_Cost_Collector.java index 421a78de9f..cf20b00278 100644 --- a/base/src/org/eevolution/model/X_PP_Cost_Collector.java +++ b/base/src/org/eevolution/model/X_PP_Cost_Collector.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java b/base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java index c1e2217a18..03e9363a45 100644 --- a/base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java +++ b/base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_MRP.java b/base/src/org/eevolution/model/X_PP_MRP.java index 2c0e7cb2f1..0d74ff5212 100644 --- a/base/src/org/eevolution/model/X_PP_MRP.java +++ b/base/src/org/eevolution/model/X_PP_MRP.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order.java b/base/src/org/eevolution/model/X_PP_Order.java index 234fd12888..4da2ccbf83 100644 --- a/base/src/org/eevolution/model/X_PP_Order.java +++ b/base/src/org/eevolution/model/X_PP_Order.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order_BOM.java b/base/src/org/eevolution/model/X_PP_Order_BOM.java index 5377ff8633..64cf832d52 100644 --- a/base/src/org/eevolution/model/X_PP_Order_BOM.java +++ b/base/src/org/eevolution/model/X_PP_Order_BOM.java @@ -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 diff --git a/base/src/org/eevolution/model/X_PP_Order_BOMLine.java b/base/src/org/eevolution/model/X_PP_Order_BOMLine.java index 572114c1e2..7771de1466 100644 --- a/base/src/org/eevolution/model/X_PP_Order_BOMLine.java +++ b/base/src/org/eevolution/model/X_PP_Order_BOMLine.java @@ -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 diff --git a/base/src/org/eevolution/model/X_PP_Order_BOMLine_v.java b/base/src/org/eevolution/model/X_PP_Order_BOMLine_v.java deleted file mode 100644 index d83b2e705d..0000000000 --- a/base/src/org/eevolution/model/X_PP_Order_BOMLine_v.java +++ /dev/null @@ -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); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_PP_Order_Cost.java b/base/src/org/eevolution/model/X_PP_Order_Cost.java index addad36330..e6f8ae7a49 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Cost.java +++ b/base/src/org/eevolution/model/X_PP_Order_Cost.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order_Node.java b/base/src/org/eevolution/model/X_PP_Order_Node.java index 48a4ca444e..51b6b6eb78 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node.java @@ -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 */ diff --git a/base/src/org/eevolution/model/X_PP_Order_NodeNext.java b/base/src/org/eevolution/model/X_PP_Order_NodeNext.java index e80f45c6c4..9b760b4fbf 100644 --- a/base/src/org/eevolution/model/X_PP_Order_NodeNext.java +++ b/base/src/org/eevolution/model/X_PP_Order_NodeNext.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java b/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java index c87223ec56..4b68a7546e 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node_Asset.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_Product.java b/base/src/org/eevolution/model/X_PP_Order_Node_Product.java index ea05d3a970..74b5f9a1e0 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Node_Product.java +++ b/base/src/org/eevolution/model/X_PP_Order_Node_Product.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_v.java b/base/src/org/eevolution/model/X_PP_Order_Node_v.java deleted file mode 100644 index 97fe794681..0000000000 --- a/base/src/org/eevolution/model/X_PP_Order_Node_v.java +++ /dev/null @@ -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"; - /** = -- */ - 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(); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_PP_Order_Workflow.java b/base/src/org/eevolution/model/X_PP_Order_Workflow.java index fd2cd0458a..dbd8060e6d 100644 --- a/base/src/org/eevolution/model/X_PP_Order_Workflow.java +++ b/base/src/org/eevolution/model/X_PP_Order_Workflow.java @@ -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. diff --git a/base/src/org/eevolution/model/X_PP_Order_Workflow_Header_v.java b/base/src/org/eevolution/model/X_PP_Order_Workflow_Header_v.java deleted file mode 100644 index ece0dee18d..0000000000 --- a/base/src/org/eevolution/model/X_PP_Order_Workflow_Header_v.java +++ /dev/null @@ -1,1428 +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_Workflow_Header_v - * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ -public class X_PP_Order_Workflow_Header_v extends PO implements I_PP_Order_Workflow_Header_v, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 20081221L; - - /** Standard Constructor */ - public X_PP_Order_Workflow_Header_v (Properties ctx, int PP_Order_Workflow_Header_v_ID, String trxName) - { - super (ctx, PP_Order_Workflow_Header_v_ID, trxName); - /** if (PP_Order_Workflow_Header_v_ID == 0) - { - } */ - } - - /** Load Constructor */ - public X_PP_Order_Workflow_Header_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_Workflow_Header_v[") - .append(get_ID()).append("]"); - return sb.toString(); - } - - /** Set Language. - @param AD_Language - Language for this entity - */ - public void setAD_Language (String AD_Language) - { - set_Value (COLUMNNAME_AD_Language, AD_Language); - } - - /** Get Language. - @return Language for this entity - */ - public String getAD_Language () - { - return (String)get_Value(COLUMNNAME_AD_Language); - } - - public I_AD_Workflow getAD_Workflow() - { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) - .getPO(getAD_Workflow_ID(), get_TrxName()); } - - /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ - public void setAD_Workflow_ID (int AD_Workflow_ID) - { - if (AD_Workflow_ID < 1) - set_Value (COLUMNNAME_AD_Workflow_ID, null); - else - set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); - } - - /** Get Workflow. - @return Workflow or combination of tasks - */ - public int getAD_Workflow_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set 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 Author. - @param Author - Author/Creator of the Entity - */ - public void setAuthor (String Author) - { - set_Value (COLUMNNAME_Author, Author); - } - - /** Get Author. - @return Author/Creator of the Entity - */ - public String getAuthor () - { - return (String)get_Value(COLUMNNAME_Author); - } - - public I_C_Activity getC_Activity() - { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) - .getPO(getC_Activity_ID(), get_TrxName()); } - - /** Set Activity. - @param C_Activity_ID - Business Activity - */ - public void setC_Activity_ID (int C_Activity_ID) - { - if (C_Activity_ID < 1) - set_Value (COLUMNNAME_C_Activity_ID, null); - else - set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); - } - - /** Get Activity. - @return Business Activity - */ - public int getC_Activity_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_Campaign getC_Campaign() - { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) - .getPO(getC_Campaign_ID(), get_TrxName()); } - - /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ - public void setC_Campaign_ID (int C_Campaign_ID) - { - if (C_Campaign_ID < 1) - set_Value (COLUMNNAME_C_Campaign_ID, null); - else - set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); - } - - /** Get Campaign. - @return Marketing Campaign - */ - public int getC_Campaign_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_DocType getC_DocType() - { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) - .getPO(getC_DocType_ID(), get_TrxName()); } - - /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ - public void setC_DocType_ID (int C_DocType_ID) - { - if (C_DocType_ID < 0) - set_Value (COLUMNNAME_C_DocType_ID, null); - else - set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); - } - - /** Get Document Type. - @return Document type or rules - */ - public int getC_DocType_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_OrderLine getC_OrderLine() - { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) - .getPO(getC_OrderLine_ID(), get_TrxName()); } - - /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ - public void setC_OrderLine_ID (int C_OrderLine_ID) - { - if (C_OrderLine_ID < 1) - set_Value (COLUMNNAME_C_OrderLine_ID, null); - else - set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); - } - - /** Get Sales Order Line. - @return Sales Order Line - */ - public int getC_OrderLine_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_Project getC_Project() - { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) - .getPO(getC_Project_ID(), get_TrxName()); } - - /** Set Project. - @param C_Project_ID - Financial Project - */ - public void setC_Project_ID (int C_Project_ID) - { - if (C_Project_ID < 1) - set_Value (COLUMNNAME_C_Project_ID, null); - else - set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); - } - - /** Get Project. - @return Financial Project - */ - public int getC_Project_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - 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(); - } - - /** 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 DateConfirm. - @param DateConfirm DateConfirm */ - public void setDateConfirm (Timestamp DateConfirm) - { - set_Value (COLUMNNAME_DateConfirm, DateConfirm); - } - - /** Get DateConfirm. - @return DateConfirm */ - public Timestamp getDateConfirm () - { - return (Timestamp)get_Value(COLUMNNAME_DateConfirm); - } - - /** 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 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 Date Ordered. - @param DateOrdered - Date of Order - */ - public void setDateOrdered (Timestamp DateOrdered) - { - set_Value (COLUMNNAME_DateOrdered, DateOrdered); - } - - /** Get Date Ordered. - @return Date of Order - */ - public Timestamp getDateOrdered () - { - return (Timestamp)get_Value(COLUMNNAME_DateOrdered); - } - - /** Set Date Promised. - @param DatePromised - Date Order was promised - */ - public void setDatePromised (Timestamp DatePromised) - { - set_Value (COLUMNNAME_DatePromised, DatePromised); - } - - /** Get Date Promised. - @return Date Order was promised - */ - public Timestamp getDatePromised () - { - return (Timestamp)get_Value(COLUMNNAME_DatePromised); - } - - /** 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); - } - - /** 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 Document No. - @param DocumentNo - Document sequence number of the document - */ - public void setDocumentNo (String DocumentNo) - { - set_Value (COLUMNNAME_DocumentNo, DocumentNo); - } - - /** Get Document No. - @return Document sequence number of the document - */ - public String getDocumentNo () - { - return (String)get_Value(COLUMNNAME_DocumentNo); - } - - /** Set Document Type. - @param DocumentType - Document Type - */ - public void setDocumentType (String DocumentType) - { - set_Value (COLUMNNAME_DocumentType, DocumentType); - } - - /** Get Document Type. - @return Document Type - */ - public String getDocumentType () - { - return (String)get_Value(COLUMNNAME_DocumentType); - } - - /** Set Document Type Note. - @param DocumentTypeNote - Optional note of a document type - */ - public void setDocumentTypeNote (String DocumentTypeNote) - { - set_Value (COLUMNNAME_DocumentTypeNote, DocumentTypeNote); - } - - /** Get Document Type Note. - @return Optional note of a document type - */ - public String getDocumentTypeNote () - { - return (String)get_Value(COLUMNNAME_DocumentTypeNote); - } - - /** 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(); - } - - /** DurationUnit AD_Reference_ID=299 */ - public static final int DURATIONUNIT_AD_Reference_ID=299; - /** Year = Y */ - public static final String DURATIONUNIT_Year = "Y"; - /** Month = M */ - public static final String DURATIONUNIT_Month = "M"; - /** Day = D */ - public static final String DURATIONUNIT_Day = "D"; - /** hour = h */ - public static final String DURATIONUNIT_Hour = "h"; - /** minute = m */ - public static final String DURATIONUNIT_Minute = "m"; - /** second = s */ - public static final String DURATIONUNIT_Second = "s"; - /** Set Duration Unit. - @param DurationUnit - Unit of Duration - */ - public void setDurationUnit (String DurationUnit) - { - - set_Value (COLUMNNAME_DurationUnit, DurationUnit); - } - - /** Get Duration Unit. - @return Unit of Duration - */ - public String getDurationUnit () - { - return (String)get_Value(COLUMNNAME_DurationUnit); - } - - /** Set Float After. - @param FloatAfter Float After */ - public void setFloatAfter (BigDecimal FloatAfter) - { - set_Value (COLUMNNAME_FloatAfter, FloatAfter); - } - - /** Get Float After. - @return Float After */ - public BigDecimal getFloatAfter () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatAfter); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Float Befored. - @param FloatBefored Float Befored */ - public void setFloatBefored (BigDecimal FloatBefored) - { - set_Value (COLUMNNAME_FloatBefored, FloatBefored); - } - - /** Get Float Befored. - @return Float Befored */ - public BigDecimal getFloatBefored () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatBefored); - 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 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(); - } - - /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ - public void setLot (String Lot) - { - set_Value (COLUMNNAME_Lot, Lot); - } - - /** Get Lot No. - @return Lot number (alphanumeric) - */ - public String getLot () - { - return (String)get_Value(COLUMNNAME_Lot); - } - - 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(); - } - - /** 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()); - } - - public I_C_Location getOrg_Location() - { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) - .getPO(getOrg_Location_ID(), get_TrxName()); } - - /** Set Org Address. - @param Org_Location_ID - Organization Location/Address - */ - public void setOrg_Location_ID (int Org_Location_ID) - { - if (Org_Location_ID < 1) - set_Value (COLUMNNAME_Org_Location_ID, null); - else - set_Value (COLUMNNAME_Org_Location_ID, Integer.valueOf(Org_Location_ID)); - } - - /** Get Org Address. - @return Organization Location/Address - */ - public int getOrg_Location_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Org_Location_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** 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 (BigDecimal OverlapUnits) - { - set_Value (COLUMNNAME_OverlapUnits, OverlapUnits); - } - - /** Get Overlap Units. - @return Overlap Units are number of units that must be completed before they are moved the next activity - */ - public BigDecimal getOverlapUnits () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverlapUnits); - if (bd == null) - return Env.ZERO; - return bd; - } - - public I_AD_User getPlanner() - { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) - .getPO(getPlanner_ID(), get_TrxName()); } - - /** Set Planner. - @param Planner_ID Planner */ - public void setPlanner_ID (int Planner_ID) - { - if (Planner_ID < 1) - set_Value (COLUMNNAME_Planner_ID, null); - else - set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); - } - - /** Get Planner. - @return Planner */ - public int getPlanner_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_PP_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_Product_BOM getPP_Product_BOM() - { - return (org.eevolution.model.I_PP_Product_BOM)MTable.get(getCtx(), org.eevolution.model.I_PP_Product_BOM.Table_Name) - .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ - public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) - { - if (PP_Product_BOM_ID < 1) - set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else - set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); - } - - /** Get BOM & Formula. - @return BOM & Formula - */ - public int getPP_Product_BOM_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** PriorityRule AD_Reference_ID=154 */ - public static final int PRIORITYRULE_AD_Reference_ID=154; - /** High = 3 */ - public static final String PRIORITYRULE_High = "3"; - /** Medium = 5 */ - public static final String PRIORITYRULE_Medium = "5"; - /** Low = 7 */ - public static final String PRIORITYRULE_Low = "7"; - /** Urgent = 1 */ - public static final String PRIORITYRULE_Urgent = "1"; - /** Minor = 9 */ - public static final String PRIORITYRULE_Minor = "9"; - /** Set Priority. - @param PriorityRule - Priority of a document - */ - public void setPriorityRule (String PriorityRule) - { - - set_Value (COLUMNNAME_PriorityRule, PriorityRule); - } - - /** Get Priority. - @return Priority of a document - */ - public String getPriorityRule () - { - return (String)get_Value(COLUMNNAME_PriorityRule); - } - - /** Set Publication Status. - @param PublishStatus - Status of Publication - */ - public void setPublishStatus (boolean PublishStatus) - { - set_Value (COLUMNNAME_PublishStatus, Boolean.valueOf(PublishStatus)); - } - - /** Get Publication Status. - @return Status of Publication - */ - public boolean isPublishStatus () - { - Object oo = get_Value(COLUMNNAME_PublishStatus); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - /** Set Qty Batchs. - @param QtyBatchs Qty Batchs */ - public void setQtyBatchs (BigDecimal QtyBatchs) - { - set_Value (COLUMNNAME_QtyBatchs, QtyBatchs); - } - - /** Get Qty Batchs. - @return Qty Batchs */ - public BigDecimal getQtyBatchs () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchs); - 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 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 Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ - public void setQtyEntered (BigDecimal QtyEntered) - { - set_Value (COLUMNNAME_QtyEntered, QtyEntered); - } - - /** Get Quantity. - @return The Quantity Entered is based on the selected UoM - */ - public BigDecimal getQtyEntered () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ - public void setQtyOrdered (BigDecimal QtyOrdered) - { - set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); - } - - /** Get Ordered Quantity. - @return Ordered Quantity - */ - public BigDecimal getQtyOrdered () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); - 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 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 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 Sales Representative. - @param SalesRep_Name Sales Representative */ - public void setSalesRep_Name (String SalesRep_Name) - { - set_Value (COLUMNNAME_SalesRep_Name, SalesRep_Name); - } - - /** Get Sales Representative. - @return Sales Representative */ - public String getSalesRep_Name () - { - return (String)get_Value(COLUMNNAME_SalesRep_Name); - } - - /** Set Serial No. - @param SerNo - Product Serial Number - */ - public void setSerNo (String SerNo) - { - set_Value (COLUMNNAME_SerNo, SerNo); - } - - /** Get Serial No. - @return Product Serial Number - */ - public String getSerNo () - { - return (String)get_Value(COLUMNNAME_SerNo); - } - - /** 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 Tax ID. - @param TaxID - Tax Identification - */ - public void setTaxID (String TaxID) - { - set_Value (COLUMNNAME_TaxID, TaxID); - } - - /** Get Tax ID. - @return Tax Identification - */ - public String getTaxID () - { - return (String)get_Value(COLUMNNAME_TaxID); - } - - /** 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 (BigDecimal UnitsCycles) - { - set_Value (COLUMNNAME_UnitsCycles, 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 BigDecimal getUnitsCycles () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitsCycles); - 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); - } - - /** Set Version. - @param Version - Version of the table definition - */ - public void setVersion (int Version) - { - set_Value (COLUMNNAME_Version, Integer.valueOf(Version)); - } - - /** Get Version. - @return Version of the table definition - */ - public int getVersion () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Version); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** 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(); - } - - public I_C_Location getWarehouse_Location() - { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) - .getPO(getWarehouse_Location_ID(), get_TrxName()); } - - /** Set Warehouse Address. - @param Warehouse_Location_ID - Warehouse Location/Address - */ - public void setWarehouse_Location_ID (int Warehouse_Location_ID) - { - if (Warehouse_Location_ID < 1) - set_Value (COLUMNNAME_Warehouse_Location_ID, null); - else - set_Value (COLUMNNAME_Warehouse_Location_ID, Integer.valueOf(Warehouse_Location_ID)); - } - - /** Get Warehouse Address. - @return Warehouse Location/Address - */ - public int getWarehouse_Location_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Warehouse_Location_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** WorkflowType AD_Reference_ID=328 */ - public static final int WORKFLOWTYPE_AD_Reference_ID=328; - /** General = G */ - public static final String WORKFLOWTYPE_General = "G"; - /** Document Process = P */ - public static final String WORKFLOWTYPE_DocumentProcess = "P"; - /** Document Value = V */ - public static final String WORKFLOWTYPE_DocumentValue = "V"; - /** Manufacturing = M */ - public static final String WORKFLOWTYPE_Manufacturing = "M"; - /** Quality = Q */ - public static final String WORKFLOWTYPE_Quality = "Q"; - /** Set Workflow Type. - @param WorkflowType - Type of Worflow - */ - public void setWorkflowType (String WorkflowType) - { - - set_Value (COLUMNNAME_WorkflowType, WorkflowType); - } - - /** Get Workflow Type. - @return Type of Worflow - */ - public String getWorkflowType () - { - return (String)get_Value(COLUMNNAME_WorkflowType); - } - - /** 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(); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_PP_Product_BOM.java b/base/src/org/eevolution/model/X_PP_Product_BOM.java index 41637e4a99..1e120679a4 100644 --- a/base/src/org/eevolution/model/X_PP_Product_BOM.java +++ b/base/src/org/eevolution/model/X_PP_Product_BOM.java @@ -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 diff --git a/base/src/org/eevolution/model/X_PP_Product_BOMLine.java b/base/src/org/eevolution/model/X_PP_Product_BOMLine.java index 68ec16857b..fed3302fed 100644 --- a/base/src/org/eevolution/model/X_PP_Product_BOMLine.java +++ b/base/src/org/eevolution/model/X_PP_Product_BOMLine.java @@ -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 diff --git a/base/src/org/eevolution/model/X_PP_Product_Planning.java b/base/src/org/eevolution/model/X_PP_Product_Planning.java index f5e2002c5f..6432c40565 100644 --- a/base/src/org/eevolution/model/X_PP_Product_Planning.java +++ b/base/src/org/eevolution/model/X_PP_Product_Planning.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java b/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java index 81fe06ae85..ee4aa6d578 100644 --- a/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java +++ b/base/src/org/eevolution/model/X_PP_WF_Node_Asset.java @@ -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) diff --git a/base/src/org/eevolution/model/X_PP_WF_Node_Product.java b/base/src/org/eevolution/model/X_PP_WF_Node_Product.java index f574cc04aa..558946efe1 100644 --- a/base/src/org/eevolution/model/X_PP_WF_Node_Product.java +++ b/base/src/org/eevolution/model/X_PP_WF_Node_Product.java @@ -25,14 +25,14 @@ import org.compiere.util.Env; /** Generated Model for PP_WF_Node_Product * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_PP_WF_Node_Product (Properties ctx, int PP_WF_Node_Product_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_QM_Specification.java b/base/src/org/eevolution/model/X_QM_Specification.java index 8f331f3043..1a549393bd 100644 --- a/base/src/org/eevolution/model/X_QM_Specification.java +++ b/base/src/org/eevolution/model/X_QM_Specification.java @@ -24,14 +24,14 @@ import org.compiere.model.*; /** Generated Model for QM_Specification * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_QM_Specification extends PO implements I_QM_Specification, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_QM_Specification (Properties ctx, int QM_Specification_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_QM_SpecificationLine.java b/base/src/org/eevolution/model/X_QM_SpecificationLine.java index 3f70b066e8..466268d66b 100644 --- a/base/src/org/eevolution/model/X_QM_SpecificationLine.java +++ b/base/src/org/eevolution/model/X_QM_SpecificationLine.java @@ -24,14 +24,14 @@ import org.compiere.model.*; /** Generated Model for QM_SpecificationLine * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_QM_SpecificationLine (Properties ctx, int QM_SpecificationLine_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_RV_PP_Order_BOMLine.java b/base/src/org/eevolution/model/X_RV_PP_Order_BOMLine.java deleted file mode 100644 index 2dccb363cc..0000000000 --- a/base/src/org/eevolution/model/X_RV_PP_Order_BOMLine.java +++ /dev/null @@ -1,74 +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.sql.ResultSet; -import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.PO; -import org.compiere.model.POInfo; - -/** Generated Model for RV_PP_Order_BOMLine - * @author Adempiere (generated) - * @version Release 3.5.1a - $Id$ */ -public class X_RV_PP_Order_BOMLine extends PO implements I_RV_PP_Order_BOMLine, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 1L; - - /** Standard Constructor */ - public X_RV_PP_Order_BOMLine (Properties ctx, int RV_PP_Order_BOMLine_ID, String trxName) - { - super (ctx, RV_PP_Order_BOMLine_ID, trxName); - /** if (RV_PP_Order_BOMLine_ID == 0) - { - } */ - } - - /** Load Constructor */ - public X_RV_PP_Order_BOMLine (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_RV_PP_Order_BOMLine[") - .append(get_ID()).append("]"); - return sb.toString(); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_RV_PP_Product_BOMLine.java b/base/src/org/eevolution/model/X_RV_PP_Product_BOMLine.java deleted file mode 100644 index c57f1b34a4..0000000000 --- a/base/src/org/eevolution/model/X_RV_PP_Product_BOMLine.java +++ /dev/null @@ -1,638 +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.lang.reflect.Constructor; -import java.math.BigDecimal; -import java.sql.ResultSet; -import java.sql.Timestamp; -import java.util.Properties; -import java.util.logging.Level; - -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.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; -import org.compiere.util.Env; - -/** Generated Model for RV_PP_Product_BOMLine - * @author Adempiere (generated) - * @version Release 3.5.0 - $Id$ */ -public class X_RV_PP_Product_BOMLine extends PO implements I_RV_PP_Product_BOMLine, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 1L; - - /** Standard Constructor */ - public X_RV_PP_Product_BOMLine (Properties ctx, int RV_PP_Product_BOMLine_ID, String trxName) - { - super (ctx, RV_PP_Product_BOMLine_ID, trxName); - /** if (RV_PP_Product_BOMLine_ID == 0) - { - setLine (0); - setQtyBatch (Env.ZERO); - } */ - } - - /** Load Constructor */ - public X_RV_PP_Product_BOMLine (Properties ctx, ResultSet rs, String trxName) - { - super (ctx, rs, trxName); - } - - /** AccessLevel - * @return 7 - System - 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_RV_PP_Product_BOMLine[") - .append(get_ID()).append("]"); - return sb.toString(); - } - - public I_AD_PInstance getAD_PInstance() throws Exception - { - Class clazz = MTable.getClass(I_AD_PInstance.Table_Name); - I_AD_PInstance result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_AD_PInstance)constructor.newInstance(new Object[] {getCtx(), new Integer(getAD_PInstance_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ - public void setAD_PInstance_ID (int AD_PInstance_ID) - { - if (AD_PInstance_ID < 1) - set_Value (COLUMNNAME_AD_PInstance_ID, null); - else - set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); - } - - /** Get Process Instance. - @return Instance of the process - */ - public int getAD_PInstance_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_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_ByProduct = "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"; - /** Set ComponentType. - @param ComponentType ComponentType */ - public void setComponentType (String ComponentType) - { - - if (ComponentType == null || ComponentType.equals("BY") || ComponentType.equals("CO") || ComponentType.equals("PH") || ComponentType.equals("PK") || ComponentType.equals("PL") || ComponentType.equals("TL") || ComponentType.equals("OP") || ComponentType.equals("VA")); else throw new IllegalArgumentException ("ComponentType Invalid value - " + ComponentType + " - Reference_ID=53225 - BY - CO - PH - PK - PL - TL - OP - VA"); - if (ComponentType != null && ComponentType.length() > 2) - { - log.warning("Length > 2 - truncated"); - ComponentType = ComponentType.substring(0, 2); - } - set_Value (COLUMNNAME_ComponentType, ComponentType); - } - - /** Get ComponentType. - @return ComponentType */ - public String getComponentType () - { - return (String)get_Value(COLUMNNAME_ComponentType); - } - - public I_C_UOM getC_UOM() throws Exception - { - Class clazz = MTable.getClass(I_C_UOM.Table_Name); - I_C_UOM result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_C_UOM)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_UOM_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set 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 - */ - public void setDescription (String Description) - { - - if (Description != null && Description.length() > 510) - { - log.warning("Length > 510 - truncated"); - Description = Description.substring(0, 510); - } - set_Value (COLUMNNAME_Description, Description); - } - - /** Get Description. - @return Optional short description of the record - */ - public String getDescription () - { - return (String)get_Value(COLUMNNAME_Description); - } - - /** Set Implotion. - @param Implotion Implotion */ - public void setImplotion (boolean Implotion) - { - set_Value (COLUMNNAME_Implotion, Boolean.valueOf(Implotion)); - } - - /** Get Implotion. - @return Implotion */ - public boolean isImplotion () - { - Object oo = get_Value(COLUMNNAME_Implotion); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - /** Set IsCritical. - @param IsCritical IsCritical */ - public void setIsCritical (boolean IsCritical) - { - set_Value (COLUMNNAME_IsCritical, Boolean.valueOf(IsCritical)); - } - - /** Get IsCritical. - @return IsCritical */ - 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 IsQtyPercentage. - @param IsQtyPercentage IsQtyPercentage */ - public void setIsQtyPercentage (boolean IsQtyPercentage) - { - set_Value (COLUMNNAME_IsQtyPercentage, Boolean.valueOf(IsQtyPercentage)); - } - - /** Get IsQtyPercentage. - @return IsQtyPercentage */ - public boolean isQtyPercentage () - { - Object oo = get_Value(COLUMNNAME_IsQtyPercentage); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - /** 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"; - /** Set IssueMethod. - @param IssueMethod IssueMethod */ - public void setIssueMethod (String IssueMethod) - { - - if (IssueMethod == null || IssueMethod.equals("0") || IssueMethod.equals("1")); else throw new IllegalArgumentException ("IssueMethod Invalid value - " + IssueMethod + " - Reference_ID=53226 - 0 - 1"); - if (IssueMethod != null && IssueMethod.length() > 1) - { - log.warning("Length > 1 - truncated"); - IssueMethod = IssueMethod.substring(0, 1); - } - set_Value (COLUMNNAME_IssueMethod, IssueMethod); - } - - /** Get IssueMethod. - @return IssueMethod */ - public String getIssueMethod () - { - return (String)get_Value(COLUMNNAME_IssueMethod); - } - - /** Set Level no. - @param LevelNo Level no */ - public void setLevelNo (int LevelNo) - { - set_Value (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); - } - - /** Get Level no. - @return Level no */ - public int getLevelNo () - { - Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Levels. - @param Levels Levels */ - public void setLevels (String Levels) - { - - if (Levels != null && Levels.length() > 250) - { - log.warning("Length > 250 - truncated"); - Levels = Levels.substring(0, 250); - } - set_Value (COLUMNNAME_Levels, Levels); - } - - /** Get Levels. - @return Levels */ - public String getLevels () - { - return (String)get_Value(COLUMNNAME_Levels); - } - - /** 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(); - } - - /** 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 < 1) - 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_Product getM_Product() throws Exception - { - Class clazz = MTable.getClass(I_M_Product.Table_Name); - I_M_Product result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (I_M_Product)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Product_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set Product. - @param M_Product_ID - Product, Service, Item - */ - public void setM_Product_ID (int M_Product_ID) - { - if (M_Product_ID < 1) - set_Value (COLUMNNAME_M_Product_ID, null); - else - set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); - } - - /** Get Product. - @return Product, Service, Item - */ - public int getM_Product_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception - { - Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name); - org.eevolution.model.I_PP_Product_BOM result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (org.eevolution.model.I_PP_Product_BOM)constructor.newInstance(new Object[] {getCtx(), new Integer(getPP_Product_BOM_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set BOM & Formaula. - @param PP_Product_BOM_ID BOM & Formaula */ - public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) - { - if (PP_Product_BOM_ID < 1) - set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else - set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); - } - - /** Get BOM & Formaula. - @return BOM & Formaula */ - public int getPP_Product_BOM_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws Exception - { - Class clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOMLine.Table_Name); - org.eevolution.model.I_PP_Product_BOMLine result = null; - try { - Constructor constructor = null; - constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class}); - result = (org.eevolution.model.I_PP_Product_BOMLine)constructor.newInstance(new Object[] {getCtx(), new Integer(getPP_Product_BOMLine_ID()), get_TrxName()}); - } catch (Exception e) { - log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e); - log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz); - throw e; - } - return result; - } - - /** Set PP_Product_BOMLine_ID. - @param PP_Product_BOMLine_ID PP_Product_BOMLine_ID */ - public void setPP_Product_BOMLine_ID (int PP_Product_BOMLine_ID) - { - if (PP_Product_BOMLine_ID < 1) - set_Value (COLUMNNAME_PP_Product_BOMLine_ID, null); - else - set_Value (COLUMNNAME_PP_Product_BOMLine_ID, Integer.valueOf(PP_Product_BOMLine_ID)); - } - - /** Get PP_Product_BOMLine_ID. - @return PP_Product_BOMLine_ID */ - public int getPP_Product_BOMLine_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOMLine_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set QtyBatch. - @param QtyBatch QtyBatch */ - public void setQtyBatch (BigDecimal QtyBatch) - { - if (QtyBatch == null) - throw new IllegalArgumentException ("QtyBatch is mandatory."); - set_Value (COLUMNNAME_QtyBatch, QtyBatch); - } - - /** Get QtyBatch. - @return QtyBatch */ - public BigDecimal getQtyBatch () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatch); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set QtyBOM. - @param QtyBOM QtyBOM */ - public void setQtyBOM (BigDecimal QtyBOM) - { - set_Value (COLUMNNAME_QtyBOM, QtyBOM); - } - - /** Get QtyBOM. - @return QtyBOM */ - public BigDecimal getQtyBOM () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Scrap. - @param Scrap Scrap */ - public void setScrap (BigDecimal Scrap) - { - set_Value (COLUMNNAME_Scrap, Scrap); - } - - /** Get Scrap. - @return Scrap */ - public BigDecimal getScrap () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Scrap); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ - public void setSeqNo (int SeqNo) - { - set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); - } - - /** Get Sequence. - @return Method of ordering records; lowest number comes first - */ - public int getSeqNo () - { - Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** TM_Product_ID AD_Reference_ID=162 */ - public static final int TM_PRODUCT_ID_AD_Reference_ID=162; - /** Set TM_Product_ID. - @param TM_Product_ID - Product, Service, Item - */ - public void setTM_Product_ID (int TM_Product_ID) - { - if (TM_Product_ID < 1) - set_Value (COLUMNNAME_TM_Product_ID, null); - else - set_Value (COLUMNNAME_TM_Product_ID, Integer.valueOf(TM_Product_ID)); - } - - /** Get TM_Product_ID. - @return Product, Service, Item - */ - public int getTM_Product_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_TM_Product_ID); - 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); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_RV_PP_WIP.java b/base/src/org/eevolution/model/X_RV_PP_WIP.java index 459d9bafd8..c4fa3a1730 100644 --- a/base/src/org/eevolution/model/X_RV_PP_WIP.java +++ b/base/src/org/eevolution/model/X_RV_PP_WIP.java @@ -23,14 +23,14 @@ import org.compiere.model.*; /** Generated Model for RV_PP_WIP * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_RV_PP_WIP extends PO implements I_RV_PP_WIP, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_RV_PP_WIP (Properties ctx, int RV_PP_WIP_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_T_BOMLine.java b/base/src/org/eevolution/model/X_T_BOMLine.java index 5ed76b53ee..c5a11f445c 100644 --- a/base/src/org/eevolution/model/X_T_BOMLine.java +++ b/base/src/org/eevolution/model/X_T_BOMLine.java @@ -25,14 +25,14 @@ import org.compiere.util.Env; /** Generated Model for T_BOMLine * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_T_BOMLine (Properties ctx, int T_BOMLine_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_T_MRP_CRP.java b/base/src/org/eevolution/model/X_T_MRP_CRP.java index 223e27aa97..a260de6e1a 100644 --- a/base/src/org/eevolution/model/X_T_MRP_CRP.java +++ b/base/src/org/eevolution/model/X_T_MRP_CRP.java @@ -23,14 +23,14 @@ import org.compiere.model.*; /** Generated Model for T_MRP_CRP * @author Adempiere (generated) - * @version Release 3.5.3a - $Id$ */ + * @version Release 3.5.4a - $Id$ */ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent { /** * */ - private static final long serialVersionUID = 20081221L; + private static final long serialVersionUID = 20090915L; /** Standard Constructor */ public X_T_MRP_CRP (Properties ctx, int T_MRP_CRP_ID, String trxName)