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
This commit is contained in:
tspc 2010-06-15 03:37:11 +00:00
parent 87d12c1c5a
commit b3d3703437
98 changed files with 1058 additions and 1060 deletions

View File

@ -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
{

View File

@ -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();

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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;
}

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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";

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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";

View File

@ -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
{

View File

@ -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
{

View File

@ -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 */

View File

@ -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();

View File

@ -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;

View File

@ -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();

View File

@ -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;

View File

@ -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 */

View File

@ -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;

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_Asset
* @author Adempiere (generated)
* @version Release 3.5.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;

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PP_Order_Node_Product
* @author Adempiere (generated)
* @version Release 3.5.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;

View File

@ -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();

View File

@ -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
{

View File

@ -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();

View File

@ -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";

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for QM_SpecificationLine
* @author Adempiere (generated)
* @version Release 3.5.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 */

View File

@ -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 */
}

View File

@ -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
{

View File

@ -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
{

View File

@ -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)

View File

@ -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 ()
{

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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();
}
}

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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.

View File

@ -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)

View File

@ -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)

View File

@ -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);

View File

@ -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 ()

View File

@ -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);

View File

@ -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 ()
{

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -25,14 +25,14 @@ import org.compiere.util.Env;
/** Generated Model for PP_Order_Node_Product
* @author Adempiere (generated)
* @version Release 3.5.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);

View File

@ -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 ()
{

View File

@ -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)

View File

@ -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 ()
{

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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);

View File

@ -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();
}
}

View File

@ -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)

View File

@ -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)