From b3d370343772f414bb2c57d997c4ff91a12bbefd Mon Sep 17 00:00:00 2001 From: tspc Date: Tue, 15 Jun 2010 03:37:11 +0000 Subject: [PATCH] Merge Revisions 12582,12583 from /release to /trunk r12582 Steps to release -> generate complete model for new version (libero tables) r12583 Steps to release -> generate complete model for new version (libero tables) Regards, Tony --- .../src/org/eevolution/model/I_C_TaxBase.java | 2 +- .../eevolution/model/I_C_TaxDefinition.java | 6 +- .../org/eevolution/model/I_C_TaxGroup.java | 2 +- .../src/org/eevolution/model/I_C_TaxType.java | 2 +- .../model/I_DD_NetworkDistribution.java | 2 +- .../model/I_DD_NetworkDistributionLine.java | 2 +- base/src/org/eevolution/model/I_DD_Order.java | 2 +- .../org/eevolution/model/I_DD_OrderLine.java | 198 ++++++------ .../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 | 2 +- .../org/eevolution/model/I_HR_Movement.java | 132 ++++---- .../org/eevolution/model/I_HR_Payroll.java | 2 +- .../eevolution/model/I_HR_PayrollConcept.java | 2 +- .../src/org/eevolution/model/I_HR_Period.java | 2 +- .../org/eevolution/model/I_HR_Process.java | 2 +- base/src/org/eevolution/model/I_HR_Year.java | 2 +- .../eevolution/model/I_I_ProductPlanning.java | 8 +- .../eevolution/model/I_PP_Cost_Collector.java | 2 +- .../model/I_PP_Cost_CollectorMA.java | 2 +- base/src/org/eevolution/model/I_PP_MRP.java | 74 +++-- base/src/org/eevolution/model/I_PP_Order.java | 6 +- .../org/eevolution/model/I_PP_Order_BOM.java | 10 +- .../eevolution/model/I_PP_Order_BOMLine.java | 60 ++-- .../org/eevolution/model/I_PP_Order_Cost.java | 10 +- .../org/eevolution/model/I_PP_Order_Node.java | 58 ++-- .../eevolution/model/I_PP_Order_NodeNext.java | 18 +- .../model/I_PP_Order_Node_Asset.java | 18 +- .../model/I_PP_Order_Node_Product.java | 18 +- .../eevolution/model/I_PP_Order_Workflow.java | 30 +- .../eevolution/model/I_PP_Product_BOM.java | 2 +- .../model/I_PP_Product_BOMLine.java | 44 +-- .../model/I_PP_Product_Planning.java | 52 ++-- .../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 | 6 +- .../src/org/eevolution/model/I_RV_PP_WIP.java | 43 --- .../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 | 8 +- .../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 | 4 +- .../org/eevolution/model/X_DD_OrderLine.java | 283 +++++++----------- .../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 | 4 +- 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 | 4 +- .../org/eevolution/model/X_HR_Movement.java | 218 +++++++------- .../org/eevolution/model/X_HR_Payroll.java | 4 +- .../eevolution/model/X_HR_PayrollConcept.java | 4 +- .../src/org/eevolution/model/X_HR_Period.java | 4 +- .../org/eevolution/model/X_HR_Process.java | 4 +- base/src/org/eevolution/model/X_HR_Year.java | 4 +- .../eevolution/model/X_I_ProductPlanning.java | 22 +- .../eevolution/model/X_PP_Cost_Collector.java | 4 +- .../model/X_PP_Cost_CollectorMA.java | 4 +- base/src/org/eevolution/model/X_PP_MRP.java | 97 +++--- base/src/org/eevolution/model/X_PP_Order.java | 8 +- .../org/eevolution/model/X_PP_Order_BOM.java | 11 +- .../eevolution/model/X_PP_Order_BOMLine.java | 87 +++--- .../org/eevolution/model/X_PP_Order_Cost.java | 11 +- .../org/eevolution/model/X_PP_Order_Node.java | 66 ++-- .../eevolution/model/X_PP_Order_NodeNext.java | 18 +- .../model/X_PP_Order_Node_Asset.java | 18 +- .../model/X_PP_Order_Node_Product.java | 18 +- .../eevolution/model/X_PP_Order_Workflow.java | 29 +- .../eevolution/model/X_PP_Product_BOM.java | 4 +- .../model/X_PP_Product_BOMLine.java | 72 ++--- .../model/X_PP_Product_Planning.java | 92 +++--- .../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 | 12 +- .../src/org/eevolution/model/X_RV_PP_WIP.java | 71 ----- .../src/org/eevolution/model/X_T_BOMLine.java | 4 +- .../src/org/eevolution/model/X_T_MRP_CRP.java | 4 +- 98 files changed, 1058 insertions(+), 1060 deletions(-) delete mode 100644 base/src/org/eevolution/model/I_RV_PP_WIP.java delete mode 100644 base/src/org/eevolution/model/X_RV_PP_WIP.java diff --git a/base/src/org/eevolution/model/I_C_TaxBase.java b/base/src/org/eevolution/model/I_C_TaxBase.java index 78c9640d05..484467340f 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.4a + * @version Release 3.6.0LTS */ public interface I_C_TaxBase { diff --git a/base/src/org/eevolution/model/I_C_TaxDefinition.java b/base/src/org/eevolution/model/I_C_TaxDefinition.java index b0c0d4ae97..38235a264a 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.4a + * @version Release 3.6.0LTS */ public interface I_C_TaxDefinition { @@ -67,12 +67,12 @@ 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(); diff --git a/base/src/org/eevolution/model/I_C_TaxGroup.java b/base/src/org/eevolution/model/I_C_TaxGroup.java index 1feceffcb6..c7c2aceb52 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.4a + * @version Release 3.6.0LTS */ public interface I_C_TaxGroup { diff --git a/base/src/org/eevolution/model/I_C_TaxType.java b/base/src/org/eevolution/model/I_C_TaxType.java index 3ebef151e6..5bdd5990f8 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.4a + * @version Release 3.6.0LTS */ public interface I_C_TaxType { diff --git a/base/src/org/eevolution/model/I_DD_NetworkDistribution.java b/base/src/org/eevolution/model/I_DD_NetworkDistribution.java index 33987479cf..faa3945451 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.4a + * @version Release 3.6.0LTS */ 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 4bdf99c2b2..15898d0f67 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.4a + * @version Release 3.6.0LTS */ 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 316480326f..d0336efa01 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.4a + * @version Release 3.6.0LTS */ public interface I_DD_Order { diff --git a/base/src/org/eevolution/model/I_DD_OrderLine.java b/base/src/org/eevolution/model/I_DD_OrderLine.java index 4563805d6d..cc0975a9c4 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.4a + * @version Release 3.6.0LTS */ public interface I_DD_OrderLine { @@ -50,6 +50,19 @@ public interface I_DD_OrderLine */ 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_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; @@ -63,19 +76,6 @@ public interface I_DD_OrderLine */ public int getAD_OrgTrx_ID(); - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organización. - * Organizational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organización. - * Organizational entity within client - */ - public int getAD_Org_ID(); - /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -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,25 +165,20 @@ public interface I_DD_OrderLine */ public int getCreatedBy(); - /** Column name DD_OrderLine_ID */ - public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; + /** Column name C_UOM_ID */ + public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; - /** Set Distribution Order Line */ - public void setDD_OrderLine_ID (int DD_OrderLine_ID); + /** Set UOM. + * Unit of Measure + */ + public void setC_UOM_ID (int C_UOM_ID); - /** Get Distribution Order Line */ - public int getDD_OrderLine_ID(); + /** Get UOM. + * Unit of Measure + */ + public int getC_UOM_ID(); - /** Column name DD_Order_ID */ - public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; - - /** Set Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID); - - /** Get Distribution Order */ - public int getDD_Order_ID(); - - public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException; + public I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -239,15 +219,35 @@ public interface I_DD_OrderLine */ public Timestamp getDatePromised(); + /** Column name DD_Order_ID */ + public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; + + /** Set Distribution Order */ + public void setDD_Order_ID (int DD_Order_ID); + + /** Get Distribution Order */ + public int getDD_Order_ID(); + + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException; + + /** Column name DD_OrderLine_ID */ + public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID"; + + /** Set Distribution Order Line */ + public void setDD_OrderLine_ID (int DD_OrderLine_ID); + + /** Get Distribution Order Line */ + public int getDD_OrderLine_ID(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; - /** Set Descripción. + /** Set Description. * Optional short description of the record */ public void setDescription (String Description); - /** Get Descripción. + /** Get Description. * Optional short description of the record */ public String getDescription(); @@ -330,21 +330,6 @@ public interface I_DD_OrderLine */ public BigDecimal getLineNetAmt(); - /** Column name M_AttributeSetInstanceTo_ID */ - public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID"; - - /** Set Attribute Set Instance To. - * Target Product Attribute Set Instance - */ - public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID); - - /** Get Attribute Set Instance To. - * Target Product Attribute Set Instance - */ - public int getM_AttributeSetInstanceTo_ID(); - - public I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException; - /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -360,20 +345,20 @@ public interface I_DD_OrderLine public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; - /** Column name M_LocatorTo_ID */ - public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; + /** Column name M_AttributeSetInstanceTo_ID */ + public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID"; - /** Set Locator To. - * Location inventory is moved to + /** Set Attribute Set Instance To. + * Target Product Attribute Set Instance */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID); + public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID); - /** Get Locator To. - * Location inventory is moved to + /** Get Attribute Set Instance To. + * Target Product Attribute Set Instance */ - public int getM_LocatorTo_ID(); + public int getM_AttributeSetInstanceTo_ID(); - public I_M_Locator getM_LocatorTo() throws RuntimeException; + public I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -390,6 +375,21 @@ public interface I_DD_OrderLine public I_M_Locator getM_Locator() throws RuntimeException; + /** Column name M_LocatorTo_ID */ + public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; + + /** Set Locator To. + * Location inventory is moved to + */ + public void setM_LocatorTo_ID (int M_LocatorTo_ID); + + /** Get Locator To. + * Location inventory is moved to + */ + public int getM_LocatorTo_ID(); + + public I_M_Locator getM_LocatorTo() throws RuntimeException; + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -574,34 +574,4 @@ public interface I_DD_OrderLine public int getUser2_ID(); public I_C_ElementValue getUser2() throws RuntimeException; - - /** Column name User3_ID */ - public static final String COLUMNNAME_User3_ID = "User3_ID"; - - /** Set User List 3. - * User defined list element #3 - */ - public void setUser3_ID (int User3_ID); - - /** Get User List 3. - * User defined list element #3 - */ - public int getUser3_ID(); - - public I_C_ElementValue getUser3() throws RuntimeException; - - /** Column name User4_ID */ - public static final String COLUMNNAME_User4_ID = "User4_ID"; - - /** Set User List 4. - * User defined list element #4 - */ - public void setUser4_ID (int User4_ID); - - /** Get User List 4. - * User defined list element #4 - */ - public int getUser4_ID(); - - public I_C_ElementValue getUser4() throws RuntimeException; } diff --git a/base/src/org/eevolution/model/I_HR_Attribute.java b/base/src/org/eevolution/model/I_HR_Attribute.java index b55cd9d476..0882b421ad 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.4a + * @version Release 3.6.0LTS */ 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 b3ccb3ce7d..1c0b381162 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.4a + * @version Release 3.6.0LTS */ 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 eac776251b..ea1106a8aa 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.4a + * @version Release 3.6.0LTS */ 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 8a14bbdd47..afa9a63ba8 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.4a + * @version Release 3.6.0LTS */ 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 42046348c8..0066be6c26 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.4a + * @version Release 3.6.0LTS */ 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 306bd8b0e1..523812b3bd 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.4a + * @version Release 3.6.0LTS */ 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 c7a107ec9a..d85bf19cbd 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.4a + * @version Release 3.6.0LTS */ 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 c7a8cf2f5d..46e9f1c611 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.4a + * @version Release 3.6.0LTS */ 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 909eed2e49..98a0892bb9 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.4a + * @version Release 3.6.0LTS */ 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 4ba2e86f69..9fa35f961b 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.4a + * @version Release 3.6.0LTS */ 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 8af1e98e94..7c968c38ef 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.4a + * @version Release 3.6.0LTS */ 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 249d6c52bb..7a2533a556 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_ListVersion { diff --git a/base/src/org/eevolution/model/I_HR_Movement.java b/base/src/org/eevolution/model/I_HR_Movement.java index 1525082891..e3eb9e1999 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_Movement { @@ -42,6 +42,19 @@ public interface I_HR_Movement /** Load Meta Data */ + /** Column name AccountSign */ + public static final String COLUMNNAME_AccountSign = "AccountSign"; + + /** Set Account Sign. + * Indicates the Natural Sign of the Account as a Debit or Credit + */ + public void setAccountSign (String AccountSign); + + /** Get Account Sign. + * Indicates the Natural Sign of the Account as a Debit or Credit + */ + public String getAccountSign(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -50,19 +63,6 @@ public interface I_HR_Movement */ public int getAD_Client_ID(); - /** Column name AD_OrgTrx_ID */ - public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; - - /** Set Trx Organization. - * Performing or initiating organization - */ - public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); - - /** Get Trx Organization. - * Performing or initiating organization - */ - public int getAD_OrgTrx_ID(); - /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -76,6 +76,19 @@ public interface I_HR_Movement */ public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ + public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; + + /** Set Trx Organization. + * Performing or initiating organization + */ + public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); + + /** Get Trx Organization. + * Performing or initiating organization + */ + public int getAD_OrgTrx_ID(); + /** Column name AD_Rule_ID */ public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID"; @@ -87,19 +100,6 @@ public interface I_HR_Movement public I_AD_Rule getAD_Rule() throws RuntimeException; - /** Column name AccountSign */ - public static final String COLUMNNAME_AccountSign = "AccountSign"; - - /** Set Account Sign. - * Indicates the Natural Sign of the Account as a Debit or Credit - */ - public void setAccountSign (String AccountSign); - - /** Get Account Sign. - * Indicates the Natural Sign of the Account as a Debit or Credit - */ - public String getAccountSign(); - /** Column name Amount */ public static final String COLUMNNAME_Amount = "Amount"; @@ -128,6 +128,21 @@ public interface I_HR_Movement public I_C_Activity getC_Activity() throws RuntimeException; + /** 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 RuntimeException; + /** Column name C_BP_BankAccount_ID */ public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; @@ -158,21 +173,6 @@ public interface I_HR_Movement 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"; - - /** 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 RuntimeException; - /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -188,6 +188,30 @@ 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"; + + /** Set Project. + * Financial Project + */ + public void setC_Project_ID (int C_Project_ID); + + /** Get Project. + * Financial Project + */ + public int getC_Project_ID(); + + public I_C_Project getC_Project() throws RuntimeException; + /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -218,30 +242,6 @@ public interface I_HR_Movement public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; - /** Column name C_Project_ID */ - public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; - - /** Set Project. - * Financial Project - */ - public void setC_Project_ID (int C_Project_ID); - - /** Get Project. - * Financial Project - */ - public int getC_Project_ID(); - - public I_C_Project getC_Project() throws 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 b4e62c90c2..018943583b 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.4a + * @version Release 3.6.0LTS */ 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 0a9f622b18..be6e8733a4 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_PayrollConcept { diff --git a/base/src/org/eevolution/model/I_HR_Period.java b/base/src/org/eevolution/model/I_HR_Period.java index 29e9824cb7..7af0fb3921 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_Period { diff --git a/base/src/org/eevolution/model/I_HR_Process.java b/base/src/org/eevolution/model/I_HR_Process.java index bb48ba6da8..fb633f952b 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_Process { diff --git a/base/src/org/eevolution/model/I_HR_Year.java b/base/src/org/eevolution/model/I_HR_Year.java index 4fa4a133d9..3e42b21603 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.4a + * @version Release 3.6.0LTS */ public interface I_HR_Year { diff --git a/base/src/org/eevolution/model/I_I_ProductPlanning.java b/base/src/org/eevolution/model/I_I_ProductPlanning.java index 19468554cf..821adc662c 100644 --- a/base/src/org/eevolution/model/I_I_ProductPlanning.java +++ b/base/src/org/eevolution/model/I_I_ProductPlanning.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ProductPlanning * @author Adempiere (generated) - * @version Release 3.5.4a + * @version Release 3.6.0LTS */ public interface I_I_ProductPlanning { @@ -31,7 +31,7 @@ public interface I_I_ProductPlanning /** TableName=I_ProductPlanning */ public static final String Table_Name = "I_ProductPlanning"; - /** AD_Table_ID=1000017 */ + /** AD_Table_ID=53260 */ public static final int Table_ID = MTable.getTable_ID(Table_Name); KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -279,6 +279,8 @@ public interface I_I_ProductPlanning */ public int getM_ForecastLine_ID(); + public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -449,6 +451,8 @@ public interface I_I_ProductPlanning /** Get Product Planning */ public int getPP_Product_Planning_ID(); + public org.eevolution.model.I_PP_Product_Planning getPP_Product_Planning() throws RuntimeException; + /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; 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 9b3711e40c..7f87c267bd 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Cost_Collector { 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 9b9b9876db..ac1aad6e04 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.4a + * @version Release 3.6.0LTS */ 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 cc87e75dcf..f4b0af0425 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_MRP { @@ -127,19 +127,27 @@ public interface I_PP_MRP /** Column name DateConfirm */ public static final String COLUMNNAME_DateConfirm = "DateConfirm"; - /** Set DateConfirm */ + /** Set Date Confirm. + * Date Confirm of this Order + */ public void setDateConfirm (Timestamp DateConfirm); - /** Get DateConfirm */ + /** Get Date Confirm. + * Date Confirm of this Order + */ public Timestamp getDateConfirm(); /** Column name DateFinishSchedule */ public static final String COLUMNNAME_DateFinishSchedule = "DateFinishSchedule"; - /** Set DateFinishSchedule */ + /** Set Date Finish Schedule. + * Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule); - /** Get DateFinishSchedule */ + /** Get Date Finish Schedule. + * Scheduled Finish date for this Order + */ public Timestamp getDateFinishSchedule(); /** Column name DateOrdered */ @@ -171,28 +179,40 @@ public interface I_PP_MRP /** Column name DateSimulation */ public static final String COLUMNNAME_DateSimulation = "DateSimulation"; - /** Set DateSimulation */ + /** Set Date Simulation. + * Simulation date for this Material Plan + */ public void setDateSimulation (Timestamp DateSimulation); - /** Get DateSimulation */ + /** Get Date Simulation. + * Simulation date for this Material Plan + */ public Timestamp getDateSimulation(); /** Column name DateStart */ public static final String COLUMNNAME_DateStart = "DateStart"; - /** Set DateStart */ + /** Set Date Start. + * Date Start for this Order + */ public void setDateStart (Timestamp DateStart); - /** Get DateStart */ + /** Get Date Start. + * Date Start for this Order + */ public Timestamp getDateStart(); /** Column name DateStartSchedule */ public static final String COLUMNNAME_DateStartSchedule = "DateStartSchedule"; - /** Set DateStartSchedule */ + /** Set Date Start Schedule. + * Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule); - /** Get DateStartSchedule */ + /** Get Date Start Schedule. + * Scheduled start date for this Order + */ public Timestamp getDateStartSchedule(); /** Column name DD_Order_ID */ @@ -375,10 +395,14 @@ public interface I_PP_MRP /** Column name OrderType */ public static final String COLUMNNAME_OrderType = "OrderType"; - /** Set OrderType */ + /** Set Order Type. + * Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public void setOrderType (String OrderType); - /** Get OrderType */ + /** Get Order Type. + * Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public String getOrderType(); /** Column name Planner_ID */ @@ -395,10 +419,14 @@ public interface I_PP_MRP /** Column name PP_MRP_ID */ public static final String COLUMNNAME_PP_MRP_ID = "PP_MRP_ID"; - /** Set Material Requirement Planning */ + /** Set Material Requirement Planning. + * MRP ID + */ public void setPP_MRP_ID (int PP_MRP_ID); - /** Get Material Requirement Planning */ + /** Get Material Requirement Planning. + * MRP ID + */ public int getPP_MRP_ID(); /** Column name PP_Order_BOMLine_ID */ @@ -415,10 +443,14 @@ public interface I_PP_MRP /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -467,10 +499,14 @@ public interface I_PP_MRP /** Column name TypeMRP */ public static final String COLUMNNAME_TypeMRP = "TypeMRP"; - /** Set TypeMRP */ + /** Set MRP Type. + * MRP Type determines whether a record is demand or supply + */ public void setTypeMRP (String TypeMRP); - /** Get TypeMRP */ + /** Get MRP Type. + * MRP Type determines whether a record is demand or supply + */ public String getTypeMRP(); /** Column name Updated */ diff --git a/base/src/org/eevolution/model/I_PP_Order.java b/base/src/org/eevolution/model/I_PP_Order.java index b0b74c71c5..edbf82daf3 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order { @@ -241,12 +241,12 @@ public interface I_PP_Order /** Column name DateConfirm */ public static final String COLUMNNAME_DateConfirm = "DateConfirm"; - /** Set DateConfirm. + /** Set Date Confirm. * Date Confirm of this Order */ public void setDateConfirm (Timestamp DateConfirm); - /** Get DateConfirm. + /** Get Date Confirm. * Date Confirm of this Order */ public Timestamp getDateConfirm(); 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 2b5ccbaccd..5d12d362b6 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_BOM { @@ -255,10 +255,14 @@ public interface I_PP_Order_BOM /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; 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 433b36d3ab..0dc0a80c96 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.4a + * @version Release 3.6.0LTS */ 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"; @@ -161,6 +146,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"; @@ -282,12 +282,12 @@ public interface I_PP_Order_BOMLine public static final String COLUMNNAME_LeadTimeOffset = "LeadTimeOffset"; /** Set Lead Time Offset. - * Optional Lead Time offest before starting production + * Optional Lead Time offset before starting production */ public void setLeadTimeOffset (int LeadTimeOffset); /** Get Lead Time Offset. - * Optional Lead Time offest before starting production + * Optional Lead Time offset before starting production */ public int getLeadTimeOffset(); @@ -402,10 +402,14 @@ public interface I_PP_Order_BOMLine /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -505,26 +509,26 @@ public interface I_PP_Order_BOMLine /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; - /** Set QtyScrap. - * Scrap Quantity for this componet + /** Set Scrap %. + * Scrap % Quantity for this componet */ public void setQtyScrap (BigDecimal QtyScrap); - /** Get QtyScrap. - * Scrap Quantity for this componet + /** Get Scrap %. + * 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 + /** 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 + /** Get Scrap %. + * Indicate the Scrap % for calculate the Scrap Quantity */ public BigDecimal getScrap(); 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 1a468fb1ea..0d20b911cc 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_Cost { @@ -290,10 +290,14 @@ public interface I_PP_Order_Cost /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; diff --git a/base/src/org/eevolution/model/I_PP_Order_Node.java b/base/src/org/eevolution/model/I_PP_Order_Node.java index 48d4cc1401..c8aab1eebb 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_Node { @@ -312,28 +312,40 @@ public interface I_PP_Order_Node /** Column name DateFinishSchedule */ public static final String COLUMNNAME_DateFinishSchedule = "DateFinishSchedule"; - /** Set DateFinishSchedule */ + /** Set Date Finish Schedule. + * Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule); - /** Get DateFinishSchedule */ + /** Get Date Finish Schedule. + * Scheduled Finish date for this Order + */ public Timestamp getDateFinishSchedule(); /** Column name DateStart */ public static final String COLUMNNAME_DateStart = "DateStart"; - /** Set DateStart */ + /** Set Date Start. + * Date Start for this Order + */ public void setDateStart (Timestamp DateStart); - /** Get DateStart */ + /** Get Date Start. + * Date Start for this Order + */ public Timestamp getDateStart(); /** Column name DateStartSchedule */ public static final String COLUMNNAME_DateStartSchedule = "DateStartSchedule"; - /** Set DateStartSchedule */ + /** Set Date Start Schedule. + * Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule); - /** Get DateStartSchedule */ + /** Get Date Start Schedule. + * Scheduled start date for this Order + */ public Timestamp getDateStartSchedule(); /** Column name Description */ @@ -555,10 +567,14 @@ public interface I_PP_Order_Node /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -566,10 +582,14 @@ public interface I_PP_Order_Node /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; - /** Set Manufacturing Order Activity */ + /** Set Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID); - /** Get Manufacturing Order Activity */ + /** Get Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID(); /** Column name PP_Order_Workflow_ID */ @@ -630,23 +650,27 @@ public interface I_PP_Order_Node /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; - /** Set QtyScrap. - * Scrap Quantity for this componet + /** Set Scrap %. + * Scrap % Quantity for this componet */ public void setQtyScrap (BigDecimal QtyScrap); - /** Get QtyScrap. - * Scrap Quantity for this componet + /** Get Scrap %. + * Scrap % Quantity for this componet */ public BigDecimal getQtyScrap(); /** Column name QueuingTime */ public static final String COLUMNNAME_QueuingTime = "QueuingTime"; - /** Set Queuing Time */ + /** Set Queuing Time. + * Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime); - /** Get Queuing Time */ + /** Get Queuing Time. + * Queue time is the time a job waits at a work center before begin handled. + */ public int getQueuingTime(); /** Column name SetupTime */ 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 2ccc0aac97..7e3379eb8a 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_NodeNext { @@ -166,10 +166,14 @@ public interface I_PP_Order_NodeNext /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -188,10 +192,14 @@ public interface I_PP_Order_NodeNext /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; - /** Set Manufacturing Order Activity */ + /** Set Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID); - /** Get Manufacturing Order Activity */ + /** Get Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID(); public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; 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 f211897a7b..ee024b2002 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_Node_Asset { @@ -110,10 +110,14 @@ public interface I_PP_Order_Node_Asset /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -130,10 +134,14 @@ public interface I_PP_Order_Node_Asset /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; - /** Set Manufacturing Order Activity */ + /** Set Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID); - /** Get Manufacturing Order Activity */ + /** Get Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID(); public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; diff --git a/base/src/org/eevolution/model/I_PP_Order_Node_Product.java b/base/src/org/eevolution/model/I_PP_Order_Node_Product.java index 26dc06022c..cd55b4bb1d 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_Node_Product { @@ -119,10 +119,14 @@ public interface I_PP_Order_Node_Product /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -130,10 +134,14 @@ public interface I_PP_Order_Node_Product /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; - /** Set Manufacturing Order Activity */ + /** Set Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID); - /** Get Manufacturing Order Activity */ + /** Get Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID(); public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; 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 4d29dd32b3..0192722433 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Order_Workflow { @@ -350,10 +350,14 @@ public interface I_PP_Order_Workflow /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; - /** Set Manufacturing Order */ + /** Set Manufacturing Order. + * Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID); - /** Get Manufacturing Order */ + /** Get Manufacturing Order. + * Manufacturing Order + */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; @@ -361,10 +365,14 @@ public interface I_PP_Order_Workflow /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; - /** Set Manufacturing Order Activity */ + /** Set Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID); - /** Get Manufacturing Order Activity */ + /** Get Manufacturing Order Activity. + * Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID(); public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException; @@ -425,10 +433,14 @@ public interface I_PP_Order_Workflow /** Column name QueuingTime */ public static final String COLUMNNAME_QueuingTime = "QueuingTime"; - /** Set Queuing Time */ + /** Set Queuing Time. + * Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime); - /** Get Queuing Time */ + /** Get Queuing Time. + * Queue time is the time a job waits at a work center before begin handled. + */ public int getQueuingTime(); /** Column name SetupTime */ @@ -566,12 +578,12 @@ public interface I_PP_Order_Workflow public static final String COLUMNNAME_WorkflowType = "WorkflowType"; /** Set Workflow Type. - * Type of Worflow + * Type of Workflow */ public void setWorkflowType (String WorkflowType); /** Get Workflow Type. - * Type of Worflow + * Type of Workflow */ public String getWorkflowType(); 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 b7e191d6d1..04ef19cd02 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Product_BOM { 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 08dce37889..845fb660c7 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.4a + * @version Release 3.6.0LTS */ 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"; @@ -146,6 +131,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"; @@ -254,12 +254,12 @@ public interface I_PP_Product_BOMLine public static final String COLUMNNAME_LeadTimeOffset = "LeadTimeOffset"; /** Set Lead Time Offset. - * Optional Lead Time offest before starting production + * Optional Lead Time offset before starting production */ public void setLeadTimeOffset (int LeadTimeOffset); /** Get Lead Time Offset. - * Optional Lead Time offest before starting production + * Optional Lead Time offset before starting production */ public int getLeadTimeOffset(); @@ -378,13 +378,13 @@ public interface I_PP_Product_BOMLine /** Column name Scrap */ public static final String COLUMNNAME_Scrap = "Scrap"; - /** Set % Scrap. - * Indicate the % Scrap for calculate the Scrap Quantity + /** 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 + /** Get Scrap %. + * Indicate the Scrap % for calculate the Scrap Quantity */ public BigDecimal getScrap(); diff --git a/base/src/org/eevolution/model/I_PP_Product_Planning.java b/base/src/org/eevolution/model/I_PP_Product_Planning.java index a82ec820e4..e4e9f9d9cf 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.4a + * @version Release 3.6.0LTS */ public interface I_PP_Product_Planning { @@ -147,14 +147,10 @@ public interface I_PP_Product_Planning /** Column name IsMPS */ public static final String COLUMNNAME_IsMPS = "IsMPS"; - /** Set Is MPS. - * Determines if this product is part of the master production schedule - */ + /** Set Is MPS */ public void setIsMPS (boolean IsMPS); - /** Get Is MPS. - * Determines if this product is part of the master production schedule - */ + /** Get Is MPS */ public boolean isMPS(); /** Column name IsPhantom */ @@ -284,6 +280,17 @@ public interface I_PP_Product_Planning /** Get Order Qty */ public BigDecimal getOrder_Qty(); + /** Column name Planner_ID */ + public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + + /** Set Planner */ + public void setPlanner_ID (int Planner_ID); + + /** Get Planner */ + public int getPlanner_ID(); + + public I_AD_User getPlanner() throws RuntimeException; + /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -308,16 +315,18 @@ public interface I_PP_Product_Planning /** Get Product Planning */ public int getPP_Product_Planning_ID(); - /** Column name Planner_ID */ - public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + /** Column name SafetyStock */ + public static final String COLUMNNAME_SafetyStock = "SafetyStock"; - /** Set Planner */ - public void setPlanner_ID (int Planner_ID); + /** Set Safety Stock Qty. + * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public void setSafetyStock (BigDecimal SafetyStock); - /** Get Planner */ - public int getPlanner_ID(); - - public I_AD_User getPlanner() throws RuntimeException; + /** 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"; @@ -334,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 a6c0504580..ff16b1a97f 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.4a + * @version Release 3.6.0LTS */ 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 740c89d86f..3e4bc7a98c 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.4a + * @version Release 3.6.0LTS */ 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 db03ec7a54..f32d1db329 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.4a + * @version Release 3.6.0LTS */ 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 b41bea8a2a..495254a9de 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.4a + * @version Release 3.6.0LTS */ public interface I_QM_SpecificationLine { @@ -147,10 +147,10 @@ public interface I_QM_SpecificationLine /** Column name QM_SpecificationLine_ID */ public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID"; - /** Set QM_SpecificationLine_ID */ + /** Set QM Specification Line */ public void setQM_SpecificationLine_ID (int QM_SpecificationLine_ID); - /** Get QM_SpecificationLine_ID */ + /** Get QM Specification Line */ public int getQM_SpecificationLine_ID(); /** Column name SeqNo */ diff --git a/base/src/org/eevolution/model/I_RV_PP_WIP.java b/base/src/org/eevolution/model/I_RV_PP_WIP.java deleted file mode 100644 index 052ae41413..0000000000 --- a/base/src/org/eevolution/model/I_RV_PP_WIP.java +++ /dev/null @@ -1,43 +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 org.compiere.model.*; -import org.compiere.util.KeyNamePair; - -/** Generated Interface for RV_PP_WIP - * @author Adempiere (generated) - * @version Release 3.5.4a - */ -public interface I_RV_PP_WIP -{ - - /** TableName=RV_PP_WIP */ - public static final String Table_Name = "RV_PP_WIP"; - - /** AD_Table_ID=53033 */ - 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_T_BOMLine.java b/base/src/org/eevolution/model/I_T_BOMLine.java index 63749ba02d..65cf4140e0 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.4a + * @version Release 3.6.0LTS */ 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 6e04897676..8fe60040c2 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.4a + * @version Release 3.6.0LTS */ 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 9a83be5728..edd24c70a7 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { /** * */ - private static final long serialVersionUID = 20091201L; + private static final long serialVersionUID = 20100614L; /** 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 1db361aead..8422e586d2 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent { /** * */ - private static final long serialVersionUID = 20091201L; + private static final long serialVersionUID = 20100614L; /** 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 () { diff --git a/base/src/org/eevolution/model/X_C_TaxGroup.java b/base/src/org/eevolution/model/X_C_TaxGroup.java index 823d2097f1..db0c27d00c 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { /** * */ - private static final long serialVersionUID = 20091201L; + private static final long serialVersionUID = 20100614L; /** 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 e5be237104..ca32975bed 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { /** * */ - private static final long serialVersionUID = 20091201L; + private static final long serialVersionUID = 20100614L; /** 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 4dca9a63ec..a9c0359a76 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribution, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 76ee759c08..a729538ce9 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDistributionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 5de9c11b1b..5c94784347 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20100302L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_DD_Order (Properties ctx, int DD_Order_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_DD_OrderLine.java b/base/src/org/eevolution/model/X_DD_OrderLine.java index 631b99e6ed..48011b4cb7 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100521L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName) @@ -44,17 +44,16 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { setC_UOM_ID (0); // @#C_UOM_ID@ - setDD_OrderLine_ID (0); setDD_Order_ID (0); + setDD_OrderLine_ID (0); setIsDescription (false); // N setIsInvoiced (false); setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM DD_OrderLine WHERE DD_Order_ID=@DD_Order_ID@ - setM_LocatorTo_ID (0); -// @M_LocatorTo_ID@ setM_Locator_ID (0); // @M_Locator_ID@ + setM_LocatorTo_ID (0); setProcessed (false); setQtyEntered (Env.ZERO); setQtyOrdered (Env.ZERO); @@ -196,6 +195,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) @@ -252,71 +271,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ - public void setConfirmedQty (BigDecimal ConfirmedQty) - { - set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); - } - - /** Get Confirmed Quantity. - @return Confirmation of a received quantity - */ - public BigDecimal getConfirmedQty () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Distribution Order Line. - @param DD_OrderLine_ID Distribution Order Line */ - public void setDD_OrderLine_ID (int DD_OrderLine_ID) - { - if (DD_OrderLine_ID < 1) - set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, null); - else - set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); - } - - /** Get Distribution Order Line. - @return Distribution Order Line */ - public int getDD_OrderLine_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException - { - return (org.eevolution.model.I_DD_Order)MTable.get(getCtx(), org.eevolution.model.I_DD_Order.Table_Name) - .getPO(getDD_Order_ID(), get_TrxName()); } - - /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ - public void setDD_Order_ID (int DD_Order_ID) - { - if (DD_Order_ID < 1) - set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); - else - set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); - } - - /** Get Distribution Order. - @return Distribution Order */ - public int getDD_Order_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Date Delivered. @param DateDelivered Date when the product was delivered @@ -368,7 +322,52 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DatePromised); } - /** Set Descripción. + public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException + { + return (org.eevolution.model.I_DD_Order)MTable.get(getCtx(), org.eevolution.model.I_DD_Order.Table_Name) + .getPO(getDD_Order_ID(), get_TrxName()); } + + /** Set Distribution Order. + @param DD_Order_ID Distribution Order */ + public void setDD_Order_ID (int DD_Order_ID) + { + if (DD_Order_ID < 1) + set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); + else + set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); + } + + /** Get Distribution Order. + @return Distribution Order */ + public int getDD_Order_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Distribution Order Line. + @param DD_OrderLine_ID Distribution Order Line */ + public void setDD_OrderLine_ID (int DD_OrderLine_ID) + { + if (DD_OrderLine_ID < 1) + set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, null); + else + set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); + } + + /** Get Distribution Order Line. + @return Distribution Order Line */ + public int getDD_OrderLine_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Description. @param Description Optional short description of the record */ @@ -377,7 +376,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent set_Value (COLUMNNAME_Description, Description); } - /** Get Descripción. + /** Get Description. @return Optional short description of the record */ public String getDescription () @@ -501,34 +500,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - public I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException - { - return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) - .getPO(getM_AttributeSetInstanceTo_ID(), get_TrxName()); } - - /** Set Attribute Set Instance To. - @param M_AttributeSetInstanceTo_ID - Target Product Attribute Set Instance - */ - public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) - { - if (M_AttributeSetInstanceTo_ID < 1) - set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); - else - set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); - } - - /** Get Attribute Set Instance To. - @return Target Product Attribute Set Instance - */ - public int getM_AttributeSetInstanceTo_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) @@ -557,29 +528,29 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Locator getM_LocatorTo() throws RuntimeException + public I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException { - return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) - .getPO(getM_LocatorTo_ID(), get_TrxName()); } + return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) + .getPO(getM_AttributeSetInstanceTo_ID(), get_TrxName()); } - /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to + /** Set Attribute Set Instance To. + @param M_AttributeSetInstanceTo_ID + Target Product Attribute Set Instance */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID) + public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) { - if (M_LocatorTo_ID < 1) - set_Value (COLUMNNAME_M_LocatorTo_ID, null); + if (M_AttributeSetInstanceTo_ID < 1) + set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); else - set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); + set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); } - /** Get Locator To. - @return Location inventory is moved to + /** Get Attribute Set Instance To. + @return Target Product Attribute Set Instance */ - public int getM_LocatorTo_ID () + public int getM_AttributeSetInstanceTo_ID () { - Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); + Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); if (ii == null) return 0; return ii.intValue(); @@ -613,6 +584,34 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } + public I_M_Locator getM_LocatorTo() throws RuntimeException + { + return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) + .getPO(getM_LocatorTo_ID(), get_TrxName()); } + + /** Set Locator To. + @param M_LocatorTo_ID + Location inventory is moved to + */ + public void setM_LocatorTo_ID (int M_LocatorTo_ID) + { + if (M_LocatorTo_ID < 1) + set_Value (COLUMNNAME_M_LocatorTo_ID, null); + else + set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); + } + + /** Get Locator To. + @return Location inventory is moved to + */ + public int getM_LocatorTo_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + public I_M_Product getM_Product() throws RuntimeException { return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) @@ -902,60 +901,4 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return 0; return ii.intValue(); } - - public I_C_ElementValue getUser3() throws RuntimeException - { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) - .getPO(getUser3_ID(), get_TrxName()); } - - /** Set User List 3. - @param User3_ID - User defined list element #3 - */ - public void setUser3_ID (int User3_ID) - { - if (User3_ID < 1) - set_Value (COLUMNNAME_User3_ID, null); - else - set_Value (COLUMNNAME_User3_ID, Integer.valueOf(User3_ID)); - } - - /** Get User List 3. - @return User defined list element #3 - */ - public int getUser3_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_User3_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_ElementValue getUser4() throws RuntimeException - { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) - .getPO(getUser4_ID(), get_TrxName()); } - - /** Set User List 4. - @param User4_ID - User defined list element #4 - */ - public void setUser4_ID (int User4_ID) - { - if (User4_ID < 1) - set_Value (COLUMNNAME_User4_ID, null); - else - set_Value (COLUMNNAME_User4_ID, Integer.valueOf(User4_ID)); - } - - /** Get User List 4. - @return User defined list element #4 - */ - public int getUser4_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_User4_ID); - if (ii == null) - return 0; - return ii.intValue(); - } } \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_HR_Attribute.java b/base/src/org/eevolution/model/X_HR_Attribute.java index f5f9327330..82c213f38d 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 fef2a2936b..585ed14ba5 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 123219a8e7..c592b6e430 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 c9b7a18991..1667989e98 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 dd8d73031a..e513ab75d9 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 27589c837d..67259cefbf 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 3adcda5c25..7747301743 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 c18ba51650..ee7cb69d84 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_Job (Properties ctx, int HR_Job_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_HR_List.java b/base/src/org/eevolution/model/X_HR_List.java index 773e5947cc..f913f9798f 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_List extends PO implements I_HR_List, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 a671ec3b57..e43ea7848f 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 77731616eb..ff55d07421 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 81cb77296d..45d262acb7 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_ListVersion (Properties ctx, int HR_ListVersion_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_HR_Movement.java b/base/src/org/eevolution/model/X_HR_Movement.java index 6feba7d7b5..74c2128329 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100613L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_Movement (Properties ctx, int HR_Movement_ID, String trxName) @@ -77,6 +77,32 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return sb.toString(); } + /** AccountSign AD_Reference_ID=118 */ + public static final int ACCOUNTSIGN_AD_Reference_ID=118; + /** Natural = N */ + public static final String ACCOUNTSIGN_Natural = "N"; + /** Debit = D */ + public static final String ACCOUNTSIGN_Debit = "D"; + /** Credit = C */ + public static final String ACCOUNTSIGN_Credit = "C"; + /** Set Account Sign. + @param AccountSign + Indicates the Natural Sign of the Account as a Debit or Credit + */ + public void setAccountSign (String AccountSign) + { + + set_ValueNoCheck (COLUMNNAME_AccountSign, AccountSign); + } + + /** Get Account Sign. + @return Indicates the Natural Sign of the Account as a Debit or Credit + */ + public String getAccountSign () + { + return (String)get_Value(COLUMNNAME_AccountSign); + } + /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization @@ -125,32 +151,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - /** AccountSign AD_Reference_ID=118 */ - public static final int ACCOUNTSIGN_AD_Reference_ID=118; - /** Natural = N */ - public static final String ACCOUNTSIGN_Natural = "N"; - /** Debit = D */ - public static final String ACCOUNTSIGN_Debit = "D"; - /** Credit = C */ - public static final String ACCOUNTSIGN_Credit = "C"; - /** Set Account Sign. - @param AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit - */ - public void setAccountSign (String AccountSign) - { - - set_ValueNoCheck (COLUMNNAME_AccountSign, AccountSign); - } - - /** Get Account Sign. - @return Indicates the Natural Sign of the Account as a Debit or Credit - */ - public String getAccountSign () - { - return (String)get_Value(COLUMNNAME_AccountSign); - } - /** Set Amount. @param Amount Amount in a defined currency @@ -199,6 +199,34 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } + public I_C_BPartner getC_BPartner() throws RuntimeException + { + 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(); + } + public I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException { return (I_C_BP_BankAccount)MTable.get(getCtx(), I_C_BP_BankAccount.Table_Name) @@ -255,34 +283,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException - { - 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(); - } - public I_C_Campaign getC_Campaign() throws RuntimeException { return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) @@ -311,6 +311,59 @@ 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) + .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_ProjectPhase getC_ProjectPhase() throws RuntimeException { return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) @@ -367,59 +420,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException - { - 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(); - } - - /** 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 8bd0f6f36b..165d1335bd 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 afe666706f..222cbd731b 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_PayrollConcept (Properties ctx, int HR_PayrollConcept_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_HR_Period.java b/base/src/org/eevolution/model/X_HR_Period.java index 1d8a5414d3..0d64cefeb3 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 dec12ddd66..d4b7195f6d 100644 --- a/base/src/org/eevolution/model/X_HR_Process.java +++ b/base/src/org/eevolution/model/X_HR_Process.java @@ -27,14 +27,14 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Process * @author Adempiere (generated) - * @version Release 3.5.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent { /** * */ - private static final long serialVersionUID = 20100302L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_Process (Properties ctx, int HR_Process_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_HR_Year.java b/base/src/org/eevolution/model/X_HR_Year.java index 33e333315a..e32af3bad4 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_HR_Year (Properties ctx, int HR_Year_ID, String trxName) diff --git a/base/src/org/eevolution/model/X_I_ProductPlanning.java b/base/src/org/eevolution/model/X_I_ProductPlanning.java index 9dea791898..65f858b11f 100644 --- a/base/src/org/eevolution/model/X_I_ProductPlanning.java +++ b/base/src/org/eevolution/model/X_I_ProductPlanning.java @@ -26,14 +26,14 @@ import org.compiere.util.Env; /** Generated Model for I_ProductPlanning * @author Adempiere (generated) - * @version Release 3.5.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Persistent { /** * */ - private static final long serialVersionUID = 20100213L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_I_ProductPlanning (Properties ctx, int I_ProductPlanning_ID, String trxName) @@ -377,6 +377,11 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } + public I_M_ForecastLine getM_ForecastLine() throws RuntimeException + { + return (I_M_ForecastLine)MTable.get(getCtx(), I_M_ForecastLine.Table_Name) + .getPO(getM_ForecastLine_ID(), get_TrxName()); } + /** Set Forecast Line. @param M_ForecastLine_ID Forecast Line @@ -384,9 +389,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe public void setM_ForecastLine_ID (int M_ForecastLine_ID) { if (M_ForecastLine_ID < 1) - set_Value (COLUMNNAME_M_ForecastLine_ID, null); + set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, null); else - set_Value (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); + set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); } /** Get Forecast Line. @@ -677,14 +682,19 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } + public org.eevolution.model.I_PP_Product_Planning getPP_Product_Planning() throws RuntimeException + { + return (org.eevolution.model.I_PP_Product_Planning)MTable.get(getCtx(), org.eevolution.model.I_PP_Product_Planning.Table_Name) + .getPO(getPP_Product_Planning_ID(), get_TrxName()); } + /** Set Product Planning. @param PP_Product_Planning_ID Product Planning */ public void setPP_Product_Planning_ID (int PP_Product_Planning_ID) { if (PP_Product_Planning_ID < 1) - set_Value (COLUMNNAME_PP_Product_Planning_ID, null); + set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, null); else - set_Value (COLUMNNAME_PP_Product_Planning_ID, Integer.valueOf(PP_Product_Planning_ID)); + set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, Integer.valueOf(PP_Product_Planning_ID)); } /** Get Product Planning. 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 bd542962ca..8f9f4d3d49 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Persistent { /** * */ - private static final long serialVersionUID = 20100302L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Cost_Collector (Properties ctx, int PP_Cost_Collector_ID, String trxName) 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 03e9363a45..fa5731af55 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 0d74ff5212..1b97435c76 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_MRP (Properties ctx, int PP_MRP_ID, String trxName) @@ -162,29 +162,35 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - /** Set DateConfirm. - @param DateConfirm DateConfirm */ + /** Set Date Confirm. + @param DateConfirm + Date Confirm of this Order + */ public void setDateConfirm (Timestamp DateConfirm) { set_Value (COLUMNNAME_DateConfirm, DateConfirm); } - /** Get DateConfirm. - @return DateConfirm */ + /** Get Date Confirm. + @return Date Confirm of this Order + */ public Timestamp getDateConfirm () { return (Timestamp)get_Value(COLUMNNAME_DateConfirm); } - /** Set DateFinishSchedule. - @param DateFinishSchedule DateFinishSchedule */ + /** Set Date Finish Schedule. + @param DateFinishSchedule + Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule) { set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule); } - /** Get DateFinishSchedule. - @return DateFinishSchedule */ + /** Get Date Finish Schedule. + @return Scheduled Finish date for this Order + */ public Timestamp getDateFinishSchedule () { return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule); @@ -224,43 +230,52 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DatePromised); } - /** Set DateSimulation. - @param DateSimulation DateSimulation */ + /** Set Date Simulation. + @param DateSimulation + Simulation date for this Material Plan + */ public void setDateSimulation (Timestamp DateSimulation) { set_Value (COLUMNNAME_DateSimulation, DateSimulation); } - /** Get DateSimulation. - @return DateSimulation */ + /** Get Date Simulation. + @return Simulation date for this Material Plan + */ public Timestamp getDateSimulation () { return (Timestamp)get_Value(COLUMNNAME_DateSimulation); } - /** Set DateStart. - @param DateStart DateStart */ + /** Set Date Start. + @param DateStart + Date Start for this Order + */ public void setDateStart (Timestamp DateStart) { set_Value (COLUMNNAME_DateStart, DateStart); } - /** Get DateStart. - @return DateStart */ + /** Get Date Start. + @return Date Start for this Order + */ public Timestamp getDateStart () { return (Timestamp)get_Value(COLUMNNAME_DateStart); } - /** Set DateStartSchedule. - @param DateStartSchedule DateStartSchedule */ + /** Set Date Start Schedule. + @param DateStartSchedule + Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule) { set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule); } - /** Get DateStartSchedule. - @return DateStartSchedule */ + /** Get Date Start Schedule. + @return Scheduled start date for this Order + */ public Timestamp getDateStartSchedule () { return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); @@ -608,16 +623,21 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent public static final String ORDERTYPE_SalesOrder = "SOO"; /** Distribution Order = DOO */ public static final String ORDERTYPE_DistributionOrder = "DOO"; - /** Set OrderType. - @param OrderType OrderType */ + /** Safety Stock = STK */ + public static final String ORDERTYPE_SafetyStock = "STK"; + /** Set Order Type. + @param OrderType + Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public void setOrderType (String OrderType) { set_Value (COLUMNNAME_OrderType, OrderType); } - /** Get OrderType. - @return OrderType */ + /** Get Order Type. + @return Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public String getOrderType () { return (String)get_Value(COLUMNNAME_OrderType); @@ -649,7 +669,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Material Requirement Planning. - @param PP_MRP_ID Material Requirement Planning */ + @param PP_MRP_ID + MRP ID + */ public void setPP_MRP_ID (int PP_MRP_ID) { if (PP_MRP_ID < 1) @@ -659,7 +681,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Get Material Requirement Planning. - @return Material Requirement Planning */ + @return MRP ID + */ public int getPP_MRP_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_MRP_ID); @@ -699,7 +722,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -709,7 +734,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -789,16 +815,19 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent public static final String TYPEMRP_Demand = "D"; /** Supply = S */ public static final String TYPEMRP_Supply = "S"; - /** Set TypeMRP. - @param TypeMRP TypeMRP */ + /** Set MRP Type. + @param TypeMRP + MRP Type determines whether a record is demand or supply + */ public void setTypeMRP (String TypeMRP) { set_Value (COLUMNNAME_TypeMRP, TypeMRP); } - /** Get TypeMRP. - @return TypeMRP */ + /** Get MRP Type. + @return MRP Type determines whether a record is demand or supply + */ public String getTypeMRP () { return (String)get_Value(COLUMNNAME_TypeMRP); diff --git a/base/src/org/eevolution/model/X_PP_Order.java b/base/src/org/eevolution/model/X_PP_Order.java index 8e6d72364a..0b0bcf7bce 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20100302L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order (Properties ctx, int PP_Order_ID, String trxName) @@ -399,7 +399,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - /** Set DateConfirm. + /** Set Date Confirm. @param DateConfirm Date Confirm of this Order */ @@ -408,7 +408,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent set_ValueNoCheck (COLUMNNAME_DateConfirm, DateConfirm); } - /** Get DateConfirm. + /** Get Date Confirm. @return Date Confirm of this Order */ public Timestamp getDateConfirm () 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 64cf832d52..5d37ebc20e 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_BOM (Properties ctx, int PP_Order_BOM_ID, String trxName) @@ -377,7 +377,9 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -387,7 +389,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_BOMLine.java b/base/src/org/eevolution/model/X_PP_Order_BOMLine.java index 57479ccdce..d952db8d68 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20091125L; + private static final long serialVersionUID = 20100614L; /** 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 */ @@ -243,6 +215,34 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } + 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 @@ -407,7 +407,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Set Lead Time Offset. @param LeadTimeOffset - Optional Lead Time offest before starting production + Optional Lead Time offset before starting production */ public void setLeadTimeOffset (int LeadTimeOffset) { @@ -415,7 +415,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Get Lead Time Offset. - @return Optional Lead Time offest before starting production + @return Optional Lead Time offset before starting production */ public int getLeadTimeOffset () { @@ -644,7 +644,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -654,7 +656,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -814,17 +817,17 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set QtyScrap. + /** Set Scrap %. @param QtyScrap - Scrap Quantity for this componet + Scrap % Quantity for this componet */ public void setQtyScrap (BigDecimal QtyScrap) { set_ValueNoCheck (COLUMNNAME_QtyScrap, QtyScrap); } - /** Get QtyScrap. - @return Scrap Quantity for this componet + /** Get Scrap %. + @return Scrap % Quantity for this componet */ public BigDecimal getQtyScrap () { @@ -834,17 +837,17 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - /** Set % Scrap. + /** Set Scrap %. @param Scrap - Indicate the % Scrap for calculate the Scrap Quantity + Indicate the Scrap % for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap) { set_ValueNoCheck (COLUMNNAME_Scrap, Scrap); } - /** Get % Scrap. - @return Indicate the % Scrap for calculate the Scrap Quantity + /** Get Scrap %. + @return Indicate the Scrap % for calculate the Scrap Quantity */ public BigDecimal getScrap () { diff --git a/base/src/org/eevolution/model/X_PP_Order_Cost.java b/base/src/org/eevolution/model/X_PP_Order_Cost.java index e6f8ae7a49..9a485044df 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_Cost (Properties ctx, int PP_Order_Cost_ID, String trxName) @@ -442,7 +442,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -452,7 +454,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_Node.java b/base/src/org/eevolution/model/X_PP_Order_Node.java index 51b6b6eb78..600800be27 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_Node (Properties ctx, int PP_Order_Node_ID, String trxName) @@ -519,43 +519,52 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (Timestamp)get_Value(COLUMNNAME_DateFinish); } - /** Set DateFinishSchedule. - @param DateFinishSchedule DateFinishSchedule */ + /** Set Date Finish Schedule. + @param DateFinishSchedule + Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule) { set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule); } - /** Get DateFinishSchedule. - @return DateFinishSchedule */ + /** Get Date Finish Schedule. + @return Scheduled Finish date for this Order + */ public Timestamp getDateFinishSchedule () { return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule); } - /** Set DateStart. - @param DateStart DateStart */ + /** Set Date Start. + @param DateStart + Date Start for this Order + */ public void setDateStart (Timestamp DateStart) { set_Value (COLUMNNAME_DateStart, DateStart); } - /** Get DateStart. - @return DateStart */ + /** Get Date Start. + @return Date Start for this Order + */ public Timestamp getDateStart () { return (Timestamp)get_Value(COLUMNNAME_DateStart); } - /** Set DateStartSchedule. - @param DateStartSchedule DateStartSchedule */ + /** Set Date Start Schedule. + @param DateStartSchedule + Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule) { set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule); } - /** Get DateStartSchedule. - @return DateStartSchedule */ + /** Get Date Start Schedule. + @return Scheduled start date for this Order + */ public Timestamp getDateStartSchedule () { return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); @@ -963,7 +972,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -973,7 +984,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -983,7 +995,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID Manufacturing Order Activity */ + @param PP_Order_Node_ID + Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { if (PP_Order_Node_ID < 1) @@ -993,7 +1007,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Get Manufacturing Order Activity. - @return Manufacturing Order Activity */ + @return Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); @@ -1101,17 +1116,17 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return bd; } - /** Set QtyScrap. + /** Set Scrap %. @param QtyScrap - Scrap Quantity for this componet + Scrap % Quantity for this componet */ public void setQtyScrap (BigDecimal QtyScrap) { set_Value (COLUMNNAME_QtyScrap, QtyScrap); } - /** Get QtyScrap. - @return Scrap Quantity for this componet + /** Get Scrap %. + @return Scrap % Quantity for this componet */ public BigDecimal getQtyScrap () { @@ -1122,14 +1137,17 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Queuing Time. - @param QueuingTime Queuing Time */ + @param QueuingTime + Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); } /** Get Queuing Time. - @return Queuing Time */ + @return Queue time is the time a job waits at a work center before begin handled. + */ public int getQueuingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); 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 9b760b4fbf..c2d42e91c3 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_NodeNext (Properties ctx, int PP_Order_NodeNext_ID, String trxName) @@ -199,7 +199,9 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -209,7 +211,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -249,7 +252,9 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe .getPO(getPP_Order_Node_ID(), get_TrxName()); } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID Manufacturing Order Activity */ + @param PP_Order_Node_ID + Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { if (PP_Order_Node_ID < 1) @@ -259,7 +264,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Get Manufacturing Order Activity. - @return Manufacturing Order Activity */ + @return Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); 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 4b68a7546e..11535fe002 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_Node_Asset (Properties ctx, int PP_Order_Node_Asset_ID, String trxName) @@ -108,7 +108,9 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -118,7 +120,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -153,7 +156,9 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, .getPO(getPP_Order_Node_ID(), get_TrxName()); } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID Manufacturing Order Activity */ + @param PP_Order_Node_ID + Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { if (PP_Order_Node_ID < 1) @@ -163,7 +168,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Get Manufacturing Order Activity. - @return Manufacturing Order Activity */ + @return Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); diff --git a/base/src/org/eevolution/model/X_PP_Order_Node_Product.java b/base/src/org/eevolution/model/X_PP_Order_Node_Product.java index 74b5f9a1e0..d658f7deee 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_Node_Product (Properties ctx, int PP_Order_Node_Product_ID, String trxName) @@ -131,7 +131,9 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -141,7 +143,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -156,7 +159,9 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ .getPO(getPP_Order_Node_ID(), get_TrxName()); } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID Manufacturing Order Activity */ + @param PP_Order_Node_ID + Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { if (PP_Order_Node_ID < 1) @@ -166,7 +171,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Get Manufacturing Order Activity. - @return Manufacturing Order Activity */ + @return Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); 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 dbd8060e6d..3774b43f45 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Order_Workflow (Properties ctx, int PP_Order_Workflow_ID, String trxName) @@ -536,7 +536,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe .getPO(getPP_Order_ID(), get_TrxName()); } /** Set Manufacturing Order. - @param PP_Order_ID Manufacturing Order */ + @param PP_Order_ID + Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { if (PP_Order_ID < 1) @@ -546,7 +548,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Get Manufacturing Order. - @return Manufacturing Order */ + @return Manufacturing Order + */ public int getPP_Order_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); @@ -561,7 +564,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe .getPO(getPP_Order_Node_ID(), get_TrxName()); } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID Manufacturing Order Activity */ + @param PP_Order_Node_ID + Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { if (PP_Order_Node_ID < 1) @@ -571,7 +576,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Get Manufacturing Order Activity. - @return Manufacturing Order Activity */ + @return Workflow Node (activity), step or process + */ public int getPP_Order_Node_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); @@ -695,14 +701,17 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Queuing Time. - @param QueuingTime Queuing Time */ + @param QueuingTime + Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); } /** Get Queuing Time. - @return Queuing Time */ + @return Queue time is the time a job waits at a work center before begin handled. + */ public int getQueuingTime () { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); @@ -896,7 +905,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe public static final String WORKFLOWTYPE_QueryOnly = "Q"; /** Set Workflow Type. @param WorkflowType - Type of Worflow + Type of Workflow */ public void setWorkflowType (String WorkflowType) { @@ -905,7 +914,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Get Workflow Type. - @return Type of Worflow + @return Type of Workflow */ public String getWorkflowType () { 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 1e120679a4..ff5c3dfe6e 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Product_BOM (Properties ctx, int PP_Product_BOM_ID, String trxName) 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 5d78f94dc2..44758635df 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20091125L; + private static final long serialVersionUID = 20100614L; /** 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 */ @@ -205,6 +177,34 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return bd; } + 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 @@ -352,7 +352,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Set Lead Time Offset. @param LeadTimeOffset - Optional Lead Time offest before starting production + Optional Lead Time offset before starting production */ public void setLeadTimeOffset (int LeadTimeOffset) { @@ -360,7 +360,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Get Lead Time Offset. - @return Optional Lead Time offest before starting production + @return Optional Lead Time offset before starting production */ public int getLeadTimeOffset () { @@ -573,17 +573,17 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return bd; } - /** Set % Scrap. + /** Set Scrap %. @param Scrap - Indicate the % Scrap for calculate the Scrap Quantity + 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 + /** Get Scrap %. + @return Indicate the Scrap % for calculate the Scrap Quantity */ public BigDecimal getScrap () { diff --git a/base/src/org/eevolution/model/X_PP_Product_Planning.java b/base/src/org/eevolution/model/X_PP_Product_Planning.java index fa4a1372fd..054b87188c 100644 --- a/base/src/org/eevolution/model/X_PP_Product_Planning.java +++ b/base/src/org/eevolution/model/X_PP_Product_Planning.java @@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_Planning * @author Adempiere (generated) - * @version Release 3.5.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, I_Persistent { /** * */ - private static final long serialVersionUID = 20100215L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_PP_Product_Planning (Properties ctx, int PP_Product_Planning_ID, String trxName) @@ -41,7 +41,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, super (ctx, PP_Product_Planning_ID, trxName); /** if (PP_Product_Planning_ID == 0) { - setIsCreatePlan (false); + setIsCreatePlan (true); +// Y setIsPhantom (false); setIsRequiredDRP (false); setIsRequiredMRP (false); @@ -176,17 +177,14 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Is MPS. - @param IsMPS - Determines if this product is part of the master production schedule - */ + @param IsMPS Is MPS */ public void setIsMPS (boolean IsMPS) { set_Value (COLUMNNAME_IsMPS, Boolean.valueOf(IsMPS)); } /** Get Is MPS. - @return Determines if this product is part of the master production schedule - */ + @return Is MPS */ public boolean isMPS () { Object oo = get_Value(COLUMNNAME_IsMPS); @@ -446,6 +444,31 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return bd; } + public I_AD_User getPlanner() throws RuntimeException + { + 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_Product_BOM getPP_Product_BOM() throws RuntimeException { return (org.eevolution.model.I_PP_Product_BOM)MTable.get(getCtx(), org.eevolution.model.I_PP_Product_BOM.Table_Name) @@ -494,29 +517,24 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } - public I_AD_User getPlanner() throws RuntimeException - { - 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) + /** Set Safety Stock Qty. + @param SafetyStock + Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public void setSafetyStock (BigDecimal SafetyStock) { - if (Planner_ID < 1) - set_Value (COLUMNNAME_Planner_ID, null); - else - set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); + set_Value (COLUMNNAME_SafetyStock, SafetyStock); } - /** Get Planner. - @return Planner */ - public int getPlanner_ID () + /** Get Safety Stock Qty. + @return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public BigDecimal getSafetyStock () { - Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); - if (ii == null) - return 0; - return ii.intValue(); + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock); + if (bd == null) + return Env.ZERO; + return bd; } public I_S_Resource getS_Resource() throws RuntimeException @@ -547,26 +565,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 ee4aa6d578..4a31382f30 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 558946efe1..ebba2fb2df 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 1a549393bd..13304f0616 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_QM_Specification extends PO implements I_QM_Specification, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 466268d66b..70d58043d9 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_QM_SpecificationLine (Properties ctx, int QM_SpecificationLine_ID, String trxName) @@ -189,8 +189,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine return ii.intValue(); } - /** Set QM_SpecificationLine_ID. - @param QM_SpecificationLine_ID QM_SpecificationLine_ID */ + /** Set QM Specification Line. + @param QM_SpecificationLine_ID QM Specification Line */ public void setQM_SpecificationLine_ID (int QM_SpecificationLine_ID) { if (QM_SpecificationLine_ID < 1) @@ -199,8 +199,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine set_ValueNoCheck (COLUMNNAME_QM_SpecificationLine_ID, Integer.valueOf(QM_SpecificationLine_ID)); } - /** Get QM_SpecificationLine_ID. - @return QM_SpecificationLine_ID */ + /** Get QM Specification Line. + @return QM Specification Line */ public int getQM_SpecificationLine_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_QM_SpecificationLine_ID); diff --git a/base/src/org/eevolution/model/X_RV_PP_WIP.java b/base/src/org/eevolution/model/X_RV_PP_WIP.java deleted file mode 100644 index c4fa3a1730..0000000000 --- a/base/src/org/eevolution/model/X_RV_PP_WIP.java +++ /dev/null @@ -1,71 +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.*; - -/** Generated Model for RV_PP_WIP - * @author Adempiere (generated) - * @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 = 20090915L; - - /** Standard Constructor */ - public X_RV_PP_WIP (Properties ctx, int RV_PP_WIP_ID, String trxName) - { - super (ctx, RV_PP_WIP_ID, trxName); - /** if (RV_PP_WIP_ID == 0) - { - } */ - } - - /** Load Constructor */ - public X_RV_PP_WIP (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_WIP[") - .append(get_ID()).append("]"); - return sb.toString(); - } -} \ No newline at end of file diff --git a/base/src/org/eevolution/model/X_T_BOMLine.java b/base/src/org/eevolution/model/X_T_BOMLine.java index c5a11f445c..eb9db393e8 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** 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 a260de6e1a..66e2cddd10 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.4a - $Id$ */ + * @version Release 3.6.0LTS - $Id$ */ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent { /** * */ - private static final long serialVersionUID = 20090915L; + private static final long serialVersionUID = 20100614L; /** Standard Constructor */ public X_T_MRP_CRP (Properties ctx, int T_MRP_CRP_ID, String trxName)