Create new fields Default Account for Manufacturing Cost
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2492503&group_id=176962
This commit is contained in:
parent
1f382d1b69
commit
98ec121b73
|
@ -82,6 +82,19 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getB_Expense_Acct();
|
||||
|
||||
/** Column name B_InTransit_Acct */
|
||||
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
||||
|
||||
/** Set Bank In Transit.
|
||||
* Bank In Transit Account
|
||||
*/
|
||||
public void setB_InTransit_Acct (int B_InTransit_Acct);
|
||||
|
||||
/** Get Bank In Transit.
|
||||
* Bank In Transit Account
|
||||
*/
|
||||
public int getB_InTransit_Acct();
|
||||
|
||||
/** Column name B_InterestExp_Acct */
|
||||
public static final String COLUMNNAME_B_InterestExp_Acct = "B_InterestExp_Acct";
|
||||
|
||||
|
@ -108,19 +121,6 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getB_InterestRev_Acct();
|
||||
|
||||
/** Column name B_InTransit_Acct */
|
||||
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
||||
|
||||
/** Set Bank In Transit.
|
||||
* Bank In Transit Account
|
||||
*/
|
||||
public void setB_InTransit_Acct (int B_InTransit_Acct);
|
||||
|
||||
/** Get Bank In Transit.
|
||||
* Bank In Transit Account
|
||||
*/
|
||||
public int getB_InTransit_Acct();
|
||||
|
||||
/** Column name B_PaymentSelect_Acct */
|
||||
public static final String COLUMNNAME_B_PaymentSelect_Acct = "B_PaymentSelect_Acct";
|
||||
|
||||
|
@ -212,21 +212,6 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getB_Unidentified_Acct();
|
||||
|
||||
/** Column name C_AcctSchema_ID */
|
||||
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
||||
|
||||
/** Set Accounting Schema.
|
||||
* Rules for accounting
|
||||
*/
|
||||
public void setC_AcctSchema_ID (int C_AcctSchema_ID);
|
||||
|
||||
/** Get Accounting Schema.
|
||||
* Rules for accounting
|
||||
*/
|
||||
public int getC_AcctSchema_ID();
|
||||
|
||||
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
|
||||
|
||||
/** Column name CB_Asset_Acct */
|
||||
public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct";
|
||||
|
||||
|
@ -292,31 +277,20 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getCB_Receipt_Acct();
|
||||
|
||||
/** Column name Ch_Expense_Acct */
|
||||
public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct";
|
||||
/** Column name C_AcctSchema_ID */
|
||||
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
||||
|
||||
/** Set Charge Expense.
|
||||
* Charge Expense Account
|
||||
/** Set Accounting Schema.
|
||||
* Rules for accounting
|
||||
*/
|
||||
public void setCh_Expense_Acct (int Ch_Expense_Acct);
|
||||
public void setC_AcctSchema_ID (int C_AcctSchema_ID);
|
||||
|
||||
/** Get Charge Expense.
|
||||
* Charge Expense Account
|
||||
/** Get Accounting Schema.
|
||||
* Rules for accounting
|
||||
*/
|
||||
public int getCh_Expense_Acct();
|
||||
public int getC_AcctSchema_ID();
|
||||
|
||||
/** Column name Ch_Revenue_Acct */
|
||||
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
||||
|
||||
/** Set Charge Revenue.
|
||||
* Charge Revenue Account
|
||||
*/
|
||||
public void setCh_Revenue_Acct (int Ch_Revenue_Acct);
|
||||
|
||||
/** Get Charge Revenue.
|
||||
* Charge Revenue Account
|
||||
*/
|
||||
public int getCh_Revenue_Acct();
|
||||
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
|
||||
|
||||
/** Column name C_Prepayment_Acct */
|
||||
public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct";
|
||||
|
@ -357,6 +331,32 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getC_Receivable_Services_Acct();
|
||||
|
||||
/** Column name Ch_Expense_Acct */
|
||||
public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct";
|
||||
|
||||
/** Set Charge Expense.
|
||||
* Charge Expense Account
|
||||
*/
|
||||
public void setCh_Expense_Acct (int Ch_Expense_Acct);
|
||||
|
||||
/** Get Charge Expense.
|
||||
* Charge Expense Account
|
||||
*/
|
||||
public int getCh_Expense_Acct();
|
||||
|
||||
/** Column name Ch_Revenue_Acct */
|
||||
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
||||
|
||||
/** Set Charge Revenue.
|
||||
* Charge Revenue Account
|
||||
*/
|
||||
public void setCh_Revenue_Acct (int Ch_Revenue_Acct);
|
||||
|
||||
/** Get Charge Revenue.
|
||||
* Charge Revenue Account
|
||||
*/
|
||||
public int getCh_Revenue_Acct();
|
||||
|
||||
/** Column name E_Expense_Acct */
|
||||
public static final String COLUMNNAME_E_Expense_Acct = "E_Expense_Acct";
|
||||
|
||||
|
@ -422,6 +422,32 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getNotInvoicedRevenue_Acct();
|
||||
|
||||
/** Column name PJ_Asset_Acct */
|
||||
public static final String COLUMNNAME_PJ_Asset_Acct = "PJ_Asset_Acct";
|
||||
|
||||
/** Set Project Asset.
|
||||
* Project Asset Account
|
||||
*/
|
||||
public void setPJ_Asset_Acct (int PJ_Asset_Acct);
|
||||
|
||||
/** Get Project Asset.
|
||||
* Project Asset Account
|
||||
*/
|
||||
public int getPJ_Asset_Acct();
|
||||
|
||||
/** Column name PJ_WIP_Acct */
|
||||
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
||||
|
||||
/** Set Work In Progress.
|
||||
* Account for Work in Progress
|
||||
*/
|
||||
public void setPJ_WIP_Acct (int PJ_WIP_Acct);
|
||||
|
||||
/** Get Work In Progress.
|
||||
* Account for Work in Progress
|
||||
*/
|
||||
public int getPJ_WIP_Acct();
|
||||
|
||||
/** Column name P_Asset_Acct */
|
||||
public static final String COLUMNNAME_P_Asset_Acct = "P_Asset_Acct";
|
||||
|
||||
|
@ -435,31 +461,18 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_Asset_Acct();
|
||||
|
||||
/** Column name PayDiscount_Exp_Acct */
|
||||
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
||||
/** Column name P_Burden_Acct */
|
||||
public static final String COLUMNNAME_P_Burden_Acct = "P_Burden_Acct";
|
||||
|
||||
/** Set Payment Discount Expense.
|
||||
* Payment Discount Expense Account
|
||||
/** Set Burden.
|
||||
* The Burden account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct);
|
||||
public void setP_Burden_Acct (int P_Burden_Acct);
|
||||
|
||||
/** Get Payment Discount Expense.
|
||||
* Payment Discount Expense Account
|
||||
/** Get Burden.
|
||||
* The Burden account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPayDiscount_Exp_Acct();
|
||||
|
||||
/** Column name PayDiscount_Rev_Acct */
|
||||
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
||||
|
||||
/** Set Payment Discount Revenue.
|
||||
* Payment Discount Revenue Account
|
||||
*/
|
||||
public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct);
|
||||
|
||||
/** Get Payment Discount Revenue.
|
||||
* Payment Discount Revenue Account
|
||||
*/
|
||||
public int getPayDiscount_Rev_Acct();
|
||||
public int getP_Burden_Acct();
|
||||
|
||||
/** Column name P_COGS_Acct */
|
||||
public static final String COLUMNNAME_P_COGS_Acct = "P_COGS_Acct";
|
||||
|
@ -487,6 +500,19 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_CostAdjustment_Acct();
|
||||
|
||||
/** Column name P_CostOfProduction_Acct */
|
||||
public static final String COLUMNNAME_P_CostOfProduction_Acct = "P_CostOfProduction_Acct";
|
||||
|
||||
/** Set Cost Of Production.
|
||||
* The Cost Of Production account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_CostOfProduction_Acct (int P_CostOfProduction_Acct);
|
||||
|
||||
/** Get Cost Of Production.
|
||||
* The Cost Of Production account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_CostOfProduction_Acct();
|
||||
|
||||
/** Column name P_Expense_Acct */
|
||||
public static final String COLUMNNAME_P_Expense_Acct = "P_Expense_Acct";
|
||||
|
||||
|
@ -500,6 +526,19 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_Expense_Acct();
|
||||
|
||||
/** Column name P_FloorStock_Acct */
|
||||
public static final String COLUMNNAME_P_FloorStock_Acct = "P_FloorStock_Acct";
|
||||
|
||||
/** Set Floor Stock.
|
||||
* The Floor Stock account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_FloorStock_Acct (int P_FloorStock_Acct);
|
||||
|
||||
/** Get Floor Stock.
|
||||
* The Floor Stock account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_FloorStock_Acct();
|
||||
|
||||
/** Column name P_InventoryClearing_Acct */
|
||||
public static final String COLUMNNAME_P_InventoryClearing_Acct = "P_InventoryClearing_Acct";
|
||||
|
||||
|
@ -526,31 +565,70 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_InvoicePriceVariance_Acct();
|
||||
|
||||
/** Column name PJ_Asset_Acct */
|
||||
public static final String COLUMNNAME_PJ_Asset_Acct = "PJ_Asset_Acct";
|
||||
/** Column name P_Labor_Acct */
|
||||
public static final String COLUMNNAME_P_Labor_Acct = "P_Labor_Acct";
|
||||
|
||||
/** Set Project Asset.
|
||||
* Project Asset Account
|
||||
/** Set Labor.
|
||||
* The Labor account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPJ_Asset_Acct (int PJ_Asset_Acct);
|
||||
public void setP_Labor_Acct (int P_Labor_Acct);
|
||||
|
||||
/** Get Project Asset.
|
||||
* Project Asset Account
|
||||
/** Get Labor.
|
||||
* The Labor account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPJ_Asset_Acct();
|
||||
public int getP_Labor_Acct();
|
||||
|
||||
/** Column name PJ_WIP_Acct */
|
||||
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
||||
/** Column name P_MethodChangeVariance_Acct */
|
||||
public static final String COLUMNNAME_P_MethodChangeVariance_Acct = "P_MethodChangeVariance_Acct";
|
||||
|
||||
/** Set Work In Progress.
|
||||
* Account for Work in Progress
|
||||
/** Set Method Change Variance.
|
||||
* The Method Change Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPJ_WIP_Acct (int PJ_WIP_Acct);
|
||||
public void setP_MethodChangeVariance_Acct (int P_MethodChangeVariance_Acct);
|
||||
|
||||
/** Get Work In Progress.
|
||||
* Account for Work in Progress
|
||||
/** Get Method Change Variance.
|
||||
* The Method Change Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPJ_WIP_Acct();
|
||||
public int getP_MethodChangeVariance_Acct();
|
||||
|
||||
/** Column name P_MixVariance_Acct */
|
||||
public static final String COLUMNNAME_P_MixVariance_Acct = "P_MixVariance_Acct";
|
||||
|
||||
/** Set Mix Variance.
|
||||
* The Mix Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_MixVariance_Acct (int P_MixVariance_Acct);
|
||||
|
||||
/** Get Mix Variance.
|
||||
* The Mix Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_MixVariance_Acct();
|
||||
|
||||
/** Column name P_OutsideProcessing_Acct */
|
||||
public static final String COLUMNNAME_P_OutsideProcessing_Acct = "P_OutsideProcessing_Acct";
|
||||
|
||||
/** Set Outside Processing.
|
||||
* The Outside Processing Account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_OutsideProcessing_Acct (int P_OutsideProcessing_Acct);
|
||||
|
||||
/** Get Outside Processing.
|
||||
* The Outside Processing Account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_OutsideProcessing_Acct();
|
||||
|
||||
/** Column name P_Overhead_Acct */
|
||||
public static final String COLUMNNAME_P_Overhead_Acct = "P_Overhead_Acct";
|
||||
|
||||
/** Set Overhead.
|
||||
* The Overhead account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_Overhead_Acct (int P_Overhead_Acct);
|
||||
|
||||
/** Get Overhead.
|
||||
* The Overhead account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_Overhead_Acct();
|
||||
|
||||
/** Column name P_PurchasePriceVariance_Acct */
|
||||
public static final String COLUMNNAME_P_PurchasePriceVariance_Acct = "P_PurchasePriceVariance_Acct";
|
||||
|
@ -565,6 +643,19 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_PurchasePriceVariance_Acct();
|
||||
|
||||
/** Column name P_RateVariance_Acct */
|
||||
public static final String COLUMNNAME_P_RateVariance_Acct = "P_RateVariance_Acct";
|
||||
|
||||
/** Set Rate Variance.
|
||||
* The Rate Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_RateVariance_Acct (int P_RateVariance_Acct);
|
||||
|
||||
/** Get Rate Variance.
|
||||
* The Rate Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_RateVariance_Acct();
|
||||
|
||||
/** Column name P_Revenue_Acct */
|
||||
public static final String COLUMNNAME_P_Revenue_Acct = "P_Revenue_Acct";
|
||||
|
||||
|
@ -578,14 +669,18 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_Revenue_Acct();
|
||||
|
||||
/** Column name Processing */
|
||||
public static final String COLUMNNAME_Processing = "Processing";
|
||||
/** Column name P_Scrap_Acct */
|
||||
public static final String COLUMNNAME_P_Scrap_Acct = "P_Scrap_Acct";
|
||||
|
||||
/** Set Process Now */
|
||||
public void setProcessing (boolean Processing);
|
||||
/** Set Scrap.
|
||||
* The Scrap account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_Scrap_Acct (int P_Scrap_Acct);
|
||||
|
||||
/** Get Process Now */
|
||||
public boolean isProcessing();
|
||||
/** Get Scrap.
|
||||
* The Scrap account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_Scrap_Acct();
|
||||
|
||||
/** Column name P_TradeDiscountGrant_Acct */
|
||||
public static final String COLUMNNAME_P_TradeDiscountGrant_Acct = "P_TradeDiscountGrant_Acct";
|
||||
|
@ -613,6 +708,67 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getP_TradeDiscountRec_Acct();
|
||||
|
||||
/** Column name P_UsageVariance_Acct */
|
||||
public static final String COLUMNNAME_P_UsageVariance_Acct = "P_UsageVariance_Acct";
|
||||
|
||||
/** Set Usage Variance.
|
||||
* The Usage Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_UsageVariance_Acct (int P_UsageVariance_Acct);
|
||||
|
||||
/** Get Usage Variance.
|
||||
* The Usage Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_UsageVariance_Acct();
|
||||
|
||||
/** Column name P_WIP_Acct */
|
||||
public static final String COLUMNNAME_P_WIP_Acct = "P_WIP_Acct";
|
||||
|
||||
/** Set Work In Process.
|
||||
* The Work in Process account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_WIP_Acct (int P_WIP_Acct);
|
||||
|
||||
/** Get Work In Process.
|
||||
* The Work in Process account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_WIP_Acct();
|
||||
|
||||
/** Column name PayDiscount_Exp_Acct */
|
||||
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
||||
|
||||
/** Set Payment Discount Expense.
|
||||
* Payment Discount Expense Account
|
||||
*/
|
||||
public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct);
|
||||
|
||||
/** Get Payment Discount Expense.
|
||||
* Payment Discount Expense Account
|
||||
*/
|
||||
public int getPayDiscount_Exp_Acct();
|
||||
|
||||
/** Column name PayDiscount_Rev_Acct */
|
||||
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
||||
|
||||
/** Set Payment Discount Revenue.
|
||||
* Payment Discount Revenue Account
|
||||
*/
|
||||
public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct);
|
||||
|
||||
/** Get Payment Discount Revenue.
|
||||
* Payment Discount Revenue Account
|
||||
*/
|
||||
public int getPayDiscount_Rev_Acct();
|
||||
|
||||
/** Column name Processing */
|
||||
public static final String COLUMNNAME_Processing = "Processing";
|
||||
|
||||
/** Set Process Now */
|
||||
public void setProcessing (boolean Processing);
|
||||
|
||||
/** Get Process Now */
|
||||
public boolean isProcessing();
|
||||
|
||||
/** Column name RealizedGain_Acct */
|
||||
public static final String COLUMNNAME_RealizedGain_Acct = "RealizedGain_Acct";
|
||||
|
||||
|
@ -821,19 +977,6 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getW_Inventory_Acct();
|
||||
|
||||
/** Column name Withholding_Acct */
|
||||
public static final String COLUMNNAME_Withholding_Acct = "Withholding_Acct";
|
||||
|
||||
/** Set Withholding.
|
||||
* Account for Withholdings
|
||||
*/
|
||||
public void setWithholding_Acct (int Withholding_Acct);
|
||||
|
||||
/** Get Withholding.
|
||||
* Account for Withholdings
|
||||
*/
|
||||
public int getWithholding_Acct();
|
||||
|
||||
/** Column name W_Revaluation_Acct */
|
||||
public static final String COLUMNNAME_W_Revaluation_Acct = "W_Revaluation_Acct";
|
||||
|
||||
|
@ -847,6 +990,19 @@ public interface I_C_AcctSchema_Default
|
|||
*/
|
||||
public int getW_Revaluation_Acct();
|
||||
|
||||
/** Column name Withholding_Acct */
|
||||
public static final String COLUMNNAME_Withholding_Acct = "Withholding_Acct";
|
||||
|
||||
/** Set Withholding.
|
||||
* Account for Withholdings
|
||||
*/
|
||||
public void setWithholding_Acct (int Withholding_Acct);
|
||||
|
||||
/** Get Withholding.
|
||||
* Account for Withholdings
|
||||
*/
|
||||
public int getWithholding_Acct();
|
||||
|
||||
/** Column name WriteOff_Acct */
|
||||
public static final String COLUMNNAME_WriteOff_Acct = "WriteOff_Acct";
|
||||
|
||||
|
|
|
@ -42,9 +42,9 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
{
|
||||
setB_Asset_Acct (0);
|
||||
setB_Expense_Acct (0);
|
||||
setB_InTransit_Acct (0);
|
||||
setB_InterestExp_Acct (0);
|
||||
setB_InterestRev_Acct (0);
|
||||
setB_InTransit_Acct (0);
|
||||
setB_PaymentSelect_Acct (0);
|
||||
setB_RevaluationGain_Acct (0);
|
||||
setB_RevaluationLoss_Acct (0);
|
||||
|
@ -52,36 +52,48 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
setB_SettlementLoss_Acct (0);
|
||||
setB_UnallocatedCash_Acct (0);
|
||||
setB_Unidentified_Acct (0);
|
||||
setC_AcctSchema_ID (0);
|
||||
setCB_Asset_Acct (0);
|
||||
setCB_CashTransfer_Acct (0);
|
||||
setCB_Differences_Acct (0);
|
||||
setCB_Expense_Acct (0);
|
||||
setCB_Receipt_Acct (0);
|
||||
setCh_Expense_Acct (0);
|
||||
setCh_Revenue_Acct (0);
|
||||
setC_AcctSchema_ID (0);
|
||||
setC_Prepayment_Acct (0);
|
||||
setC_Receivable_Acct (0);
|
||||
setC_Receivable_Services_Acct (0);
|
||||
setCh_Expense_Acct (0);
|
||||
setCh_Revenue_Acct (0);
|
||||
setE_Expense_Acct (0);
|
||||
setE_Prepayment_Acct (0);
|
||||
setNotInvoicedReceipts_Acct (0);
|
||||
setNotInvoicedReceivables_Acct (0);
|
||||
setNotInvoicedRevenue_Acct (0);
|
||||
setP_Asset_Acct (0);
|
||||
setPayDiscount_Exp_Acct (0);
|
||||
setPayDiscount_Rev_Acct (0);
|
||||
setP_COGS_Acct (0);
|
||||
setP_CostAdjustment_Acct (0);
|
||||
setP_Expense_Acct (0);
|
||||
setP_InventoryClearing_Acct (0);
|
||||
setP_InvoicePriceVariance_Acct (0);
|
||||
setPJ_Asset_Acct (0);
|
||||
setPJ_WIP_Acct (0);
|
||||
setP_Asset_Acct (0);
|
||||
setP_Burden_Acct (0);
|
||||
setP_COGS_Acct (0);
|
||||
setP_CostAdjustment_Acct (0);
|
||||
setP_CostOfProduction_Acct (0);
|
||||
setP_Expense_Acct (0);
|
||||
setP_FloorStock_Acct (0);
|
||||
setP_InventoryClearing_Acct (0);
|
||||
setP_InvoicePriceVariance_Acct (0);
|
||||
setP_Labor_Acct (0);
|
||||
setP_MethodChangeVariance_Acct (0);
|
||||
setP_MixVariance_Acct (0);
|
||||
setP_OutsideProcessing_Acct (0);
|
||||
setP_Overhead_Acct (0);
|
||||
setP_PurchasePriceVariance_Acct (0);
|
||||
setP_RateVariance_Acct (0);
|
||||
setP_Revenue_Acct (0);
|
||||
setP_Scrap_Acct (0);
|
||||
setP_TradeDiscountGrant_Acct (0);
|
||||
setP_TradeDiscountRec_Acct (0);
|
||||
setP_UsageVariance_Acct (0);
|
||||
setP_WIP_Acct (0);
|
||||
setPayDiscount_Exp_Acct (0);
|
||||
setPayDiscount_Rev_Acct (0);
|
||||
setRealizedGain_Acct (0);
|
||||
setRealizedLoss_Acct (0);
|
||||
setT_Credit_Acct (0);
|
||||
|
@ -98,8 +110,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
setW_Differences_Acct (0);
|
||||
setW_InvActualAdjust_Acct (0);
|
||||
setW_Inventory_Acct (0);
|
||||
setWithholding_Acct (0);
|
||||
setW_Revaluation_Acct (0);
|
||||
setWithholding_Acct (0);
|
||||
setWriteOff_Acct (0);
|
||||
} */
|
||||
}
|
||||
|
@ -172,6 +184,26 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Bank In Transit.
|
||||
@param B_InTransit_Acct
|
||||
Bank In Transit Account
|
||||
*/
|
||||
public void setB_InTransit_Acct (int B_InTransit_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_B_InTransit_Acct, Integer.valueOf(B_InTransit_Acct));
|
||||
}
|
||||
|
||||
/** Get Bank In Transit.
|
||||
@return Bank In Transit Account
|
||||
*/
|
||||
public int getB_InTransit_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_B_InTransit_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Bank Interest Expense.
|
||||
@param B_InterestExp_Acct
|
||||
Bank Interest Expense Account
|
||||
|
@ -212,26 +244,6 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Bank In Transit.
|
||||
@param B_InTransit_Acct
|
||||
Bank In Transit Account
|
||||
*/
|
||||
public void setB_InTransit_Acct (int B_InTransit_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_B_InTransit_Acct, Integer.valueOf(B_InTransit_Acct));
|
||||
}
|
||||
|
||||
/** Get Bank In Transit.
|
||||
@return Bank In Transit Account
|
||||
*/
|
||||
public int getB_InTransit_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_B_InTransit_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payment Selection.
|
||||
@param B_PaymentSelect_Acct
|
||||
AP Payment Selection Clearing Account
|
||||
|
@ -372,52 +384,6 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
|
||||
I_C_AcctSchema result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_AcctSchema)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_AcctSchema_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Accounting Schema.
|
||||
@param C_AcctSchema_ID
|
||||
Rules for accounting
|
||||
*/
|
||||
public void setC_AcctSchema_ID (int C_AcctSchema_ID)
|
||||
{
|
||||
if (C_AcctSchema_ID < 1)
|
||||
throw new IllegalArgumentException ("C_AcctSchema_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID));
|
||||
}
|
||||
|
||||
/** Get Accounting Schema.
|
||||
@return Rules for accounting
|
||||
*/
|
||||
public int getC_AcctSchema_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Get Record ID/ColumnName
|
||||
@return ID/ColumnName pair
|
||||
*/
|
||||
public KeyNamePair getKeyNamePair()
|
||||
{
|
||||
return new KeyNamePair(get_ID(), String.valueOf(getC_AcctSchema_ID()));
|
||||
}
|
||||
|
||||
/** Set Cash Book Asset.
|
||||
@param CB_Asset_Acct
|
||||
Cash Book Asset Account
|
||||
|
@ -518,45 +484,51 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge Expense.
|
||||
@param Ch_Expense_Acct
|
||||
Charge Expense Account
|
||||
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
|
||||
I_C_AcctSchema result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_AcctSchema)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_AcctSchema_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Accounting Schema.
|
||||
@param C_AcctSchema_ID
|
||||
Rules for accounting
|
||||
*/
|
||||
public void setCh_Expense_Acct (int Ch_Expense_Acct)
|
||||
public void setC_AcctSchema_ID (int C_AcctSchema_ID)
|
||||
{
|
||||
set_Value (COLUMNNAME_Ch_Expense_Acct, Integer.valueOf(Ch_Expense_Acct));
|
||||
if (C_AcctSchema_ID < 1)
|
||||
throw new IllegalArgumentException ("C_AcctSchema_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID));
|
||||
}
|
||||
|
||||
/** Get Charge Expense.
|
||||
@return Charge Expense Account
|
||||
/** Get Accounting Schema.
|
||||
@return Rules for accounting
|
||||
*/
|
||||
public int getCh_Expense_Acct ()
|
||||
public int getC_AcctSchema_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Expense_Acct);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge Revenue.
|
||||
@param Ch_Revenue_Acct
|
||||
Charge Revenue Account
|
||||
*/
|
||||
public void setCh_Revenue_Acct (int Ch_Revenue_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Ch_Revenue_Acct, Integer.valueOf(Ch_Revenue_Acct));
|
||||
}
|
||||
|
||||
/** Get Charge Revenue.
|
||||
@return Charge Revenue Account
|
||||
*/
|
||||
public int getCh_Revenue_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Revenue_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Get Record ID/ColumnName
|
||||
@return ID/ColumnName pair
|
||||
*/
|
||||
public KeyNamePair getKeyNamePair()
|
||||
{
|
||||
return new KeyNamePair(get_ID(), String.valueOf(getC_AcctSchema_ID()));
|
||||
}
|
||||
|
||||
/** Set Customer Prepayment.
|
||||
@param C_Prepayment_Acct
|
||||
|
@ -618,6 +590,46 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge Expense.
|
||||
@param Ch_Expense_Acct
|
||||
Charge Expense Account
|
||||
*/
|
||||
public void setCh_Expense_Acct (int Ch_Expense_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Ch_Expense_Acct, Integer.valueOf(Ch_Expense_Acct));
|
||||
}
|
||||
|
||||
/** Get Charge Expense.
|
||||
@return Charge Expense Account
|
||||
*/
|
||||
public int getCh_Expense_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Expense_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge Revenue.
|
||||
@param Ch_Revenue_Acct
|
||||
Charge Revenue Account
|
||||
*/
|
||||
public void setCh_Revenue_Acct (int Ch_Revenue_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Ch_Revenue_Acct, Integer.valueOf(Ch_Revenue_Acct));
|
||||
}
|
||||
|
||||
/** Get Charge Revenue.
|
||||
@return Charge Revenue Account
|
||||
*/
|
||||
public int getCh_Revenue_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Revenue_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Employee Expense.
|
||||
@param E_Expense_Acct
|
||||
Account for Employee Expenses
|
||||
|
@ -718,6 +730,46 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Project Asset.
|
||||
@param PJ_Asset_Acct
|
||||
Project Asset Account
|
||||
*/
|
||||
public void setPJ_Asset_Acct (int PJ_Asset_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PJ_Asset_Acct, Integer.valueOf(PJ_Asset_Acct));
|
||||
}
|
||||
|
||||
/** Get Project Asset.
|
||||
@return Project Asset Account
|
||||
*/
|
||||
public int getPJ_Asset_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PJ_Asset_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Work In Progress.
|
||||
@param PJ_WIP_Acct
|
||||
Account for Work in Progress
|
||||
*/
|
||||
public void setPJ_WIP_Acct (int PJ_WIP_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PJ_WIP_Acct, Integer.valueOf(PJ_WIP_Acct));
|
||||
}
|
||||
|
||||
/** Get Work In Progress.
|
||||
@return Account for Work in Progress
|
||||
*/
|
||||
public int getPJ_WIP_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PJ_WIP_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Product Asset.
|
||||
@param P_Asset_Acct
|
||||
Account for Product Asset (Inventory)
|
||||
|
@ -738,41 +790,21 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payment Discount Expense.
|
||||
@param PayDiscount_Exp_Acct
|
||||
Payment Discount Expense Account
|
||||
/** Set Burden.
|
||||
@param P_Burden_Acct
|
||||
The Burden account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct)
|
||||
public void setP_Burden_Acct (int P_Burden_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PayDiscount_Exp_Acct, Integer.valueOf(PayDiscount_Exp_Acct));
|
||||
set_Value (COLUMNNAME_P_Burden_Acct, Integer.valueOf(P_Burden_Acct));
|
||||
}
|
||||
|
||||
/** Get Payment Discount Expense.
|
||||
@return Payment Discount Expense Account
|
||||
/** Get Burden.
|
||||
@return The Burden account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPayDiscount_Exp_Acct ()
|
||||
public int getP_Burden_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Exp_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payment Discount Revenue.
|
||||
@param PayDiscount_Rev_Acct
|
||||
Payment Discount Revenue Account
|
||||
*/
|
||||
public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PayDiscount_Rev_Acct, Integer.valueOf(PayDiscount_Rev_Acct));
|
||||
}
|
||||
|
||||
/** Get Payment Discount Revenue.
|
||||
@return Payment Discount Revenue Account
|
||||
*/
|
||||
public int getPayDiscount_Rev_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Rev_Acct);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_Burden_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
|
@ -818,6 +850,26 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Cost Of Production.
|
||||
@param P_CostOfProduction_Acct
|
||||
The Cost Of Production account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_CostOfProduction_Acct (int P_CostOfProduction_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_CostOfProduction_Acct, Integer.valueOf(P_CostOfProduction_Acct));
|
||||
}
|
||||
|
||||
/** Get Cost Of Production.
|
||||
@return The Cost Of Production account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_CostOfProduction_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_CostOfProduction_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Product Expense.
|
||||
@param P_Expense_Acct
|
||||
Account for Product Expense
|
||||
|
@ -838,6 +890,26 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Floor Stock.
|
||||
@param P_FloorStock_Acct
|
||||
The Floor Stock account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_FloorStock_Acct (int P_FloorStock_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_FloorStock_Acct, Integer.valueOf(P_FloorStock_Acct));
|
||||
}
|
||||
|
||||
/** Get Floor Stock.
|
||||
@return The Floor Stock account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_FloorStock_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_FloorStock_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Inventory Clearing.
|
||||
@param P_InventoryClearing_Acct
|
||||
Product Inventory Clearing Account
|
||||
|
@ -878,41 +950,101 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Project Asset.
|
||||
@param PJ_Asset_Acct
|
||||
Project Asset Account
|
||||
/** Set Labor.
|
||||
@param P_Labor_Acct
|
||||
The Labor account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPJ_Asset_Acct (int PJ_Asset_Acct)
|
||||
public void setP_Labor_Acct (int P_Labor_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PJ_Asset_Acct, Integer.valueOf(PJ_Asset_Acct));
|
||||
set_Value (COLUMNNAME_P_Labor_Acct, Integer.valueOf(P_Labor_Acct));
|
||||
}
|
||||
|
||||
/** Get Project Asset.
|
||||
@return Project Asset Account
|
||||
/** Get Labor.
|
||||
@return The Labor account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPJ_Asset_Acct ()
|
||||
public int getP_Labor_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PJ_Asset_Acct);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_Labor_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Work In Progress.
|
||||
@param PJ_WIP_Acct
|
||||
Account for Work in Progress
|
||||
/** Set Method Change Variance.
|
||||
@param P_MethodChangeVariance_Acct
|
||||
The Method Change Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setPJ_WIP_Acct (int PJ_WIP_Acct)
|
||||
public void setP_MethodChangeVariance_Acct (int P_MethodChangeVariance_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PJ_WIP_Acct, Integer.valueOf(PJ_WIP_Acct));
|
||||
set_Value (COLUMNNAME_P_MethodChangeVariance_Acct, Integer.valueOf(P_MethodChangeVariance_Acct));
|
||||
}
|
||||
|
||||
/** Get Work In Progress.
|
||||
@return Account for Work in Progress
|
||||
/** Get Method Change Variance.
|
||||
@return The Method Change Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getPJ_WIP_Acct ()
|
||||
public int getP_MethodChangeVariance_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PJ_WIP_Acct);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_MethodChangeVariance_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Mix Variance.
|
||||
@param P_MixVariance_Acct
|
||||
The Mix Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_MixVariance_Acct (int P_MixVariance_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_MixVariance_Acct, Integer.valueOf(P_MixVariance_Acct));
|
||||
}
|
||||
|
||||
/** Get Mix Variance.
|
||||
@return The Mix Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_MixVariance_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_MixVariance_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Outside Processing.
|
||||
@param P_OutsideProcessing_Acct
|
||||
The Outside Processing Account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_OutsideProcessing_Acct (int P_OutsideProcessing_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_OutsideProcessing_Acct, Integer.valueOf(P_OutsideProcessing_Acct));
|
||||
}
|
||||
|
||||
/** Get Outside Processing.
|
||||
@return The Outside Processing Account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_OutsideProcessing_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_OutsideProcessing_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Overhead.
|
||||
@param P_Overhead_Acct
|
||||
The Overhead account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_Overhead_Acct (int P_Overhead_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_Overhead_Acct, Integer.valueOf(P_Overhead_Acct));
|
||||
}
|
||||
|
||||
/** Get Overhead.
|
||||
@return The Overhead account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_Overhead_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_Overhead_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
|
@ -938,6 +1070,26 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Rate Variance.
|
||||
@param P_RateVariance_Acct
|
||||
The Rate Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_RateVariance_Acct (int P_RateVariance_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_RateVariance_Acct, Integer.valueOf(P_RateVariance_Acct));
|
||||
}
|
||||
|
||||
/** Get Rate Variance.
|
||||
@return The Rate Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_RateVariance_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_RateVariance_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Product Revenue.
|
||||
@param P_Revenue_Acct
|
||||
Account for Product Revenue (Sales Account)
|
||||
|
@ -958,25 +1110,24 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
/** Set Scrap.
|
||||
@param P_Scrap_Acct
|
||||
The Scrap account is the account used in Manufacturing Order
|
||||
*/
|
||||
public void setP_Scrap_Acct (int P_Scrap_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing));
|
||||
set_Value (COLUMNNAME_P_Scrap_Acct, Integer.valueOf(P_Scrap_Acct));
|
||||
}
|
||||
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing ()
|
||||
/** Get Scrap.
|
||||
@return The Scrap account is the account used in Manufacturing Order
|
||||
*/
|
||||
public int getP_Scrap_Acct ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Processing);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_Scrap_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Trade Discount Granted.
|
||||
|
@ -1019,6 +1170,107 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Usage Variance.
|
||||
@param P_UsageVariance_Acct
|
||||
The Usage Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_UsageVariance_Acct (int P_UsageVariance_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_UsageVariance_Acct, Integer.valueOf(P_UsageVariance_Acct));
|
||||
}
|
||||
|
||||
/** Get Usage Variance.
|
||||
@return The Usage Variance account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_UsageVariance_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_UsageVariance_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Work In Process.
|
||||
@param P_WIP_Acct
|
||||
The Work in Process account is the account used Manufacturing Order
|
||||
*/
|
||||
public void setP_WIP_Acct (int P_WIP_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_P_WIP_Acct, Integer.valueOf(P_WIP_Acct));
|
||||
}
|
||||
|
||||
/** Get Work In Process.
|
||||
@return The Work in Process account is the account used Manufacturing Order
|
||||
*/
|
||||
public int getP_WIP_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_P_WIP_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payment Discount Expense.
|
||||
@param PayDiscount_Exp_Acct
|
||||
Payment Discount Expense Account
|
||||
*/
|
||||
public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PayDiscount_Exp_Acct, Integer.valueOf(PayDiscount_Exp_Acct));
|
||||
}
|
||||
|
||||
/** Get Payment Discount Expense.
|
||||
@return Payment Discount Expense Account
|
||||
*/
|
||||
public int getPayDiscount_Exp_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Exp_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payment Discount Revenue.
|
||||
@param PayDiscount_Rev_Acct
|
||||
Payment Discount Revenue Account
|
||||
*/
|
||||
public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_PayDiscount_Rev_Acct, Integer.valueOf(PayDiscount_Rev_Acct));
|
||||
}
|
||||
|
||||
/** Get Payment Discount Revenue.
|
||||
@return Payment Discount Revenue Account
|
||||
*/
|
||||
public int getPayDiscount_Rev_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Rev_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
{
|
||||
set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing));
|
||||
}
|
||||
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Processing);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Realized Gain Acct.
|
||||
@param RealizedGain_Acct
|
||||
Realized Gain Account
|
||||
|
@ -1339,26 +1591,6 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Withholding.
|
||||
@param Withholding_Acct
|
||||
Account for Withholdings
|
||||
*/
|
||||
public void setWithholding_Acct (int Withholding_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Withholding_Acct, Integer.valueOf(Withholding_Acct));
|
||||
}
|
||||
|
||||
/** Get Withholding.
|
||||
@return Account for Withholdings
|
||||
*/
|
||||
public int getWithholding_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Withholding_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Inventory Revaluation.
|
||||
@param W_Revaluation_Acct
|
||||
Account for Inventory Revaluation
|
||||
|
@ -1379,6 +1611,26 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Withholding.
|
||||
@param Withholding_Acct
|
||||
Account for Withholdings
|
||||
*/
|
||||
public void setWithholding_Acct (int Withholding_Acct)
|
||||
{
|
||||
set_Value (COLUMNNAME_Withholding_Acct, Integer.valueOf(Withholding_Acct));
|
||||
}
|
||||
|
||||
/** Get Withholding.
|
||||
@return Account for Withholdings
|
||||
*/
|
||||
public int getWithholding_Acct ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Withholding_Acct);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Write-off.
|
||||
@param WriteOff_Acct
|
||||
Account for Receivables write-off
|
||||
|
|
|
@ -96,6 +96,18 @@ public class AcctSchemaDefaultCopy extends SvrProcess
|
|||
+ ", P_InvoicePriceVariance_Acct=" + acct.getP_InvoicePriceVariance_Acct()
|
||||
+ ", P_TradeDiscountRec_Acct=" + acct.getP_TradeDiscountRec_Acct()
|
||||
+ ", P_TradeDiscountGrant_Acct=" + acct.getP_TradeDiscountGrant_Acct()
|
||||
+ ", P_WIP_Acct=" + acct.getP_WIP_Acct()
|
||||
+ ", P_FloorStock_Acct=" + acct.getP_FloorStock_Acct()
|
||||
+ ", P_MethodChangeVariance_Acct=" + acct.getP_MethodChangeVariance_Acct()
|
||||
+ ", P_UsageVariance_Acct=" + acct.getP_UsageVariance_Acct()
|
||||
+ ", P_RateVariance_Acct=" + acct.getP_RateVariance_Acct()
|
||||
+ ", P_MixVariance_Acct=" + acct.getP_MixVariance_Acct()
|
||||
+ ", P_Labor_Acct=" + acct.getP_Labor_Acct()
|
||||
+ ", P_Burden_Acct=" + acct.getP_Burden_Acct()
|
||||
+ ", P_CostOfProduction_Acct=" + acct.getP_CostOfProduction_Acct()
|
||||
+ ", P_OutsideProcessing_Acct=" + acct.getP_OutsideProcessing_Acct()
|
||||
+ ", P_Overhead_Acct=" + acct.getP_Overhead_Acct()
|
||||
+ ", P_Scrap_Acct=" + acct.getP_Scrap_Acct()
|
||||
+ ", Updated=SysDate, UpdatedBy=0 "
|
||||
+ "WHERE pa.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
+ " AND EXISTS (SELECT * FROM M_Product_Category p "
|
||||
|
@ -110,12 +122,16 @@ public class AcctSchemaDefaultCopy extends SvrProcess
|
|||
+ " AD_Client_ID, AD_Org_ID, IsActive, Created, CreatedBy, Updated, UpdatedBy,"
|
||||
+ " P_Revenue_Acct, P_Expense_Acct, P_CostAdjustment_Acct, P_InventoryClearing_Acct, P_Asset_Acct, P_CoGs_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct, P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct) "
|
||||
+ "SELECT p.M_Product_Category_ID, acct.C_AcctSchema_ID,"
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct,"
|
||||
+ " P_WIP_Acct,P_FloorStock_Acct,P_MethodChangeVariance_Acct,P_UsageVariance_Acct,P_RateVariance_Acct,"
|
||||
+ " P_MixVariance_Acct,P_Labor_Acct,P_Burden_Acct,P_CostOfProduction_Acct,P_OutsideProcessing_Acct,P_Overhead_Acct,P_Scrap_Acct) "
|
||||
+ " SELECT p.M_Product_Category_ID, acct.C_AcctSchema_ID,"
|
||||
+ " p.AD_Client_ID, p.AD_Org_ID, 'Y', SysDate, 0, SysDate, 0,"
|
||||
+ " acct.P_Revenue_Acct, acct.P_Expense_Acct, acct.P_CostAdjustment_Acct, acct.P_InventoryClearing_Acct, acct.P_Asset_Acct, acct.P_CoGs_Acct,"
|
||||
+ " acct.P_PurchasePriceVariance_Acct, acct.P_InvoicePriceVariance_Acct,"
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct "
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct,"
|
||||
+ " acct.P_WIP_Acct,acct.P_FloorStock_Acct,acct.P_MethodChangeVariance_Acct,acct.P_UsageVariance_Acct,acct.P_RateVariance_Acct,"
|
||||
+ " acct.P_MixVariance_Acct,acct.P_Labor_Acct,acct.P_Burden_Acct,acct.P_CostOfProduction_Acct,acct.P_OutsideProcessing_Acct,P_Overhead_Acct,P_Scrap_Acct "
|
||||
+ "FROM M_Product_Category p"
|
||||
+ " INNER JOIN C_AcctSchema_Default acct ON (p.AD_Client_ID=acct.AD_Client_ID) "
|
||||
+ "WHERE acct.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
|
@ -132,12 +148,16 @@ public class AcctSchemaDefaultCopy extends SvrProcess
|
|||
+ " AD_Client_ID, AD_Org_ID, IsActive, Created, CreatedBy, Updated, UpdatedBy,"
|
||||
+ " P_Revenue_Acct, P_Expense_Acct, P_CostAdjustment_Acct, P_InventoryClearing_Acct, P_Asset_Acct, P_CoGs_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct, P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct) "
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct, "
|
||||
+ " P_WIP_Acct,P_FloorStock_Acct,P_MethodChangeVariance_Acct,P_UsageVariance_Acct,P_RateVariance_Acct,"
|
||||
+ " P_MixVariance_Acct,P_Labor_Acct,P_Burden_Acct,P_CostOfProduction_Acct,P_OutsideProcessing_Acct,P_Overhead_Acct,P_Scrap_Acct) "
|
||||
+ "SELECT p.M_Product_ID, acct.C_AcctSchema_ID,"
|
||||
+ " p.AD_Client_ID, p.AD_Org_ID, 'Y', SysDate, 0, SysDate, 0,"
|
||||
+ " acct.P_Revenue_Acct, acct.P_Expense_Acct, acct.P_CostAdjustment_Acct, acct.P_InventoryClearing_Acct, acct.P_Asset_Acct, acct.P_CoGs_Acct,"
|
||||
+ " acct.P_PurchasePriceVariance_Acct, acct.P_InvoicePriceVariance_Acct,"
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct "
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct,"
|
||||
+ " acct.P_WIP_Acct,acct.P_FloorStock_Acct,acct.P_MethodChangeVariance_Acct,acct.P_UsageVariance_Acct,acct.P_RateVariance_Acct,"
|
||||
+ " acct.P_MixVariance_Acct,acct.P_Labor_Acct,acct.P_Burden_Acct,acct.P_CostOfProduction_Acct,acct.P_OutsideProcessing_Acct,acct.P_Overhead_Acct,acct.P_Scrap_Acct "
|
||||
+ "FROM M_Product p"
|
||||
+ " INNER JOIN M_Product_Category_Acct acct ON (acct.M_Product_Category_ID=p.M_Product_Category_ID)"
|
||||
+ "WHERE acct.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
|
|
|
@ -75,18 +75,22 @@ public class ProductCategoryAcctCopy extends SvrProcess
|
|||
String sql = "UPDATE M_Product_Acct pa "
|
||||
+ "SET (P_Revenue_Acct,P_Expense_Acct,P_CostAdjustment_Acct,P_InventoryClearing_Acct,P_Asset_Acct,P_COGS_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct,P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct,P_TradeDiscountGrant_Acct)="
|
||||
+ " (SELECT P_Revenue_Acct,P_Expense_Acct,P_CostAdjustment_Acct,P_InventoryClearing_Acct,P_Asset_Acct,P_COGS_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct,P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct,P_TradeDiscountGrant_Acct"
|
||||
+ " FROM M_Product_Category_Acct pca"
|
||||
+ " WHERE pca.M_Product_Category_ID=" + p_M_Product_Category_ID
|
||||
+ " AND pca.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
+ "), Updated=SysDate, UpdatedBy=0 "
|
||||
+ " P_TradeDiscountRec_Acct,P_TradeDiscountGrant_Acct,"
|
||||
+ " P_WIP_Acct,P_FloorStock_Acct,P_MethodChangeVariance_Acct,P_UsageVariance_Acct,P_RateVariance_Acct,"
|
||||
+ " P_MixVariance_Acct,P_Labor_Acct,P_Burden_Acct,P_CostOfProduction_Acct,P_OutsideProcessing_Acct,P_Overhead_Acct,P_Scrap_Acct)="
|
||||
+ " (SELECT P_Revenue_Acct,P_Expense_Acct,P_CostAdjustment_Acct,P_InventoryClearing_Acct,P_Asset_Acct,P_COGS_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct,P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct,P_TradeDiscountGrant_Acct,"
|
||||
+ " P_WIP_Acct,P_FloorStock_Acct,P_MethodChangeVariance_Acct,P_UsageVariance_Acct,P_RateVariance_Acct,"
|
||||
+ " P_MixVariance_Acct,P_Labor_Acct,P_Burden_Acct,P_CostOfProduction_Acct,P_OutsideProcessing_Acct,P_Overhead_Acct,P_Scrap_Acct"
|
||||
+ " FROM M_Product_Category_Acct pca"
|
||||
+ " WHERE pca.M_Product_Category_ID=" + p_M_Product_Category_ID
|
||||
+ " AND pca.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
+ "), Updated=SysDate, UpdatedBy=0 "
|
||||
+ "WHERE pa.C_AcctSchema_ID=" + p_C_AcctSchema_ID
|
||||
+ " AND EXISTS (SELECT * FROM M_Product p "
|
||||
+ "WHERE p.M_Product_ID=pa.M_Product_ID"
|
||||
+ " AND p.M_Product_Category_ID=" + p_M_Product_Category_ID + ")";
|
||||
+ "WHERE p.M_Product_ID=pa.M_Product_ID"
|
||||
+ " AND p.M_Product_Category_ID=" + p_M_Product_Category_ID + ")";
|
||||
int updated = DB.executeUpdate(sql, get_TrxName());
|
||||
addLog(0, null, new BigDecimal(updated), "@Updated@");
|
||||
|
||||
|
@ -96,12 +100,16 @@ public class ProductCategoryAcctCopy extends SvrProcess
|
|||
+ " AD_Client_ID, AD_Org_ID, IsActive, Created, CreatedBy, Updated, UpdatedBy,"
|
||||
+ " P_Revenue_Acct, P_Expense_Acct, P_CostAdjustment_Acct, P_InventoryClearing_Acct, P_Asset_Acct, P_CoGs_Acct,"
|
||||
+ " P_PurchasePriceVariance_Acct, P_InvoicePriceVariance_Acct,"
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct) "
|
||||
+ " P_TradeDiscountRec_Acct, P_TradeDiscountGrant_Acct, "
|
||||
+ " P_WIP_Acct,P_FloorStock_Acct, P_MethodChangeVariance_Acct, P_UsageVariance_Acct, P_RateVariance_Acct,"
|
||||
+ " P_MixVariance_Acct, P_Labor_Acct, P_Burden_Acct, P_CostOfProduction_Acct, P_OutsideProcessing_Acct, P_Overhead_Acct, P_Scrap_Acct) "
|
||||
+ "SELECT p.M_Product_ID, acct.C_AcctSchema_ID,"
|
||||
+ " p.AD_Client_ID, p.AD_Org_ID, 'Y', SysDate, 0, SysDate, 0,"
|
||||
+ " acct.P_Revenue_Acct, acct.P_Expense_Acct, acct.P_CostAdjustment_Acct, acct.P_InventoryClearing_Acct, acct.P_Asset_Acct, acct.P_CoGs_Acct,"
|
||||
+ " acct.P_PurchasePriceVariance_Acct, acct.P_InvoicePriceVariance_Acct,"
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct "
|
||||
+ " acct.P_TradeDiscountRec_Acct, acct.P_TradeDiscountGrant_Acct, "
|
||||
+ " acct.P_WIP_Acct, acct.P_FloorStock_Acct, acct.P_MethodChangeVariance_Acct, acct.P_UsageVariance_Acct, acct.P_RateVariance_Acct,"
|
||||
+ " acct.P_MixVariance_Acct, acct.P_Labor_Acct, acct.P_Burden_Acct, acct.P_CostOfProduction_Acct, acct.P_OutsideProcessing_Acct, acct.P_Overhead_Acct, acct.P_Scrap_Acct "
|
||||
+ "FROM M_Product p"
|
||||
+ " INNER JOIN M_Product_Category_Acct acct ON (acct.M_Product_Category_ID=p.M_Product_Category_ID)"
|
||||
+ "WHERE acct.C_AcctSchema_ID=" + p_C_AcctSchema_ID // #
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for C_TaxBase
|
||||
|
|
|
@ -21,15 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_OrgType;
|
||||
import org.compiere.model.I_C_BP_Group;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Tax;
|
||||
import org.compiere.model.I_C_TaxCategory;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Product_Category;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for C_TaxDefinition
|
||||
|
@ -53,19 +45,6 @@ public interface I_C_TaxDefinition
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgType_ID */
|
||||
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
|
||||
|
||||
|
@ -81,20 +60,18 @@ public interface I_C_TaxDefinition
|
|||
|
||||
public I_AD_OrgType getAD_OrgType() throws RuntimeException;
|
||||
|
||||
/** Column name C_BPartner_ID */
|
||||
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Business Partner .
|
||||
* Identifies a Business Partner
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setC_BPartner_ID (int C_BPartner_ID);
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Business Partner .
|
||||
* Identifies a Business Partner
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getC_BPartner_ID();
|
||||
|
||||
public I_C_BPartner getC_BPartner() throws RuntimeException;
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name C_BP_Group_ID */
|
||||
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
|
||||
|
@ -111,6 +88,21 @@ public interface I_C_TaxDefinition
|
|||
|
||||
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_TaxBase_ID */
|
||||
public static final String COLUMNNAME_C_TaxBase_ID = "C_TaxBase_ID";
|
||||
|
||||
|
@ -157,6 +149,17 @@ public interface I_C_TaxDefinition
|
|||
|
||||
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException;
|
||||
|
||||
/** Column name C_TaxType_ID */
|
||||
public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID";
|
||||
|
||||
/** Set Tax Type */
|
||||
public void setC_TaxType_ID (int C_TaxType_ID);
|
||||
|
||||
/** Get Tax Type */
|
||||
public int getC_TaxType_ID();
|
||||
|
||||
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException;
|
||||
|
||||
/** Column name C_Tax_ID */
|
||||
public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID";
|
||||
|
||||
|
@ -172,17 +175,6 @@ public interface I_C_TaxDefinition
|
|||
|
||||
public I_C_Tax getC_Tax() throws RuntimeException;
|
||||
|
||||
/** Column name C_TaxType_ID */
|
||||
public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID";
|
||||
|
||||
/** Set Tax Type */
|
||||
public void setC_TaxType_ID (int C_TaxType_ID);
|
||||
|
||||
/** Get Tax Type */
|
||||
public int getC_TaxType_ID();
|
||||
|
||||
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException;
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
@ -222,24 +214,6 @@ public interface I_C_TaxDefinition
|
|||
*/
|
||||
public boolean isInvoiced();
|
||||
|
||||
/** Column name MaxTaxable */
|
||||
public static final String COLUMNNAME_MaxTaxable = "MaxTaxable";
|
||||
|
||||
/** Set Max Taxable */
|
||||
public void setMaxTaxable (int MaxTaxable);
|
||||
|
||||
/** Get Max Taxable */
|
||||
public int getMaxTaxable();
|
||||
|
||||
/** Column name MinTaxable */
|
||||
public static final String COLUMNNAME_MinTaxable = "MinTaxable";
|
||||
|
||||
/** Set Min Taxable */
|
||||
public void setMinTaxable (int MinTaxable);
|
||||
|
||||
/** Get Min Taxable */
|
||||
public int getMinTaxable();
|
||||
|
||||
/** Column name M_Product_Category_ID */
|
||||
public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID";
|
||||
|
||||
|
@ -270,6 +244,24 @@ public interface I_C_TaxDefinition
|
|||
|
||||
public I_M_Product getM_Product() throws RuntimeException;
|
||||
|
||||
/** Column name MaxTaxable */
|
||||
public static final String COLUMNNAME_MaxTaxable = "MaxTaxable";
|
||||
|
||||
/** Set Max Taxable */
|
||||
public void setMaxTaxable (int MaxTaxable);
|
||||
|
||||
/** Get Max Taxable */
|
||||
public int getMaxTaxable();
|
||||
|
||||
/** Column name MinTaxable */
|
||||
public static final String COLUMNNAME_MinTaxable = "MinTaxable";
|
||||
|
||||
/** Set Min Taxable */
|
||||
public void setMinTaxable (int MinTaxable);
|
||||
|
||||
/** Get Min Taxable */
|
||||
public int getMinTaxable();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for C_TaxGroup
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for C_TaxType
|
||||
|
|
|
@ -21,9 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_M_ChangeNotice;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for DD_NetworkDistribution
|
||||
|
|
|
@ -21,9 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_M_Shipper;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for DD_NetworkDistributionLine
|
||||
|
@ -60,6 +58,15 @@ public interface I_DD_NetworkDistributionLine
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name DD_NetworkDistributionLine_ID */
|
||||
public static final String COLUMNNAME_DD_NetworkDistributionLine_ID = "DD_NetworkDistributionLine_ID";
|
||||
|
||||
/** Set Network Distribution Line */
|
||||
public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID);
|
||||
|
||||
/** Get Network Distribution Line */
|
||||
public int getDD_NetworkDistributionLine_ID();
|
||||
|
||||
/** Column name DD_NetworkDistribution_ID */
|
||||
public static final String COLUMNNAME_DD_NetworkDistribution_ID = "DD_NetworkDistribution_ID";
|
||||
|
||||
|
@ -71,15 +78,6 @@ public interface I_DD_NetworkDistributionLine
|
|||
|
||||
public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException;
|
||||
|
||||
/** Column name DD_NetworkDistributionLine_ID */
|
||||
public static final String COLUMNNAME_DD_NetworkDistributionLine_ID = "DD_NetworkDistributionLine_ID";
|
||||
|
||||
/** Set Network Distribution Line */
|
||||
public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID);
|
||||
|
||||
/** Get Network Distribution Line */
|
||||
public int getDD_NetworkDistributionLine_ID();
|
||||
|
||||
/** Column name M_Shipper_ID */
|
||||
public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID";
|
||||
|
||||
|
@ -95,19 +93,6 @@ public interface I_DD_NetworkDistributionLine
|
|||
|
||||
public I_M_Shipper getM_Shipper() throws RuntimeException;
|
||||
|
||||
/** Column name M_Warehouse_ID */
|
||||
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||
|
||||
/** Set Warehouse.
|
||||
* Storage Warehouse and Service Point
|
||||
*/
|
||||
public void setM_Warehouse_ID (int M_Warehouse_ID);
|
||||
|
||||
/** Get Warehouse.
|
||||
* Storage Warehouse and Service Point
|
||||
*/
|
||||
public int getM_Warehouse_ID();
|
||||
|
||||
/** Column name M_WarehouseSource_ID */
|
||||
public static final String COLUMNNAME_M_WarehouseSource_ID = "M_WarehouseSource_ID";
|
||||
|
||||
|
@ -121,6 +106,19 @@ public interface I_DD_NetworkDistributionLine
|
|||
*/
|
||||
public int getM_WarehouseSource_ID();
|
||||
|
||||
/** Column name M_Warehouse_ID */
|
||||
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||
|
||||
/** Set Warehouse.
|
||||
* Storage Warehouse and Service Point
|
||||
*/
|
||||
public void setM_Warehouse_ID (int M_Warehouse_ID);
|
||||
|
||||
/** Get Warehouse.
|
||||
* Storage Warehouse and Service Point
|
||||
*/
|
||||
public int getM_Warehouse_ID();
|
||||
|
||||
/** Column name Percent */
|
||||
public static final String COLUMNNAME_Percent = "Percent";
|
||||
|
||||
|
|
|
@ -21,19 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_User;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_BPartner_Location;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_DocType;
|
||||
import org.compiere.model.I_C_Invoice;
|
||||
import org.compiere.model.I_C_Order;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_M_Shipper;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for DD_Order
|
||||
|
@ -57,19 +45,6 @@ public interface I_DD_Order
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgTrx_ID */
|
||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||
|
||||
|
@ -83,6 +58,19 @@ public interface I_DD_Order
|
|||
*/
|
||||
public int getAD_OrgTrx_ID();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
@ -186,19 +174,6 @@ public interface I_DD_Order
|
|||
|
||||
public I_C_DocType getC_DocType() throws RuntimeException;
|
||||
|
||||
/** Column name ChargeAmt */
|
||||
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
|
||||
|
||||
/** Set Charge amount.
|
||||
* Charge Amount
|
||||
*/
|
||||
public void setChargeAmt (BigDecimal ChargeAmt);
|
||||
|
||||
/** Get Charge amount.
|
||||
* Charge Amount
|
||||
*/
|
||||
public BigDecimal getChargeAmt();
|
||||
|
||||
/** Column name C_Invoice_ID */
|
||||
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
|
||||
|
||||
|
@ -244,6 +219,19 @@ public interface I_DD_Order
|
|||
|
||||
public I_C_Project getC_Project() throws RuntimeException;
|
||||
|
||||
/** Column name ChargeAmt */
|
||||
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
|
||||
|
||||
/** Set Charge amount.
|
||||
* Charge Amount
|
||||
*/
|
||||
public void setChargeAmt (BigDecimal ChargeAmt);
|
||||
|
||||
/** Get Charge amount.
|
||||
* Charge Amount
|
||||
*/
|
||||
public BigDecimal getChargeAmt();
|
||||
|
||||
/** Column name CreateConfirm */
|
||||
public static final String COLUMNNAME_CreateConfirm = "CreateConfirm";
|
||||
|
||||
|
@ -275,6 +263,15 @@ public interface I_DD_Order
|
|||
/** Get Create Package */
|
||||
public String getCreatePackage();
|
||||
|
||||
/** Column name DD_Order_ID */
|
||||
public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID";
|
||||
|
||||
/** Set Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID);
|
||||
|
||||
/** Get Distribution Order */
|
||||
public int getDD_Order_ID();
|
||||
|
||||
/** Column name DateOrdered */
|
||||
public static final String COLUMNNAME_DateOrdered = "DateOrdered";
|
||||
|
||||
|
@ -327,15 +324,6 @@ public interface I_DD_Order
|
|||
*/
|
||||
public Timestamp getDateReceived();
|
||||
|
||||
/** Column name DD_Order_ID */
|
||||
public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID";
|
||||
|
||||
/** Set Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID);
|
||||
|
||||
/** Get Distribution Order */
|
||||
public int getDD_Order_ID();
|
||||
|
||||
/** Column name DeliveryRule */
|
||||
public static final String COLUMNNAME_DeliveryRule = "DeliveryRule";
|
||||
|
||||
|
@ -527,15 +515,6 @@ public interface I_DD_Order
|
|||
*/
|
||||
public boolean isPrinted();
|
||||
|
||||
/** Column name IsSelected */
|
||||
public static final String COLUMNNAME_IsSelected = "IsSelected";
|
||||
|
||||
/** Set Selected */
|
||||
public void setIsSelected (boolean IsSelected);
|
||||
|
||||
/** Get Selected */
|
||||
public boolean isSelected();
|
||||
|
||||
/** Column name IsSOTrx */
|
||||
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
|
||||
|
||||
|
@ -549,6 +528,15 @@ public interface I_DD_Order
|
|||
*/
|
||||
public boolean isSOTrx();
|
||||
|
||||
/** Column name IsSelected */
|
||||
public static final String COLUMNNAME_IsSelected = "IsSelected";
|
||||
|
||||
/** Set Selected */
|
||||
public void setIsSelected (boolean IsSelected);
|
||||
|
||||
/** Get Selected */
|
||||
public boolean isSelected();
|
||||
|
||||
/** Column name M_Shipper_ID */
|
||||
public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID";
|
||||
|
||||
|
@ -592,19 +580,6 @@ public interface I_DD_Order
|
|||
*/
|
||||
public int getNoPackages();
|
||||
|
||||
/** Column name PickDate */
|
||||
public static final String COLUMNNAME_PickDate = "PickDate";
|
||||
|
||||
/** Set Pick Date.
|
||||
* Date/Time when picked for Shipment
|
||||
*/
|
||||
public void setPickDate (Timestamp PickDate);
|
||||
|
||||
/** Get Pick Date.
|
||||
* Date/Time when picked for Shipment
|
||||
*/
|
||||
public Timestamp getPickDate();
|
||||
|
||||
/** Column name POReference */
|
||||
public static final String COLUMNNAME_POReference = "POReference";
|
||||
|
||||
|
@ -618,6 +593,19 @@ public interface I_DD_Order
|
|||
*/
|
||||
public String getPOReference();
|
||||
|
||||
/** Column name PickDate */
|
||||
public static final String COLUMNNAME_PickDate = "PickDate";
|
||||
|
||||
/** Set Pick Date.
|
||||
* Date/Time when picked for Shipment
|
||||
*/
|
||||
public void setPickDate (Timestamp PickDate);
|
||||
|
||||
/** Get Pick Date.
|
||||
* Date/Time when picked for Shipment
|
||||
*/
|
||||
public Timestamp getPickDate();
|
||||
|
||||
/** Column name Posted */
|
||||
public static final String COLUMNNAME_Posted = "Posted";
|
||||
|
||||
|
|
|
@ -21,14 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Locator;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for DD_OrderLine
|
||||
|
@ -52,19 +45,6 @@ public interface I_DD_OrderLine
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgTrx_ID */
|
||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||
|
||||
|
@ -78,6 +58,19 @@ 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 Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name C_Activity_ID */
|
||||
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
|
||||
|
||||
|
@ -123,19 +116,6 @@ 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";
|
||||
|
||||
|
@ -166,6 +146,39 @@ public interface I_DD_OrderLine
|
|||
|
||||
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 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 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 DateDelivered */
|
||||
public static final String COLUMNNAME_DateDelivered = "DateDelivered";
|
||||
|
||||
|
@ -205,26 +218,6 @@ 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";
|
||||
|
||||
|
@ -303,6 +296,19 @@ 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();
|
||||
|
||||
/** Column name M_AttributeSetInstance_ID */
|
||||
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
|
||||
|
||||
|
@ -316,18 +322,18 @@ public interface I_DD_OrderLine
|
|||
*/
|
||||
public int getM_AttributeSetInstance_ID();
|
||||
|
||||
/** Column name M_AttributeSetInstanceTo_ID */
|
||||
public static final String COLUMNNAME_M_AttributeSetInstanceTo_ID = "M_AttributeSetInstanceTo_ID";
|
||||
/** Column name M_LocatorTo_ID */
|
||||
public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID";
|
||||
|
||||
/** Set Attribute Set Instance To.
|
||||
* Target Product Attribute Set Instance
|
||||
/** Set Locator To.
|
||||
* Location inventory is moved to
|
||||
*/
|
||||
public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID);
|
||||
public void setM_LocatorTo_ID (int M_LocatorTo_ID);
|
||||
|
||||
/** Get Attribute Set Instance To.
|
||||
* Target Product Attribute Set Instance
|
||||
/** Get Locator To.
|
||||
* Location inventory is moved to
|
||||
*/
|
||||
public int getM_AttributeSetInstanceTo_ID();
|
||||
public int getM_LocatorTo_ID();
|
||||
|
||||
/** Column name M_Locator_ID */
|
||||
public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID";
|
||||
|
@ -344,19 +350,6 @@ 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();
|
||||
|
||||
/** Column name M_Product_ID */
|
||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_Table;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for EXP_Format
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_Column;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for EXP_FormatLine
|
||||
|
@ -122,6 +120,15 @@ public interface I_EXP_FormatLine
|
|||
/** Get Embedded Format */
|
||||
public int getEXP_EmbeddedFormat_ID();
|
||||
|
||||
/** Column name EXP_FormatLine_ID */
|
||||
public static final String COLUMNNAME_EXP_FormatLine_ID = "EXP_FormatLine_ID";
|
||||
|
||||
/** Set Format Line */
|
||||
public void setEXP_FormatLine_ID (int EXP_FormatLine_ID);
|
||||
|
||||
/** Get Format Line */
|
||||
public int getEXP_FormatLine_ID();
|
||||
|
||||
/** Column name EXP_Format_ID */
|
||||
public static final String COLUMNNAME_EXP_Format_ID = "EXP_Format_ID";
|
||||
|
||||
|
@ -133,15 +140,6 @@ public interface I_EXP_FormatLine
|
|||
|
||||
public org.eevolution.model.I_EXP_Format getEXP_Format() throws RuntimeException;
|
||||
|
||||
/** Column name EXP_FormatLine_ID */
|
||||
public static final String COLUMNNAME_EXP_FormatLine_ID = "EXP_FormatLine_ID";
|
||||
|
||||
/** Set Format Line */
|
||||
public void setEXP_FormatLine_ID (int EXP_FormatLine_ID);
|
||||
|
||||
/** Get Format Line */
|
||||
public int getEXP_FormatLine_ID();
|
||||
|
||||
/** Column name Help */
|
||||
public static final String COLUMNNAME_Help = "Help";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for EXP_Processor
|
||||
|
@ -45,15 +44,6 @@ public interface I_EXP_Processor
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name Account */
|
||||
public static final String COLUMNNAME_Account = "Account";
|
||||
|
||||
/** Set Account */
|
||||
public void setAccount (String Account);
|
||||
|
||||
/** Get Account */
|
||||
public String getAccount();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -67,6 +57,15 @@ public interface I_EXP_Processor
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name Account */
|
||||
public static final String COLUMNNAME_Account = "Account";
|
||||
|
||||
/** Set Account */
|
||||
public void setAccount (String Account);
|
||||
|
||||
/** Get Account */
|
||||
public String getAccount();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for EXP_ProcessorParameter
|
||||
|
@ -71,6 +70,15 @@ public interface I_EXP_ProcessorParameter
|
|||
*/
|
||||
public String getDescription();
|
||||
|
||||
/** Column name EXP_ProcessorParameter_ID */
|
||||
public static final String COLUMNNAME_EXP_ProcessorParameter_ID = "EXP_ProcessorParameter_ID";
|
||||
|
||||
/** Set Processor Parameter */
|
||||
public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID);
|
||||
|
||||
/** Get Processor Parameter */
|
||||
public int getEXP_ProcessorParameter_ID();
|
||||
|
||||
/** Column name EXP_Processor_ID */
|
||||
public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID";
|
||||
|
||||
|
@ -82,15 +90,6 @@ public interface I_EXP_ProcessorParameter
|
|||
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException;
|
||||
|
||||
/** Column name EXP_ProcessorParameter_ID */
|
||||
public static final String COLUMNNAME_EXP_ProcessorParameter_ID = "EXP_ProcessorParameter_ID";
|
||||
|
||||
/** Set Processor Parameter */
|
||||
public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID);
|
||||
|
||||
/** Get Processor Parameter */
|
||||
public int getEXP_ProcessorParameter_ID();
|
||||
|
||||
/** Column name Help */
|
||||
public static final String COLUMNNAME_Help = "Help";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for EXP_Processor_Type
|
||||
|
|
|
@ -21,10 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Attribute
|
||||
|
|
|
@ -21,8 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Concept
|
||||
|
@ -46,19 +45,6 @@ public interface I_HR_Concept
|
|||
|
||||
/** 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_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -72,6 +58,19 @@ public interface I_HR_Concept
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** 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 ColumnType */
|
||||
public static final String COLUMNNAME_ColumnType = "ColumnType";
|
||||
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_C_AcctSchema;
|
||||
import org.compiere.model.I_C_BP_Group;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Concept_Acct
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Concept_Category
|
||||
|
|
|
@ -21,11 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Contract
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Department
|
||||
|
|
|
@ -21,10 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Employee
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Job
|
||||
|
|
|
@ -21,8 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_List
|
||||
|
@ -94,15 +93,6 @@ public interface I_HR_List
|
|||
|
||||
public org.eevolution.model.I_HR_Employee getHR_Employee() throws RuntimeException;
|
||||
|
||||
/** Column name HR_List_ID */
|
||||
public static final String COLUMNNAME_HR_List_ID = "HR_List_ID";
|
||||
|
||||
/** Set Payroll List */
|
||||
public void setHR_List_ID (int HR_List_ID);
|
||||
|
||||
/** Get Payroll List */
|
||||
public int getHR_List_ID();
|
||||
|
||||
/** Column name HR_ListType_ID */
|
||||
public static final String COLUMNNAME_HR_ListType_ID = "HR_ListType_ID";
|
||||
|
||||
|
@ -114,6 +104,15 @@ public interface I_HR_List
|
|||
|
||||
public org.eevolution.model.I_HR_ListType getHR_ListType() throws RuntimeException;
|
||||
|
||||
/** Column name HR_List_ID */
|
||||
public static final String COLUMNNAME_HR_List_ID = "HR_List_ID";
|
||||
|
||||
/** Set Payroll List */
|
||||
public void setHR_List_ID (int HR_List_ID);
|
||||
|
||||
/** Get Payroll List */
|
||||
public int getHR_List_ID();
|
||||
|
||||
/** Column name HR_Payroll_ID */
|
||||
public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_ListLine
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_ListType
|
||||
|
|
|
@ -21,8 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_ListVersion
|
||||
|
@ -81,6 +80,15 @@ public interface I_HR_ListVersion
|
|||
/** Get Payroll List Base */
|
||||
public int getHR_ListBase_ID();
|
||||
|
||||
/** Column name HR_ListVersion_ID */
|
||||
public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID";
|
||||
|
||||
/** Set Payroll List Version */
|
||||
public void setHR_ListVersion_ID (int HR_ListVersion_ID);
|
||||
|
||||
/** Get Payroll List Version */
|
||||
public int getHR_ListVersion_ID();
|
||||
|
||||
/** Column name HR_List_ID */
|
||||
public static final String COLUMNNAME_HR_List_ID = "HR_List_ID";
|
||||
|
||||
|
@ -92,15 +100,6 @@ public interface I_HR_ListVersion
|
|||
|
||||
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException;
|
||||
|
||||
/** Column name HR_ListVersion_ID */
|
||||
public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID";
|
||||
|
||||
/** Set Payroll List Version */
|
||||
public void setHR_ListVersion_ID (int HR_ListVersion_ID);
|
||||
|
||||
/** Get Payroll List Version */
|
||||
public int getHR_ListVersion_ID();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
|
|
@ -21,15 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_ProjectPhase;
|
||||
import org.compiere.model.I_C_ProjectTask;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Movement
|
||||
|
@ -53,19 +45,6 @@ public interface I_HR_Movement
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgTrx_ID */
|
||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||
|
||||
|
@ -79,6 +58,19 @@ public interface I_HR_Movement
|
|||
*/
|
||||
public int getAD_OrgTrx_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_Rule_ID */
|
||||
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
||||
|
||||
|
@ -148,30 +140,6 @@ 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";
|
||||
|
||||
|
@ -202,6 +170,30 @@ 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 Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_PrintFormat;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Payroll
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_PayrollConcept
|
||||
|
|
|
@ -21,10 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_Period;
|
||||
import org.compiere.model.I_C_Year;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Period
|
||||
|
|
|
@ -21,14 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_PrintFormat;
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.I_C_DocType;
|
||||
import org.compiere.model.I_C_PaySelection;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Process
|
||||
|
@ -125,6 +118,19 @@ public interface I_HR_Process
|
|||
|
||||
public I_C_Charge getC_Charge() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocTypeTarget_ID */
|
||||
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||
|
||||
/** Set Target Document Type.
|
||||
* Target document type for conversing documents
|
||||
*/
|
||||
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);
|
||||
|
||||
/** Get Target Document Type.
|
||||
* Target document type for conversing documents
|
||||
*/
|
||||
public int getC_DocTypeTarget_ID();
|
||||
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
||||
|
@ -140,32 +146,6 @@ public interface I_HR_Process
|
|||
|
||||
public I_C_DocType getC_DocType() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocTypeTarget_ID */
|
||||
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||
|
||||
/** Set Target Document Type.
|
||||
* Target document type for conversing documents
|
||||
*/
|
||||
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);
|
||||
|
||||
/** Get Target Document Type.
|
||||
* Target document type for conversing documents
|
||||
*/
|
||||
public int getC_DocTypeTarget_ID();
|
||||
|
||||
/** Column name ColumnSQL */
|
||||
public static final String COLUMNNAME_ColumnSQL = "ColumnSQL";
|
||||
|
||||
/** Set Column SQL.
|
||||
* Virtual Column (r/o)
|
||||
*/
|
||||
public void setColumnSQL (String ColumnSQL);
|
||||
|
||||
/** Get Column SQL.
|
||||
* Virtual Column (r/o)
|
||||
*/
|
||||
public String getColumnSQL();
|
||||
|
||||
/** Column name C_PaySelection_ID */
|
||||
public static final String COLUMNNAME_C_PaySelection_ID = "C_PaySelection_ID";
|
||||
|
||||
|
@ -181,6 +161,19 @@ public interface I_HR_Process
|
|||
|
||||
public I_C_PaySelection getC_PaySelection() throws RuntimeException;
|
||||
|
||||
/** Column name ColumnSQL */
|
||||
public static final String COLUMNNAME_ColumnSQL = "ColumnSQL";
|
||||
|
||||
/** Set Column SQL.
|
||||
* Virtual Column (r/o)
|
||||
*/
|
||||
public void setColumnSQL (String ColumnSQL);
|
||||
|
||||
/** Get Column SQL.
|
||||
* Virtual Column (r/o)
|
||||
*/
|
||||
public String getColumnSQL();
|
||||
|
||||
/** Column name DateAcct */
|
||||
public static final String COLUMNNAME_DateAcct = "DateAcct";
|
||||
|
||||
|
|
|
@ -21,9 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_Year;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for HR_Year
|
||||
|
|
|
@ -21,8 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for IMP_Processor
|
||||
|
@ -46,15 +45,6 @@ public interface I_IMP_Processor
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name Account */
|
||||
public static final String COLUMNNAME_Account = "Account";
|
||||
|
||||
/** Set Account */
|
||||
public void setAccount (String Account);
|
||||
|
||||
/** Get Account */
|
||||
public String getAccount();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -68,6 +58,15 @@ public interface I_IMP_Processor
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name Account */
|
||||
public static final String COLUMNNAME_Account = "Account";
|
||||
|
||||
/** Set Account */
|
||||
public void setAccount (String Account);
|
||||
|
||||
/** Get Account */
|
||||
public String getAccount();
|
||||
|
||||
/** Column name DateLastRun */
|
||||
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for IMP_ProcessorLog
|
||||
|
@ -97,6 +96,15 @@ public interface I_IMP_ProcessorLog
|
|||
*/
|
||||
public String getHelp();
|
||||
|
||||
/** Column name IMP_ProcessorLog_ID */
|
||||
public static final String COLUMNNAME_IMP_ProcessorLog_ID = "IMP_ProcessorLog_ID";
|
||||
|
||||
/** Set Import Processor Log */
|
||||
public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID);
|
||||
|
||||
/** Get Import Processor Log */
|
||||
public int getIMP_ProcessorLog_ID();
|
||||
|
||||
/** Column name IMP_Processor_ID */
|
||||
public static final String COLUMNNAME_IMP_Processor_ID = "IMP_Processor_ID";
|
||||
|
||||
|
@ -108,15 +116,6 @@ public interface I_IMP_ProcessorLog
|
|||
|
||||
public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException;
|
||||
|
||||
/** Column name IMP_ProcessorLog_ID */
|
||||
public static final String COLUMNNAME_IMP_ProcessorLog_ID = "IMP_ProcessorLog_ID";
|
||||
|
||||
/** Set Import Processor Log */
|
||||
public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID);
|
||||
|
||||
/** Get Import Processor Log */
|
||||
public int getIMP_ProcessorLog_ID();
|
||||
|
||||
/** Column name IsError */
|
||||
public static final String COLUMNNAME_IsError = "IsError";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for IMP_ProcessorParameter
|
||||
|
@ -84,6 +83,15 @@ public interface I_IMP_ProcessorParameter
|
|||
*/
|
||||
public String getHelp();
|
||||
|
||||
/** Column name IMP_ProcessorParameter_ID */
|
||||
public static final String COLUMNNAME_IMP_ProcessorParameter_ID = "IMP_ProcessorParameter_ID";
|
||||
|
||||
/** Set Import Processor Parameter */
|
||||
public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID);
|
||||
|
||||
/** Get Import Processor Parameter */
|
||||
public int getIMP_ProcessorParameter_ID();
|
||||
|
||||
/** Column name IMP_Processor_ID */
|
||||
public static final String COLUMNNAME_IMP_Processor_ID = "IMP_Processor_ID";
|
||||
|
||||
|
@ -95,15 +103,6 @@ public interface I_IMP_ProcessorParameter
|
|||
|
||||
public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException;
|
||||
|
||||
/** Column name IMP_ProcessorParameter_ID */
|
||||
public static final String COLUMNNAME_IMP_ProcessorParameter_ID = "IMP_ProcessorParameter_ID";
|
||||
|
||||
/** Set Import Processor Parameter */
|
||||
public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID);
|
||||
|
||||
/** Get Import Processor Parameter */
|
||||
public int getIMP_ProcessorParameter_ID();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for IMP_Processor_Type
|
||||
|
|
|
@ -21,16 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_User;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Cost_Collector
|
||||
|
@ -54,19 +45,6 @@ public interface I_PP_Cost_Collector
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgTrx_ID */
|
||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||
|
||||
|
@ -80,6 +58,19 @@ public interface I_PP_Cost_Collector
|
|||
*/
|
||||
public int getAD_OrgTrx_ID();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
@ -125,19 +116,6 @@ public interface I_PP_Cost_Collector
|
|||
|
||||
public I_C_Campaign getC_Campaign() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
||||
/** Set Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public void setC_DocType_ID (int C_DocType_ID);
|
||||
|
||||
/** Get Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public int getC_DocType_ID();
|
||||
|
||||
/** Column name C_DocTypeTarget_ID */
|
||||
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||
|
||||
|
@ -151,18 +129,18 @@ public interface I_PP_Cost_Collector
|
|||
*/
|
||||
public int getC_DocTypeTarget_ID();
|
||||
|
||||
/** Column name CostCollectorType */
|
||||
public static final String COLUMNNAME_CostCollectorType = "CostCollectorType";
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
||||
/** Set Cost Collector Type.
|
||||
* Transaction Type for Manufacturing Management
|
||||
/** Set Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public void setCostCollectorType (String CostCollectorType);
|
||||
public void setC_DocType_ID (int C_DocType_ID);
|
||||
|
||||
/** Get Cost Collector Type.
|
||||
* Transaction Type for Manufacturing Management
|
||||
/** Get Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public String getCostCollectorType();
|
||||
public int getC_DocType_ID();
|
||||
|
||||
/** Column name C_Project_ID */
|
||||
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
||||
|
@ -194,6 +172,19 @@ public interface I_PP_Cost_Collector
|
|||
|
||||
public I_C_UOM getC_UOM() throws RuntimeException;
|
||||
|
||||
/** Column name CostCollectorType */
|
||||
public static final String COLUMNNAME_CostCollectorType = "CostCollectorType";
|
||||
|
||||
/** Set Cost Collector Type.
|
||||
* Transaction Type for Manufacturing Management
|
||||
*/
|
||||
public void setCostCollectorType (String CostCollectorType);
|
||||
|
||||
/** Get Cost Collector Type.
|
||||
* Transaction Type for Manufacturing Management
|
||||
*/
|
||||
public String getCostCollectorType();
|
||||
|
||||
/** Column name DateAcct */
|
||||
public static final String COLUMNNAME_DateAcct = "DateAcct";
|
||||
|
||||
|
@ -246,6 +237,19 @@ public interface I_PP_Cost_Collector
|
|||
*/
|
||||
public String getDocStatus();
|
||||
|
||||
/** Column name DocumentNo */
|
||||
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
|
||||
|
||||
/** Set Document No.
|
||||
* Document sequence number of the document
|
||||
*/
|
||||
public void setDocumentNo (String DocumentNo);
|
||||
|
||||
/** Get Document No.
|
||||
* Document sequence number of the document
|
||||
*/
|
||||
public String getDocumentNo();
|
||||
|
||||
/** Column name DurationReal */
|
||||
public static final String COLUMNNAME_DurationReal = "DurationReal";
|
||||
|
||||
|
@ -299,32 +303,6 @@ public interface I_PP_Cost_Collector
|
|||
*/
|
||||
public int getM_Locator_ID();
|
||||
|
||||
/** Column name MovementDate */
|
||||
public static final String COLUMNNAME_MovementDate = "MovementDate";
|
||||
|
||||
/** Set Movement Date.
|
||||
* Date a product was moved in or out of inventory
|
||||
*/
|
||||
public void setMovementDate (Timestamp MovementDate);
|
||||
|
||||
/** Get Movement Date.
|
||||
* Date a product was moved in or out of inventory
|
||||
*/
|
||||
public Timestamp getMovementDate();
|
||||
|
||||
/** Column name MovementQty */
|
||||
public static final String COLUMNNAME_MovementQty = "MovementQty";
|
||||
|
||||
/** Set Movement Quantity.
|
||||
* Quantity of a product moved.
|
||||
*/
|
||||
public void setMovementQty (BigDecimal MovementQty);
|
||||
|
||||
/** Get Movement Quantity.
|
||||
* Quantity of a product moved.
|
||||
*/
|
||||
public BigDecimal getMovementQty();
|
||||
|
||||
/** Column name M_Product_ID */
|
||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||
|
||||
|
@ -355,18 +333,31 @@ public interface I_PP_Cost_Collector
|
|||
|
||||
public I_M_Warehouse getM_Warehouse() throws RuntimeException;
|
||||
|
||||
/** Column name Posted */
|
||||
public static final String COLUMNNAME_Posted = "Posted";
|
||||
/** Column name MovementDate */
|
||||
public static final String COLUMNNAME_MovementDate = "MovementDate";
|
||||
|
||||
/** Set Posted.
|
||||
* Posting status
|
||||
/** Set Movement Date.
|
||||
* Date a product was moved in or out of inventory
|
||||
*/
|
||||
public void setPosted (boolean Posted);
|
||||
public void setMovementDate (Timestamp MovementDate);
|
||||
|
||||
/** Get Posted.
|
||||
* Posting status
|
||||
/** Get Movement Date.
|
||||
* Date a product was moved in or out of inventory
|
||||
*/
|
||||
public boolean isPosted();
|
||||
public Timestamp getMovementDate();
|
||||
|
||||
/** Column name MovementQty */
|
||||
public static final String COLUMNNAME_MovementQty = "MovementQty";
|
||||
|
||||
/** Set Movement Quantity.
|
||||
* Quantity of a product moved.
|
||||
*/
|
||||
public void setMovementQty (BigDecimal MovementQty);
|
||||
|
||||
/** Get Movement Quantity.
|
||||
* Quantity of a product moved.
|
||||
*/
|
||||
public BigDecimal getMovementQty();
|
||||
|
||||
/** Column name PP_Cost_Collector_ID */
|
||||
public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID";
|
||||
|
@ -421,6 +412,19 @@ public interface I_PP_Cost_Collector
|
|||
|
||||
public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException;
|
||||
|
||||
/** Column name Posted */
|
||||
public static final String COLUMNNAME_Posted = "Posted";
|
||||
|
||||
/** Set Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted);
|
||||
|
||||
/** Get Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public boolean isPosted();
|
||||
|
||||
/** Column name Processed */
|
||||
public static final String COLUMNNAME_Processed = "Processed";
|
||||
|
||||
|
@ -465,6 +469,21 @@ public interface I_PP_Cost_Collector
|
|||
*/
|
||||
public int getReversal_ID();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name ScrappedQty */
|
||||
public static final String COLUMNNAME_ScrappedQty = "ScrappedQty";
|
||||
|
||||
|
@ -487,21 +506,6 @@ public interface I_PP_Cost_Collector
|
|||
/** Get Setup Time Real */
|
||||
public BigDecimal getSetupTimeReal();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name User1_ID */
|
||||
public static final String COLUMNNAME_User1_ID = "User1_ID";
|
||||
|
||||
|
|
|
@ -21,18 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Order;
|
||||
import org.compiere.model.I_C_OrderLine;
|
||||
import org.compiere.model.I_M_Forecast;
|
||||
import org.compiere.model.I_M_ForecastLine;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Requisition;
|
||||
import org.compiere.model.I_M_RequisitionLine;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_MRP
|
||||
|
@ -84,6 +73,21 @@ public interface I_PP_MRP
|
|||
|
||||
public I_C_BPartner getC_BPartner() throws RuntimeException;
|
||||
|
||||
/** Column name C_OrderLine_ID */
|
||||
public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID";
|
||||
|
||||
/** Set Sales Order Line.
|
||||
* Sales Order Line
|
||||
*/
|
||||
public void setC_OrderLine_ID (int C_OrderLine_ID);
|
||||
|
||||
/** Get Sales Order Line.
|
||||
* Sales Order Line
|
||||
*/
|
||||
public int getC_OrderLine_ID();
|
||||
|
||||
public I_C_OrderLine getC_OrderLine() throws RuntimeException;
|
||||
|
||||
/** Column name C_Order_ID */
|
||||
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
|
||||
|
||||
|
@ -99,20 +103,27 @@ public interface I_PP_MRP
|
|||
|
||||
public I_C_Order getC_Order() throws RuntimeException;
|
||||
|
||||
/** Column name C_OrderLine_ID */
|
||||
public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID";
|
||||
/** Column name DD_OrderLine_ID */
|
||||
public static final String COLUMNNAME_DD_OrderLine_ID = "DD_OrderLine_ID";
|
||||
|
||||
/** Set Sales Order Line.
|
||||
* Sales Order Line
|
||||
*/
|
||||
public void setC_OrderLine_ID (int C_OrderLine_ID);
|
||||
/** Set Distribution Order Line */
|
||||
public void setDD_OrderLine_ID (int DD_OrderLine_ID);
|
||||
|
||||
/** Get Sales Order Line.
|
||||
* Sales Order Line
|
||||
*/
|
||||
public int getC_OrderLine_ID();
|
||||
/** Get Distribution Order Line */
|
||||
public int getDD_OrderLine_ID();
|
||||
|
||||
public I_C_OrderLine getC_OrderLine() throws RuntimeException;
|
||||
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException;
|
||||
|
||||
/** 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 DateConfirm */
|
||||
public static final String COLUMNNAME_DateConfirm = "DateConfirm";
|
||||
|
@ -185,28 +196,6 @@ public interface I_PP_MRP
|
|||
/** Get DateStartSchedule */
|
||||
public Timestamp getDateStartSchedule();
|
||||
|
||||
/** 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();
|
||||
|
||||
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException;
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
@ -246,21 +235,6 @@ public interface I_PP_MRP
|
|||
*/
|
||||
public boolean isAvailable();
|
||||
|
||||
/** Column name M_Forecast_ID */
|
||||
public static final String COLUMNNAME_M_Forecast_ID = "M_Forecast_ID";
|
||||
|
||||
/** Set Forecast.
|
||||
* Material Forecast
|
||||
*/
|
||||
public void setM_Forecast_ID (int M_Forecast_ID);
|
||||
|
||||
/** Get Forecast.
|
||||
* Material Forecast
|
||||
*/
|
||||
public int getM_Forecast_ID();
|
||||
|
||||
public I_M_Forecast getM_Forecast() throws RuntimeException;
|
||||
|
||||
/** Column name M_ForecastLine_ID */
|
||||
public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID";
|
||||
|
||||
|
@ -276,6 +250,21 @@ public interface I_PP_MRP
|
|||
|
||||
public I_M_ForecastLine getM_ForecastLine() throws RuntimeException;
|
||||
|
||||
/** Column name M_Forecast_ID */
|
||||
public static final String COLUMNNAME_M_Forecast_ID = "M_Forecast_ID";
|
||||
|
||||
/** Set Forecast.
|
||||
* Material Forecast
|
||||
*/
|
||||
public void setM_Forecast_ID (int M_Forecast_ID);
|
||||
|
||||
/** Get Forecast.
|
||||
* Material Forecast
|
||||
*/
|
||||
public int getM_Forecast_ID();
|
||||
|
||||
public I_M_Forecast getM_Forecast() throws RuntimeException;
|
||||
|
||||
/** Column name M_Product_ID */
|
||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||
|
||||
|
@ -291,21 +280,6 @@ public interface I_PP_MRP
|
|||
|
||||
public I_M_Product getM_Product() throws RuntimeException;
|
||||
|
||||
/** Column name M_Requisition_ID */
|
||||
public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID";
|
||||
|
||||
/** Set Requisition.
|
||||
* Material Requisition
|
||||
*/
|
||||
public void setM_Requisition_ID (int M_Requisition_ID);
|
||||
|
||||
/** Get Requisition.
|
||||
* Material Requisition
|
||||
*/
|
||||
public int getM_Requisition_ID();
|
||||
|
||||
public I_M_Requisition getM_Requisition() throws RuntimeException;
|
||||
|
||||
/** Column name M_RequisitionLine_ID */
|
||||
public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID";
|
||||
|
||||
|
@ -321,6 +295,21 @@ public interface I_PP_MRP
|
|||
|
||||
public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException;
|
||||
|
||||
/** Column name M_Requisition_ID */
|
||||
public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID";
|
||||
|
||||
/** Set Requisition.
|
||||
* Material Requisition
|
||||
*/
|
||||
public void setM_Requisition_ID (int M_Requisition_ID);
|
||||
|
||||
/** Get Requisition.
|
||||
* Material Requisition
|
||||
*/
|
||||
public int getM_Requisition_ID();
|
||||
|
||||
public I_M_Requisition getM_Requisition() throws RuntimeException;
|
||||
|
||||
/** Column name M_Warehouse_ID */
|
||||
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
|
||||
|
||||
|
@ -358,15 +347,6 @@ public interface I_PP_MRP
|
|||
/** Get OrderType */
|
||||
public String getOrderType();
|
||||
|
||||
/** Column name Planner_ID */
|
||||
public static final String COLUMNNAME_Planner_ID = "Planner_ID";
|
||||
|
||||
/** Set Planner */
|
||||
public void setPlanner_ID (int Planner_ID);
|
||||
|
||||
/** Get Planner */
|
||||
public int getPlanner_ID();
|
||||
|
||||
/** Column name PP_MRP_ID */
|
||||
public static final String COLUMNNAME_PP_MRP_ID = "PP_MRP_ID";
|
||||
|
||||
|
@ -398,6 +378,15 @@ public interface I_PP_MRP
|
|||
|
||||
public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException;
|
||||
|
||||
/** Column name Planner_ID */
|
||||
public static final String COLUMNNAME_Planner_ID = "Planner_ID";
|
||||
|
||||
/** Set Planner */
|
||||
public void setPlanner_ID (int Planner_ID);
|
||||
|
||||
/** Get Planner */
|
||||
public int getPlanner_ID();
|
||||
|
||||
/** Column name Priority */
|
||||
public static final String COLUMNNAME_Priority = "Priority";
|
||||
|
||||
|
|
|
@ -21,16 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_OrderLine;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order
|
||||
|
@ -54,19 +45,6 @@ public interface I_PP_Order
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgTrx_ID */
|
||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||
|
||||
|
@ -80,6 +58,19 @@ public interface I_PP_Order
|
|||
*/
|
||||
public int getAD_OrgTrx_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_Workflow_ID */
|
||||
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
|
||||
|
||||
|
@ -138,19 +129,6 @@ public interface I_PP_Order
|
|||
|
||||
public I_C_Campaign getC_Campaign() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
||||
/** Set Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public void setC_DocType_ID (int C_DocType_ID);
|
||||
|
||||
/** Get Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public int getC_DocType_ID();
|
||||
|
||||
/** Column name C_DocTypeTarget_ID */
|
||||
public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID";
|
||||
|
||||
|
@ -164,18 +142,18 @@ public interface I_PP_Order
|
|||
*/
|
||||
public int getC_DocTypeTarget_ID();
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
/** Set Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
public void setC_DocType_ID (int C_DocType_ID);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
/** Get Document Type.
|
||||
* Document type or rules
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
public int getC_DocType_ID();
|
||||
|
||||
/** Column name C_OrderLine_ID */
|
||||
public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID";
|
||||
|
@ -222,6 +200,19 @@ public interface I_PP_Order
|
|||
|
||||
public I_C_UOM getC_UOM() throws RuntimeException;
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
|
||||
/** Column name DateConfirm */
|
||||
public static final String COLUMNNAME_DateConfirm = "DateConfirm";
|
||||
|
||||
|
@ -419,15 +410,6 @@ public interface I_PP_Order
|
|||
*/
|
||||
public boolean isQtyPercentage();
|
||||
|
||||
/** Column name IsSelected */
|
||||
public static final String COLUMNNAME_IsSelected = "IsSelected";
|
||||
|
||||
/** Set Selected */
|
||||
public void setIsSelected (boolean IsSelected);
|
||||
|
||||
/** Get Selected */
|
||||
public boolean isSelected();
|
||||
|
||||
/** Column name IsSOTrx */
|
||||
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
|
||||
|
||||
|
@ -441,6 +423,15 @@ public interface I_PP_Order
|
|||
*/
|
||||
public boolean isSOTrx();
|
||||
|
||||
/** Column name IsSelected */
|
||||
public static final String COLUMNNAME_IsSelected = "IsSelected";
|
||||
|
||||
/** Set Selected */
|
||||
public void setIsSelected (boolean IsSelected);
|
||||
|
||||
/** Get Selected */
|
||||
public boolean isSelected();
|
||||
|
||||
/** Column name Line */
|
||||
public static final String COLUMNNAME_Line = "Line";
|
||||
|
||||
|
@ -517,28 +508,6 @@ public interface I_PP_Order
|
|||
/** Get OrderType */
|
||||
public String getOrderType();
|
||||
|
||||
/** Column name Planner_ID */
|
||||
public static final String COLUMNNAME_Planner_ID = "Planner_ID";
|
||||
|
||||
/** Set Planner */
|
||||
public void setPlanner_ID (int Planner_ID);
|
||||
|
||||
/** Get Planner */
|
||||
public int getPlanner_ID();
|
||||
|
||||
/** Column name Posted */
|
||||
public static final String COLUMNNAME_Posted = "Posted";
|
||||
|
||||
/** Set Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted);
|
||||
|
||||
/** Get Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public boolean isPosted();
|
||||
|
||||
/** Column name PP_Order_ID */
|
||||
public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID";
|
||||
|
||||
|
@ -563,6 +532,28 @@ public interface I_PP_Order
|
|||
|
||||
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException;
|
||||
|
||||
/** Column name Planner_ID */
|
||||
public static final String COLUMNNAME_Planner_ID = "Planner_ID";
|
||||
|
||||
/** Set Planner */
|
||||
public void setPlanner_ID (int Planner_ID);
|
||||
|
||||
/** Get Planner */
|
||||
public int getPlanner_ID();
|
||||
|
||||
/** Column name Posted */
|
||||
public static final String COLUMNNAME_Posted = "Posted";
|
||||
|
||||
/** Set Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted);
|
||||
|
||||
/** Get Posted.
|
||||
* Posting status
|
||||
*/
|
||||
public boolean isPosted();
|
||||
|
||||
/** Column name PriorityRule */
|
||||
public static final String COLUMNNAME_PriorityRule = "PriorityRule";
|
||||
|
||||
|
@ -598,15 +589,6 @@ public interface I_PP_Order
|
|||
/** Get Process Now */
|
||||
public boolean isProcessing();
|
||||
|
||||
/** Column name QtyBatchs */
|
||||
public static final String COLUMNNAME_QtyBatchs = "QtyBatchs";
|
||||
|
||||
/** Set Qty Batchs */
|
||||
public void setQtyBatchs (BigDecimal QtyBatchs);
|
||||
|
||||
/** Get Qty Batchs */
|
||||
public BigDecimal getQtyBatchs();
|
||||
|
||||
/** Column name QtyBatchSize */
|
||||
public static final String COLUMNNAME_QtyBatchSize = "QtyBatchSize";
|
||||
|
||||
|
@ -616,6 +598,15 @@ public interface I_PP_Order
|
|||
/** Get Qty Batch Size */
|
||||
public BigDecimal getQtyBatchSize();
|
||||
|
||||
/** Column name QtyBatchs */
|
||||
public static final String COLUMNNAME_QtyBatchs = "QtyBatchs";
|
||||
|
||||
/** Set Qty Batchs */
|
||||
public void setQtyBatchs (BigDecimal QtyBatchs);
|
||||
|
||||
/** Get Qty Batchs */
|
||||
public BigDecimal getQtyBatchs();
|
||||
|
||||
/** Column name QtyDelivered */
|
||||
public static final String COLUMNNAME_QtyDelivered = "QtyDelivered";
|
||||
|
||||
|
@ -690,6 +681,21 @@ public interface I_PP_Order
|
|||
*/
|
||||
public BigDecimal getQtyScrap();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name ScheduleType */
|
||||
public static final String COLUMNNAME_ScheduleType = "ScheduleType";
|
||||
|
||||
|
@ -716,21 +722,6 @@ public interface I_PP_Order
|
|||
*/
|
||||
public String getSerNo();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name User1_ID */
|
||||
public static final String COLUMNNAME_User1_ID = "User1_ID";
|
||||
|
||||
|
|
|
@ -21,11 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_ChangeNotice;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_BOM
|
||||
|
@ -88,19 +84,6 @@ public interface I_PP_Order_BOM
|
|||
*/
|
||||
public String getBOMUse();
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
|
||||
/** Column name C_UOM_ID */
|
||||
public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID";
|
||||
|
||||
|
@ -116,6 +99,19 @@ public interface I_PP_Order_BOM
|
|||
|
||||
public I_C_UOM getC_UOM() throws RuntimeException;
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_BOMLineMA
|
||||
|
@ -84,6 +83,15 @@ public interface I_PP_Order_BOMLineMA
|
|||
*/
|
||||
public BigDecimal getMovementQty();
|
||||
|
||||
/** Column name PP_Order_BOMLineMA_ID */
|
||||
public static final String COLUMNNAME_PP_Order_BOMLineMA_ID = "PP_Order_BOMLineMA_ID";
|
||||
|
||||
/** Set Manufacturing Order BOM Line MA */
|
||||
public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID);
|
||||
|
||||
/** Get Manufacturing Order BOM Line MA */
|
||||
public int getPP_Order_BOMLineMA_ID();
|
||||
|
||||
/** Column name PP_Order_BOMLine_ID */
|
||||
public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID";
|
||||
|
||||
|
@ -94,13 +102,4 @@ public interface I_PP_Order_BOMLineMA
|
|||
public int getPP_Order_BOMLine_ID();
|
||||
|
||||
public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException;
|
||||
|
||||
/** Column name PP_Order_BOMLineMA_ID */
|
||||
public static final String COLUMNNAME_PP_Order_BOMLineMA_ID = "PP_Order_BOMLineMA_ID";
|
||||
|
||||
/** Set Manufacturing Order BOM Line MA */
|
||||
public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID);
|
||||
|
||||
/** Get Manufacturing Order BOM Line MA */
|
||||
public int getPP_Order_BOMLineMA_ID();
|
||||
}
|
||||
|
|
|
@ -20,13 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_AcctSchema;
|
||||
import org.compiere.model.I_M_CostElement;
|
||||
import org.compiere.model.I_M_CostType;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_Cost
|
||||
|
|
|
@ -21,20 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Column;
|
||||
import org.compiere.model.I_AD_Form;
|
||||
import org.compiere.model.I_AD_Image;
|
||||
import org.compiere.model.I_AD_Process;
|
||||
import org.compiere.model.I_AD_Task;
|
||||
import org.compiere.model.I_AD_WF_Block;
|
||||
import org.compiere.model.I_AD_WF_Node;
|
||||
import org.compiere.model.I_AD_WF_Responsible;
|
||||
import org.compiere.model.I_AD_Window;
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_Node
|
||||
|
@ -58,19 +45,6 @@ public interface I_PP_Order_Node
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name AD_Column_ID */
|
||||
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
|
||||
|
||||
|
@ -234,6 +208,19 @@ public interface I_PP_Order_Node
|
|||
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name AttributeName */
|
||||
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
||||
|
||||
|
@ -624,6 +611,21 @@ public interface I_PP_Order_Node
|
|||
/** Get Queuing Time */
|
||||
public int getQueuingTime();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name SetupTime */
|
||||
public static final String COLUMNNAME_SetupTime = "SetupTime";
|
||||
|
||||
|
@ -668,21 +670,6 @@ public interface I_PP_Order_Node
|
|||
*/
|
||||
public String getSplitElement();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
/** Set Resource.
|
||||
* Resource
|
||||
*/
|
||||
public void setS_Resource_ID (int S_Resource_ID);
|
||||
|
||||
/** Get Resource.
|
||||
* Resource
|
||||
*/
|
||||
public int getS_Resource_ID();
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name StartMode */
|
||||
public static final String COLUMNNAME_StartMode = "StartMode";
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_WF_Node;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_NodeNext
|
||||
|
@ -148,6 +146,15 @@ public interface I_PP_Order_NodeNext
|
|||
/** Get Manufacturing Order Activity Next */
|
||||
public int getPP_Order_Next_ID();
|
||||
|
||||
/** Column name PP_Order_NodeNext_ID */
|
||||
public static final String COLUMNNAME_PP_Order_NodeNext_ID = "PP_Order_NodeNext_ID";
|
||||
|
||||
/** Set Manufacturing Order Activity Next */
|
||||
public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID);
|
||||
|
||||
/** Get Manufacturing Order Activity Next */
|
||||
public int getPP_Order_NodeNext_ID();
|
||||
|
||||
/** Column name PP_Order_Node_ID */
|
||||
public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID";
|
||||
|
||||
|
@ -159,15 +166,6 @@ public interface I_PP_Order_NodeNext
|
|||
|
||||
public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException;
|
||||
|
||||
/** Column name PP_Order_NodeNext_ID */
|
||||
public static final String COLUMNNAME_PP_Order_NodeNext_ID = "PP_Order_NodeNext_ID";
|
||||
|
||||
/** Set Manufacturing Order Activity Next */
|
||||
public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID);
|
||||
|
||||
/** Get Manufacturing Order Activity Next */
|
||||
public int getPP_Order_NodeNext_ID();
|
||||
|
||||
/** Column name SeqNo */
|
||||
public static final String COLUMNNAME_SeqNo = "SeqNo";
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_A_Asset;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_Node_Asset
|
||||
|
@ -46,6 +44,19 @@ public interface I_PP_Order_Node_Asset
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name A_Asset_ID */
|
||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||
|
||||
|
@ -61,19 +72,6 @@ public interface I_PP_Order_Node_Asset
|
|||
|
||||
public I_A_Asset getA_Asset() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
/** Set Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public void setAD_Org_ID (int AD_Org_ID);
|
||||
|
||||
/** Get Organization.
|
||||
* Organizational entity within client
|
||||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name PP_Order_ID */
|
||||
public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID";
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_Node_Product
|
||||
|
|
|
@ -21,14 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Table;
|
||||
import org.compiere.model.I_AD_WF_Node;
|
||||
import org.compiere.model.I_AD_WF_Responsible;
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_AD_WorkflowProcessor;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Order_Workflow
|
||||
|
@ -52,19 +45,6 @@ public interface I_PP_Order_Workflow
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
/** Set Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public void setAccessLevel (String AccessLevel);
|
||||
|
||||
/** Get Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -123,6 +103,21 @@ public interface I_PP_Order_Workflow
|
|||
|
||||
public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException;
|
||||
|
||||
/** Column name AD_WorkflowProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
||||
|
||||
/** Set Workflow Processor.
|
||||
* Workflow Processor Server
|
||||
*/
|
||||
public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID);
|
||||
|
||||
/** Get Workflow Processor.
|
||||
* Workflow Processor Server
|
||||
*/
|
||||
public int getAD_WorkflowProcessor_ID();
|
||||
|
||||
public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Workflow_ID */
|
||||
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
|
||||
|
||||
|
@ -138,20 +133,18 @@ public interface I_PP_Order_Workflow
|
|||
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
|
||||
/** Column name AD_WorkflowProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
/** Set Workflow Processor.
|
||||
* Workflow Processor Server
|
||||
/** Set Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID);
|
||||
public void setAccessLevel (String AccessLevel);
|
||||
|
||||
/** Get Workflow Processor.
|
||||
* Workflow Processor Server
|
||||
/** Get Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public int getAD_WorkflowProcessor_ID();
|
||||
|
||||
public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException;
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name Author */
|
||||
public static final String COLUMNNAME_Author = "Author";
|
||||
|
@ -172,12 +165,12 @@ public interface I_PP_Order_Workflow
|
|||
/** Set Cost.
|
||||
* Cost information
|
||||
*/
|
||||
public void setCost (int Cost);
|
||||
public void setCost (BigDecimal Cost);
|
||||
|
||||
/** Get Cost.
|
||||
* Cost information
|
||||
*/
|
||||
public int getCost();
|
||||
public BigDecimal getCost();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
@ -391,19 +384,6 @@ public interface I_PP_Order_Workflow
|
|||
/** Get Queuing Time */
|
||||
public int getQueuingTime();
|
||||
|
||||
/** Column name SetupTime */
|
||||
public static final String COLUMNNAME_SetupTime = "SetupTime";
|
||||
|
||||
/** Set Setup Time.
|
||||
* Setup time before starting Production
|
||||
*/
|
||||
public void setSetupTime (int SetupTime);
|
||||
|
||||
/** Get Setup Time.
|
||||
* Setup time before starting Production
|
||||
*/
|
||||
public int getSetupTime();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
||||
|
@ -419,14 +399,18 @@ public interface I_PP_Order_Workflow
|
|||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||
|
||||
/** Column name ValidateWorkflow */
|
||||
public static final String COLUMNNAME_ValidateWorkflow = "ValidateWorkflow";
|
||||
/** Column name SetupTime */
|
||||
public static final String COLUMNNAME_SetupTime = "SetupTime";
|
||||
|
||||
/** Set Validate Workflow */
|
||||
public void setValidateWorkflow (String ValidateWorkflow);
|
||||
/** Set Setup Time.
|
||||
* Setup time before starting Production
|
||||
*/
|
||||
public void setSetupTime (int SetupTime);
|
||||
|
||||
/** Get Validate Workflow */
|
||||
public String getValidateWorkflow();
|
||||
/** Get Setup Time.
|
||||
* Setup time before starting Production
|
||||
*/
|
||||
public int getSetupTime();
|
||||
|
||||
/** Column name ValidFrom */
|
||||
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
|
||||
|
@ -454,6 +438,15 @@ public interface I_PP_Order_Workflow
|
|||
*/
|
||||
public Timestamp getValidTo();
|
||||
|
||||
/** Column name ValidateWorkflow */
|
||||
public static final String COLUMNNAME_ValidateWorkflow = "ValidateWorkflow";
|
||||
|
||||
/** Set Validate Workflow */
|
||||
public void setValidateWorkflow (String ValidateWorkflow);
|
||||
|
||||
/** Get Validate Workflow */
|
||||
public String getValidateWorkflow();
|
||||
|
||||
/** Column name Value */
|
||||
public static final String COLUMNNAME_Value = "Value";
|
||||
|
||||
|
|
|
@ -21,11 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_ChangeNotice;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Product_BOM
|
||||
|
@ -88,19 +84,6 @@ public interface I_PP_Product_BOM
|
|||
*/
|
||||
public String getBOMUse();
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
|
||||
/** Column name C_UOM_ID */
|
||||
public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID";
|
||||
|
||||
|
@ -116,6 +99,19 @@ public interface I_PP_Product_BOM
|
|||
|
||||
public I_C_UOM getC_UOM() throws RuntimeException;
|
||||
|
||||
/** Column name CopyFrom */
|
||||
public static final String COLUMNNAME_CopyFrom = "CopyFrom";
|
||||
|
||||
/** Set Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom);
|
||||
|
||||
/** Get Copy From.
|
||||
* Copy From Record
|
||||
*/
|
||||
public String getCopyFrom();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -20,12 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_Product_Planning
|
||||
|
@ -110,15 +105,6 @@ public interface I_PP_Product_Planning
|
|||
/** Get Is Create Plan */
|
||||
public boolean isCreatePlan();
|
||||
|
||||
/** Column name IsIssue */
|
||||
public static final String COLUMNNAME_IsIssue = "IsIssue";
|
||||
|
||||
/** Set Is Issue */
|
||||
public void setIsIssue (boolean IsIssue);
|
||||
|
||||
/** Get Is Issue */
|
||||
public boolean isIssue();
|
||||
|
||||
/** Column name IsMPS */
|
||||
public static final String COLUMNNAME_IsMPS = "IsMPS";
|
||||
|
||||
|
@ -251,15 +237,6 @@ 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();
|
||||
|
||||
/** Column name PP_Product_BOM_ID */
|
||||
public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID";
|
||||
|
||||
|
@ -284,18 +261,14 @@ public interface I_PP_Product_Planning
|
|||
/** Get Product Planning */
|
||||
public int getPP_Product_Planning_ID();
|
||||
|
||||
/** Column name SafetyStock */
|
||||
public static final String COLUMNNAME_SafetyStock = "SafetyStock";
|
||||
/** Column name Planner_ID */
|
||||
public static final String COLUMNNAME_Planner_ID = "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);
|
||||
/** Set Planner */
|
||||
public void setPlanner_ID (int Planner_ID);
|
||||
|
||||
/** 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();
|
||||
/** Get Planner */
|
||||
public int getPlanner_ID();
|
||||
|
||||
/** Column name S_Resource_ID */
|
||||
public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID";
|
||||
|
@ -312,6 +285,19 @@ 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";
|
||||
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_WF_Node;
|
||||
import org.compiere.model.I_A_Asset;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_WF_Node_Asset
|
||||
|
@ -47,21 +44,6 @@ public interface I_PP_WF_Node_Asset
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name A_Asset_ID */
|
||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||
|
||||
/** Set Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public void setA_Asset_ID (int A_Asset_ID);
|
||||
|
||||
/** Get Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public int getA_Asset_ID();
|
||||
|
||||
public I_A_Asset getA_Asset() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -90,6 +72,21 @@ public interface I_PP_WF_Node_Asset
|
|||
|
||||
public I_AD_WF_Node getAD_WF_Node() throws RuntimeException;
|
||||
|
||||
/** Column name A_Asset_ID */
|
||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||
|
||||
/** Set Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public void setA_Asset_ID (int A_Asset_ID);
|
||||
|
||||
/** Get Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public int getA_Asset_ID();
|
||||
|
||||
public I_A_Asset getA_Asset() throws RuntimeException;
|
||||
|
||||
/** Column name PP_WF_Node_Asset_ID */
|
||||
public static final String COLUMNNAME_PP_WF_Node_Asset_ID = "PP_WF_Node_Asset_ID";
|
||||
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_WF_Node;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for PP_WF_Node_Product
|
||||
|
|
|
@ -21,11 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_M_AttributeSet;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for QM_Specification
|
||||
|
|
|
@ -21,9 +21,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.compiere.model.I_M_Attribute;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for QM_SpecificationLine
|
||||
|
@ -101,6 +99,15 @@ public interface I_QM_SpecificationLine
|
|||
*/
|
||||
public String getOperation();
|
||||
|
||||
/** Column name QM_SpecificationLine_ID */
|
||||
public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID";
|
||||
|
||||
/** Set QM_SpecificationLine_ID */
|
||||
public void setQM_SpecificationLine_ID (int QM_SpecificationLine_ID);
|
||||
|
||||
/** Get QM_SpecificationLine_ID */
|
||||
public int getQM_SpecificationLine_ID();
|
||||
|
||||
/** Column name QM_Specification_ID */
|
||||
public static final String COLUMNNAME_QM_Specification_ID = "QM_Specification_ID";
|
||||
|
||||
|
@ -112,15 +119,6 @@ public interface I_QM_SpecificationLine
|
|||
|
||||
public org.eevolution.model.I_QM_Specification getQM_Specification() throws RuntimeException;
|
||||
|
||||
/** Column name QM_SpecificationLine_ID */
|
||||
public static final String COLUMNNAME_QM_SpecificationLine_ID = "QM_SpecificationLine_ID";
|
||||
|
||||
/** Set QM_SpecificationLine_ID */
|
||||
public void setQM_SpecificationLine_ID (int QM_SpecificationLine_ID);
|
||||
|
||||
/** Get QM_SpecificationLine_ID */
|
||||
public int getQM_SpecificationLine_ID();
|
||||
|
||||
/** Column name SeqNo */
|
||||
public static final String COLUMNNAME_SeqNo = "SeqNo";
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for RV_PP_WIP
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_PInstance;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for T_BOMLine
|
||||
|
@ -121,21 +118,6 @@ public interface I_T_BOMLine
|
|||
|
||||
public I_M_Product getM_Product() throws RuntimeException;
|
||||
|
||||
/** Column name PP_Product_BOM_ID */
|
||||
public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID";
|
||||
|
||||
/** Set BOM & Formula.
|
||||
* BOM & Formula
|
||||
*/
|
||||
public void setPP_Product_BOM_ID (int PP_Product_BOM_ID);
|
||||
|
||||
/** Get BOM & Formula.
|
||||
* BOM & Formula
|
||||
*/
|
||||
public int getPP_Product_BOM_ID();
|
||||
|
||||
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException;
|
||||
|
||||
/** Column name PP_Product_BOMLine_ID */
|
||||
public static final String COLUMNNAME_PP_Product_BOMLine_ID = "PP_Product_BOMLine_ID";
|
||||
|
||||
|
@ -151,6 +133,21 @@ public interface I_T_BOMLine
|
|||
|
||||
public org.eevolution.model.I_PP_Product_BOMLine getPP_Product_BOMLine() throws RuntimeException;
|
||||
|
||||
/** Column name PP_Product_BOM_ID */
|
||||
public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID";
|
||||
|
||||
/** Set BOM & Formula.
|
||||
* BOM & Formula
|
||||
*/
|
||||
public void setPP_Product_BOM_ID (int PP_Product_BOM_ID);
|
||||
|
||||
/** Get BOM & Formula.
|
||||
* BOM & Formula
|
||||
*/
|
||||
public int getPP_Product_BOM_ID();
|
||||
|
||||
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException;
|
||||
|
||||
/** Column name Sel_Product_ID */
|
||||
public static final String COLUMNNAME_Sel_Product_ID = "Sel_Product_ID";
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
package org.eevolution.model;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.compiere.model.I_AD_PInstance;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for T_MRP_CRP
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for C_TaxBase
|
||||
|
@ -91,7 +88,10 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent
|
|||
public void setBase (String Base)
|
||||
{
|
||||
|
||||
if (Base == null || Base.equals("C") || Base.equals("P") || Base.equals("Q")); else throw new IllegalArgumentException ("Base Invalid value - " + Base + " - Reference_ID=53240 - C - P - Q"); set_Value (COLUMNNAME_Base, Base);
|
||||
if (Base == null || Base.equals("C") || Base.equals("P") || Base.equals("Q"));
|
||||
else throw new IllegalArgumentException ("Base Invalid value - " + Base + " - Reference_ID=53240 - C - P - Q");
|
||||
|
||||
set_Value (COLUMNNAME_Base, Base);
|
||||
}
|
||||
|
||||
/** Get Base.
|
||||
|
|
|
@ -22,18 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_OrgType;
|
||||
import org.compiere.model.I_C_BP_Group;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Tax;
|
||||
import org.compiere.model.I_C_TaxCategory;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Product_Category;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for C_TaxDefinition
|
||||
|
@ -126,45 +115,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_BPartner getC_BPartner() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
|
||||
I_C_BPartner result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_BPartner)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_BPartner_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Business Partner .
|
||||
@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_Group getC_BP_Group() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
|
||||
|
@ -204,6 +154,45 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_BPartner getC_BPartner() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
|
||||
I_C_BPartner result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_BPartner)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_BPartner_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Business Partner .
|
||||
@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 org.eevolution.model.I_C_TaxBase getC_TaxBase() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxBase.Table_Name);
|
||||
|
@ -334,6 +323,42 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxType.Table_Name);
|
||||
org.eevolution.model.I_C_TaxType result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_C_TaxType)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_TaxType_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Tax Type.
|
||||
@param C_TaxType_ID Tax Type */
|
||||
public void setC_TaxType_ID (int C_TaxType_ID)
|
||||
{
|
||||
if (C_TaxType_ID < 1)
|
||||
set_Value (COLUMNNAME_C_TaxType_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID));
|
||||
}
|
||||
|
||||
/** Get Tax Type.
|
||||
@return Tax Type */
|
||||
public int getC_TaxType_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_Tax getC_Tax() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Tax.Table_Name);
|
||||
|
@ -373,42 +398,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxType.Table_Name);
|
||||
org.eevolution.model.I_C_TaxType result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_C_TaxType)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_TaxType_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Tax Type.
|
||||
@param C_TaxType_ID Tax Type */
|
||||
public void setC_TaxType_ID (int C_TaxType_ID)
|
||||
{
|
||||
if (C_TaxType_ID < 1)
|
||||
set_Value (COLUMNNAME_C_TaxType_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID));
|
||||
}
|
||||
|
||||
/** Get Tax Type.
|
||||
@return Tax Type */
|
||||
public int getC_TaxType_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Description.
|
||||
@param Description
|
||||
Optional short description of the record
|
||||
|
@ -467,40 +456,6 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Max Taxable.
|
||||
@param MaxTaxable Max Taxable */
|
||||
public void setMaxTaxable (int MaxTaxable)
|
||||
{
|
||||
set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable));
|
||||
}
|
||||
|
||||
/** Get Max Taxable.
|
||||
@return Max Taxable */
|
||||
public int getMaxTaxable ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Min Taxable.
|
||||
@param MinTaxable Min Taxable */
|
||||
public void setMinTaxable (int MinTaxable)
|
||||
{
|
||||
set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable));
|
||||
}
|
||||
|
||||
/** Get Min Taxable.
|
||||
@return Min Taxable */
|
||||
public int getMinTaxable ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Product_Category getM_Product_Category() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
|
||||
|
@ -579,6 +534,40 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Max Taxable.
|
||||
@param MaxTaxable Max Taxable */
|
||||
public void setMaxTaxable (int MaxTaxable)
|
||||
{
|
||||
set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable));
|
||||
}
|
||||
|
||||
/** Get Max Taxable.
|
||||
@return Max Taxable */
|
||||
public int getMaxTaxable ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Min Taxable.
|
||||
@param MinTaxable Min Taxable */
|
||||
public void setMinTaxable (int MinTaxable)
|
||||
{
|
||||
set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable));
|
||||
}
|
||||
|
||||
/** Get Min Taxable.
|
||||
@return Min Taxable */
|
||||
public int getMinTaxable ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Name.
|
||||
@param Name
|
||||
Alphanumeric identifier of the entity
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for C_TaxGroup
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for C_TaxType
|
||||
|
|
|
@ -22,12 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_M_ChangeNotice;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for DD_NetworkDistribution
|
||||
|
|
|
@ -23,12 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_M_Shipper;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
|
||||
/** Generated Model for DD_NetworkDistributionLine
|
||||
|
@ -48,12 +43,12 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
|
|||
super (ctx, DD_NetworkDistributionLine_ID, trxName);
|
||||
/** if (DD_NetworkDistributionLine_ID == 0)
|
||||
{
|
||||
setDD_NetworkDistribution_ID (0);
|
||||
setDD_NetworkDistributionLine_ID (0);
|
||||
setDD_NetworkDistribution_ID (0);
|
||||
setM_Shipper_ID (0);
|
||||
setM_WarehouseSource_ID (0);
|
||||
setM_Warehouse_ID (0);
|
||||
// @M_Warehouse_ID@
|
||||
setM_WarehouseSource_ID (0);
|
||||
} */
|
||||
}
|
||||
|
||||
|
@ -85,6 +80,25 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** Set Network Distribution Line.
|
||||
@param DD_NetworkDistributionLine_ID Network Distribution Line */
|
||||
public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID)
|
||||
{
|
||||
if (DD_NetworkDistributionLine_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_NetworkDistributionLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, Integer.valueOf(DD_NetworkDistributionLine_ID));
|
||||
}
|
||||
|
||||
/** Get Network Distribution Line.
|
||||
@return Network Distribution Line */
|
||||
public int getDD_NetworkDistributionLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistributionLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_NetworkDistribution.Table_Name);
|
||||
|
@ -120,25 +134,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Network Distribution Line.
|
||||
@param DD_NetworkDistributionLine_ID Network Distribution Line */
|
||||
public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID)
|
||||
{
|
||||
if (DD_NetworkDistributionLine_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_NetworkDistributionLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, Integer.valueOf(DD_NetworkDistributionLine_ID));
|
||||
}
|
||||
|
||||
/** Get Network Distribution Line.
|
||||
@return Network Distribution Line */
|
||||
public int getDD_NetworkDistributionLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistributionLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Shipper getM_Shipper() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
|
||||
|
@ -177,28 +172,6 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Warehouse.
|
||||
@param M_Warehouse_ID
|
||||
Storage Warehouse and Service Point
|
||||
*/
|
||||
public void setM_Warehouse_ID (int M_Warehouse_ID)
|
||||
{
|
||||
if (M_Warehouse_ID < 1)
|
||||
throw new IllegalArgumentException ("M_Warehouse_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID));
|
||||
}
|
||||
|
||||
/** Get Warehouse.
|
||||
@return Storage Warehouse and Service Point
|
||||
*/
|
||||
public int getM_Warehouse_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Source Warehouse.
|
||||
@param M_WarehouseSource_ID
|
||||
Optional Warehouse to replenish from
|
||||
|
@ -221,6 +194,28 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Warehouse.
|
||||
@param M_Warehouse_ID
|
||||
Storage Warehouse and Service Point
|
||||
*/
|
||||
public void setM_Warehouse_ID (int M_Warehouse_ID)
|
||||
{
|
||||
if (M_Warehouse_ID < 1)
|
||||
throw new IllegalArgumentException ("M_Warehouse_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID));
|
||||
}
|
||||
|
||||
/** Get Warehouse.
|
||||
@return Storage Warehouse and Service Point
|
||||
*/
|
||||
public int getM_Warehouse_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Percent.
|
||||
@param Percent
|
||||
Percentage
|
||||
|
|
|
@ -23,22 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_User;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_BPartner_Location;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_DocType;
|
||||
import org.compiere.model.I_C_Invoice;
|
||||
import org.compiere.model.I_C_Order;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_M_Shipper;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -394,26 +379,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge amount.
|
||||
@param ChargeAmt
|
||||
Charge Amount
|
||||
*/
|
||||
public void setChargeAmt (BigDecimal ChargeAmt)
|
||||
{
|
||||
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
|
||||
}
|
||||
|
||||
/** Get Charge amount.
|
||||
@return Charge Amount
|
||||
*/
|
||||
public BigDecimal getChargeAmt ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
public I_C_Invoice getC_Invoice() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
|
||||
|
@ -531,6 +496,26 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Charge amount.
|
||||
@param ChargeAmt
|
||||
Charge Amount
|
||||
*/
|
||||
public void setChargeAmt (BigDecimal ChargeAmt)
|
||||
{
|
||||
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
|
||||
}
|
||||
|
||||
/** Get Charge amount.
|
||||
@return Charge Amount
|
||||
*/
|
||||
public BigDecimal getChargeAmt ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Create Confirm.
|
||||
@param CreateConfirm Create Confirm */
|
||||
public void setCreateConfirm (String CreateConfirm)
|
||||
|
@ -576,6 +561,25 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_CreatePackage);
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_Order_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order.
|
||||
@return Distribution Order */
|
||||
public int getDD_Order_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Date Ordered.
|
||||
@param DateOrdered
|
||||
Date of Order
|
||||
|
@ -644,25 +648,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return (Timestamp)get_Value(COLUMNNAME_DateReceived);
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_Order_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order.
|
||||
@return Distribution Order */
|
||||
public int getDD_Order_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** DeliveryRule AD_Reference_ID=151 */
|
||||
public static final int DELIVERYRULE_AD_Reference_ID=151;
|
||||
/** After Receipt = R */
|
||||
|
@ -684,7 +669,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setDeliveryRule (String DeliveryRule)
|
||||
{
|
||||
if (DeliveryRule == null) throw new IllegalArgumentException ("DeliveryRule is mandatory");
|
||||
if (DeliveryRule.equals("R") || DeliveryRule.equals("A") || DeliveryRule.equals("L") || DeliveryRule.equals("O") || DeliveryRule.equals("F") || DeliveryRule.equals("M")); else throw new IllegalArgumentException ("DeliveryRule Invalid value - " + DeliveryRule + " - Reference_ID=151 - R - A - L - O - F - M"); set_Value (COLUMNNAME_DeliveryRule, DeliveryRule);
|
||||
if (DeliveryRule.equals("R") || DeliveryRule.equals("A") || DeliveryRule.equals("L") || DeliveryRule.equals("O") || DeliveryRule.equals("F") || DeliveryRule.equals("M"));
|
||||
else throw new IllegalArgumentException ("DeliveryRule Invalid value - " + DeliveryRule + " - Reference_ID=151 - R - A - L - O - F - M");
|
||||
|
||||
set_Value (COLUMNNAME_DeliveryRule, DeliveryRule);
|
||||
}
|
||||
|
||||
/** Get Delivery Rule.
|
||||
|
@ -710,7 +698,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setDeliveryViaRule (String DeliveryViaRule)
|
||||
{
|
||||
if (DeliveryViaRule == null) throw new IllegalArgumentException ("DeliveryViaRule is mandatory");
|
||||
if (DeliveryViaRule.equals("P") || DeliveryViaRule.equals("D") || DeliveryViaRule.equals("S")); else throw new IllegalArgumentException ("DeliveryViaRule Invalid value - " + DeliveryViaRule + " - Reference_ID=152 - P - D - S"); set_Value (COLUMNNAME_DeliveryViaRule, DeliveryViaRule);
|
||||
if (DeliveryViaRule.equals("P") || DeliveryViaRule.equals("D") || DeliveryViaRule.equals("S"));
|
||||
else throw new IllegalArgumentException ("DeliveryViaRule Invalid value - " + DeliveryViaRule + " - Reference_ID=152 - P - D - S");
|
||||
|
||||
set_Value (COLUMNNAME_DeliveryViaRule, DeliveryViaRule);
|
||||
}
|
||||
|
||||
/** Get Delivery Via.
|
||||
|
@ -775,7 +766,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setDocAction (String DocAction)
|
||||
{
|
||||
if (DocAction == null) throw new IllegalArgumentException ("DocAction is mandatory");
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC")); else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC"); set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
}
|
||||
|
||||
/** Get Document Action.
|
||||
|
@ -819,7 +813,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setDocStatus (String DocStatus)
|
||||
{
|
||||
if (DocStatus == null) throw new IllegalArgumentException ("DocStatus is mandatory");
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
}
|
||||
|
||||
/** Get Document Status.
|
||||
|
@ -894,7 +891,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setFreightCostRule (String FreightCostRule)
|
||||
{
|
||||
if (FreightCostRule == null) throw new IllegalArgumentException ("FreightCostRule is mandatory");
|
||||
if (FreightCostRule.equals("I") || FreightCostRule.equals("F") || FreightCostRule.equals("C") || FreightCostRule.equals("L")); else throw new IllegalArgumentException ("FreightCostRule Invalid value - " + FreightCostRule + " - Reference_ID=153 - I - F - C - L"); set_Value (COLUMNNAME_FreightCostRule, FreightCostRule);
|
||||
if (FreightCostRule.equals("I") || FreightCostRule.equals("F") || FreightCostRule.equals("C") || FreightCostRule.equals("L"));
|
||||
else throw new IllegalArgumentException ("FreightCostRule Invalid value - " + FreightCostRule + " - Reference_ID=153 - I - F - C - L");
|
||||
|
||||
set_Value (COLUMNNAME_FreightCostRule, FreightCostRule);
|
||||
}
|
||||
|
||||
/** Get Freight Cost Rule.
|
||||
|
@ -1063,27 +1063,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Selected.
|
||||
@param IsSelected Selected */
|
||||
public void setIsSelected (boolean IsSelected)
|
||||
{
|
||||
set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected));
|
||||
}
|
||||
|
||||
/** Get Selected.
|
||||
@return Selected */
|
||||
public boolean isSelected ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_IsSelected);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Sales Transaction.
|
||||
@param IsSOTrx
|
||||
This is a Sales Transaction
|
||||
|
@ -1108,6 +1087,27 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Selected.
|
||||
@param IsSelected Selected */
|
||||
public void setIsSelected (boolean IsSelected)
|
||||
{
|
||||
set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected));
|
||||
}
|
||||
|
||||
/** Get Selected.
|
||||
@return Selected */
|
||||
public boolean isSelected ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_IsSelected);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public I_M_Shipper getM_Shipper() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
|
||||
|
@ -1205,23 +1205,6 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Pick Date.
|
||||
@param PickDate
|
||||
Date/Time when picked for Shipment
|
||||
*/
|
||||
public void setPickDate (Timestamp PickDate)
|
||||
{
|
||||
set_Value (COLUMNNAME_PickDate, PickDate);
|
||||
}
|
||||
|
||||
/** Get Pick Date.
|
||||
@return Date/Time when picked for Shipment
|
||||
*/
|
||||
public Timestamp getPickDate ()
|
||||
{
|
||||
return (Timestamp)get_Value(COLUMNNAME_PickDate);
|
||||
}
|
||||
|
||||
/** Set Order Reference.
|
||||
@param POReference
|
||||
Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
|
||||
|
@ -1239,6 +1222,23 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_POReference);
|
||||
}
|
||||
|
||||
/** Set Pick Date.
|
||||
@param PickDate
|
||||
Date/Time when picked for Shipment
|
||||
*/
|
||||
public void setPickDate (Timestamp PickDate)
|
||||
{
|
||||
set_Value (COLUMNNAME_PickDate, PickDate);
|
||||
}
|
||||
|
||||
/** Get Pick Date.
|
||||
@return Date/Time when picked for Shipment
|
||||
*/
|
||||
public Timestamp getPickDate ()
|
||||
{
|
||||
return (Timestamp)get_Value(COLUMNNAME_PickDate);
|
||||
}
|
||||
|
||||
/** Set Posted.
|
||||
@param Posted
|
||||
Posting status
|
||||
|
@ -1282,7 +1282,10 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent
|
|||
public void setPriorityRule (String PriorityRule)
|
||||
{
|
||||
if (PriorityRule == null) throw new IllegalArgumentException ("PriorityRule is mandatory");
|
||||
if (PriorityRule.equals("3") || PriorityRule.equals("5") || PriorityRule.equals("7") || PriorityRule.equals("1") || PriorityRule.equals("9")); else throw new IllegalArgumentException ("PriorityRule Invalid value - " + PriorityRule + " - Reference_ID=154 - 3 - 5 - 7 - 1 - 9"); set_Value (COLUMNNAME_PriorityRule, PriorityRule);
|
||||
if (PriorityRule.equals("3") || PriorityRule.equals("5") || PriorityRule.equals("7") || PriorityRule.equals("1") || PriorityRule.equals("9"));
|
||||
else throw new IllegalArgumentException ("PriorityRule Invalid value - " + PriorityRule + " - Reference_ID=154 - 3 - 5 - 7 - 1 - 9");
|
||||
|
||||
set_Value (COLUMNNAME_PriorityRule, PriorityRule);
|
||||
}
|
||||
|
||||
/** Get Priority.
|
||||
|
|
|
@ -23,17 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Locator;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -56,17 +46,17 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
|
|||
{
|
||||
setC_UOM_ID (0);
|
||||
// @#C_UOM_ID@
|
||||
setDD_Order_ID (0);
|
||||
setDD_OrderLine_ID (0);
|
||||
setDD_Order_ID (0);
|
||||
setIsDescription (false);
|
||||
// N
|
||||
setIsInvoiced (false);
|
||||
setLine (0);
|
||||
// @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM DD_OrderLine WHERE DD_OrderLine_ID=@DD_OrderLine_ID@
|
||||
setM_Locator_ID (0);
|
||||
// @M_Locator_ID@
|
||||
setM_LocatorTo_ID (0);
|
||||
// @M_LocatorTo_ID@
|
||||
setM_Locator_ID (0);
|
||||
// @M_Locator_ID@
|
||||
setProcessed (false);
|
||||
setQtyEntered (Env.ZERO);
|
||||
// 1
|
||||
|
@ -243,26 +233,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;
|
||||
}
|
||||
|
||||
public I_C_Project getC_Project() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
|
||||
|
@ -340,6 +310,80 @@ 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)
|
||||
throw new IllegalArgumentException ("DD_OrderLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order Line.
|
||||
@return Distribution Order Line */
|
||||
public int getDD_OrderLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
|
||||
org.eevolution.model.I_DD_Order result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_Order_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order.
|
||||
@return Distribution Order */
|
||||
public int getDD_Order_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Date Delivered.
|
||||
@param DateDelivered
|
||||
Date when the product was delivered
|
||||
|
@ -391,60 +435,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
|
|||
return (Timestamp)get_Value(COLUMNNAME_DatePromised);
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
|
||||
org.eevolution.model.I_DD_Order result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_Order_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order.
|
||||
@return Distribution Order */
|
||||
public int getDD_Order_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Distribution Order Line.
|
||||
@param DD_OrderLine_ID Distribution Order Line */
|
||||
public void setDD_OrderLine_ID (int DD_OrderLine_ID)
|
||||
{
|
||||
if (DD_OrderLine_ID < 1)
|
||||
throw new IllegalArgumentException ("DD_OrderLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order Line.
|
||||
@return Distribution Order Line */
|
||||
public int getDD_OrderLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Description.
|
||||
@param Description
|
||||
Optional short description of the record
|
||||
|
@ -578,6 +568,29 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set Attribute Set Instance To.
|
||||
@param M_AttributeSetInstanceTo_ID
|
||||
Target Product Attribute Set Instance
|
||||
*/
|
||||
public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID)
|
||||
{
|
||||
if (M_AttributeSetInstanceTo_ID < 1)
|
||||
set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID));
|
||||
}
|
||||
|
||||
/** Get Attribute Set Instance To.
|
||||
@return Target Product Attribute Set Instance
|
||||
*/
|
||||
public int getM_AttributeSetInstanceTo_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Attribute Set Instance.
|
||||
@param M_AttributeSetInstance_ID
|
||||
Product Attribute Set Instance
|
||||
|
@ -601,24 +614,23 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Attribute Set Instance To.
|
||||
@param M_AttributeSetInstanceTo_ID
|
||||
Target Product Attribute Set Instance
|
||||
/** Set Locator To.
|
||||
@param M_LocatorTo_ID
|
||||
Location inventory is moved to
|
||||
*/
|
||||
public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID)
|
||||
public void setM_LocatorTo_ID (int M_LocatorTo_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));
|
||||
if (M_LocatorTo_ID < 1)
|
||||
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID));
|
||||
}
|
||||
|
||||
/** Get Attribute Set Instance To.
|
||||
@return Target Product Attribute Set Instance
|
||||
/** Get Locator To.
|
||||
@return Location inventory is moved to
|
||||
*/
|
||||
public int getM_AttributeSetInstanceTo_ID ()
|
||||
public int getM_LocatorTo_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
|
@ -662,28 +674,6 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** 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)
|
||||
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID));
|
||||
}
|
||||
|
||||
/** Get Locator To.
|
||||
@return Location inventory is moved to
|
||||
*/
|
||||
public int getM_LocatorTo_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Product.
|
||||
@param M_Product_ID
|
||||
Product, Service, Item
|
||||
|
|
|
@ -21,12 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Table;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for EXP_Format
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -21,12 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Column;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for EXP_FormatLine
|
||||
* @author Adempiere (generated)
|
||||
|
@ -193,6 +188,25 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Format Line.
|
||||
@param EXP_FormatLine_ID Format Line */
|
||||
public void setEXP_FormatLine_ID (int EXP_FormatLine_ID)
|
||||
{
|
||||
if (EXP_FormatLine_ID < 1)
|
||||
throw new IllegalArgumentException ("EXP_FormatLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, Integer.valueOf(EXP_FormatLine_ID));
|
||||
}
|
||||
|
||||
/** Get Format Line.
|
||||
@return Format Line */
|
||||
public int getEXP_FormatLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_EXP_Format getEXP_Format() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Format.Table_Name);
|
||||
|
@ -229,25 +243,6 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Format Line.
|
||||
@param EXP_FormatLine_ID Format Line */
|
||||
public void setEXP_FormatLine_ID (int EXP_FormatLine_ID)
|
||||
{
|
||||
if (EXP_FormatLine_ID < 1)
|
||||
throw new IllegalArgumentException ("EXP_FormatLine_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, Integer.valueOf(EXP_FormatLine_ID));
|
||||
}
|
||||
|
||||
/** Get Format Line.
|
||||
@return Format Line */
|
||||
public int getEXP_FormatLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Comment/Help.
|
||||
@param Help
|
||||
Comment or Hint
|
||||
|
@ -363,7 +358,10 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
|
|||
public void setType (String Type)
|
||||
{
|
||||
if (Type == null) throw new IllegalArgumentException ("Type is mandatory");
|
||||
if (Type.equals("E") || Type.equals("A") || Type.equals("M") || Type.equals("R")); else throw new IllegalArgumentException ("Type Invalid value - " + Type + " - Reference_ID=53241 - E - A - M - R"); set_Value (COLUMNNAME_Type, Type);
|
||||
if (Type.equals("E") || Type.equals("A") || Type.equals("M") || Type.equals("R"));
|
||||
else throw new IllegalArgumentException ("Type Invalid value - " + Type + " - Reference_ID=53241 - E - A - M - R");
|
||||
|
||||
set_Value (COLUMNNAME_Type, Type);
|
||||
}
|
||||
|
||||
/** Get Type.
|
||||
|
|
|
@ -21,11 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for EXP_Processor
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -21,11 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for EXP_ProcessorParameter
|
||||
* @author Adempiere (generated)
|
||||
|
@ -44,8 +40,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam
|
|||
super (ctx, EXP_ProcessorParameter_ID, trxName);
|
||||
/** if (EXP_ProcessorParameter_ID == 0)
|
||||
{
|
||||
setEXP_Processor_ID (0);
|
||||
setEXP_ProcessorParameter_ID (0);
|
||||
setEXP_Processor_ID (0);
|
||||
setName (null);
|
||||
setValue (null);
|
||||
} */
|
||||
|
@ -96,6 +92,25 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam
|
|||
return (String)get_Value(COLUMNNAME_Description);
|
||||
}
|
||||
|
||||
/** Set Processor Parameter.
|
||||
@param EXP_ProcessorParameter_ID Processor Parameter */
|
||||
public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID)
|
||||
{
|
||||
if (EXP_ProcessorParameter_ID < 1)
|
||||
throw new IllegalArgumentException ("EXP_ProcessorParameter_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, Integer.valueOf(EXP_ProcessorParameter_ID));
|
||||
}
|
||||
|
||||
/** Get Processor Parameter.
|
||||
@return Processor Parameter */
|
||||
public int getEXP_ProcessorParameter_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor.Table_Name);
|
||||
|
@ -131,25 +146,6 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Processor Parameter.
|
||||
@param EXP_ProcessorParameter_ID Processor Parameter */
|
||||
public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID)
|
||||
{
|
||||
if (EXP_ProcessorParameter_ID < 1)
|
||||
throw new IllegalArgumentException ("EXP_ProcessorParameter_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, Integer.valueOf(EXP_ProcessorParameter_ID));
|
||||
}
|
||||
|
||||
/** Get Processor Parameter.
|
||||
@return Processor Parameter */
|
||||
public int getEXP_ProcessorParameter_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Comment/Help.
|
||||
@param Help
|
||||
Comment or Hint
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for EXP_Processor_Type
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -23,13 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
|
||||
/** Generated Model for HR_Attribute
|
||||
|
@ -193,7 +187,10 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent
|
|||
public void setColumnType (String ColumnType)
|
||||
{
|
||||
|
||||
if (ColumnType == null || ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T")); else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T"); set_Value (COLUMNNAME_ColumnType, ColumnType);
|
||||
if (ColumnType == null || ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T"));
|
||||
else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T");
|
||||
|
||||
set_Value (COLUMNNAME_ColumnType, ColumnType);
|
||||
}
|
||||
|
||||
/** Get Column Type.
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Concept
|
||||
|
@ -96,7 +92,10 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent
|
|||
public void setAccountSign (String AccountSign)
|
||||
{
|
||||
|
||||
if (AccountSign == null || AccountSign.equals("N") || AccountSign.equals("D") || AccountSign.equals("C")); else throw new IllegalArgumentException ("AccountSign Invalid value - " + AccountSign + " - Reference_ID=118 - N - D - C"); set_Value (COLUMNNAME_AccountSign, AccountSign);
|
||||
if (AccountSign == null || AccountSign.equals("N") || AccountSign.equals("D") || AccountSign.equals("C"));
|
||||
else throw new IllegalArgumentException ("AccountSign Invalid value - " + AccountSign + " - Reference_ID=118 - N - D - C");
|
||||
|
||||
set_Value (COLUMNNAME_AccountSign, AccountSign);
|
||||
}
|
||||
|
||||
/** Get Account Sign.
|
||||
|
@ -122,7 +121,10 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent
|
|||
public void setColumnType (String ColumnType)
|
||||
{
|
||||
if (ColumnType == null) throw new IllegalArgumentException ("ColumnType is mandatory");
|
||||
if (ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T")); else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T"); set_Value (COLUMNNAME_ColumnType, ColumnType);
|
||||
if (ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T"));
|
||||
else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T");
|
||||
|
||||
set_Value (COLUMNNAME_ColumnType, ColumnType);
|
||||
}
|
||||
|
||||
/** Get Column Type.
|
||||
|
@ -516,7 +518,10 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent
|
|||
public void setType (String Type)
|
||||
{
|
||||
if (Type == null) throw new IllegalArgumentException ("Type is mandatory");
|
||||
if (Type.equals("C") || Type.equals("E") || Type.equals("I") || Type.equals("R")); else throw new IllegalArgumentException ("Type Invalid value - " + Type + " - Reference_ID=53245 - C - E - I - R"); set_Value (COLUMNNAME_Type, Type);
|
||||
if (Type.equals("C") || Type.equals("E") || Type.equals("I") || Type.equals("R"));
|
||||
else throw new IllegalArgumentException ("Type Invalid value - " + Type + " - Reference_ID=53245 - C - E - I - R");
|
||||
|
||||
set_Value (COLUMNNAME_Type, Type);
|
||||
}
|
||||
|
||||
/** Get Type.
|
||||
|
|
|
@ -21,13 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_AcctSchema;
|
||||
import org.compiere.model.I_C_BP_Group;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for HR_Concept_Acct
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Concept_Category
|
||||
|
|
|
@ -22,14 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Contract
|
||||
|
|
|
@ -21,12 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Department
|
||||
|
|
|
@ -22,13 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Employee
|
||||
|
|
|
@ -21,11 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Job
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_List
|
||||
|
@ -168,25 +164,6 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payroll List.
|
||||
@param HR_List_ID Payroll List */
|
||||
public void setHR_List_ID (int HR_List_ID)
|
||||
{
|
||||
if (HR_List_ID < 1)
|
||||
throw new IllegalArgumentException ("HR_List_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID));
|
||||
}
|
||||
|
||||
/** Get Payroll List.
|
||||
@return Payroll List */
|
||||
public int getHR_List_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_HR_ListType getHR_ListType() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_ListType.Table_Name);
|
||||
|
@ -223,6 +200,25 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payroll List.
|
||||
@param HR_List_ID Payroll List */
|
||||
public void setHR_List_ID (int HR_List_ID)
|
||||
{
|
||||
if (HR_List_ID < 1)
|
||||
throw new IllegalArgumentException ("HR_List_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID));
|
||||
}
|
||||
|
||||
/** Get Payroll List.
|
||||
@return Payroll List */
|
||||
public int getHR_List_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_Payroll.Table_Name);
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.math.BigDecimal;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_ListType
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_ListVersion
|
||||
|
@ -46,8 +42,8 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste
|
|||
super (ctx, HR_ListVersion_ID, trxName);
|
||||
/** if (HR_ListVersion_ID == 0)
|
||||
{
|
||||
setHR_List_ID (0);
|
||||
setHR_ListVersion_ID (0);
|
||||
setHR_List_ID (0);
|
||||
setName (null);
|
||||
} */
|
||||
}
|
||||
|
@ -117,6 +113,25 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payroll List Version.
|
||||
@param HR_ListVersion_ID Payroll List Version */
|
||||
public void setHR_ListVersion_ID (int HR_ListVersion_ID)
|
||||
{
|
||||
if (HR_ListVersion_ID < 1)
|
||||
throw new IllegalArgumentException ("HR_ListVersion_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, Integer.valueOf(HR_ListVersion_ID));
|
||||
}
|
||||
|
||||
/** Get Payroll List Version.
|
||||
@return Payroll List Version */
|
||||
public int getHR_ListVersion_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListVersion_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_HR_List getHR_List() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_HR_List.Table_Name);
|
||||
|
@ -152,25 +167,6 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Payroll List Version.
|
||||
@param HR_ListVersion_ID Payroll List Version */
|
||||
public void setHR_ListVersion_ID (int HR_ListVersion_ID)
|
||||
{
|
||||
if (HR_ListVersion_ID < 1)
|
||||
throw new IllegalArgumentException ("HR_ListVersion_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, Integer.valueOf(HR_ListVersion_ID));
|
||||
}
|
||||
|
||||
/** Get Payroll List Version.
|
||||
@return Payroll List Version */
|
||||
public int getHR_ListVersion_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListVersion_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Name.
|
||||
@param Name
|
||||
Alphanumeric identifier of the entity
|
||||
|
|
|
@ -23,18 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_ProjectPhase;
|
||||
import org.compiere.model.I_C_ProjectTask;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -286,70 +275,6 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** ColumnType AD_Reference_ID=53243 */
|
||||
public static final int COLUMNTYPE_AD_Reference_ID=53243;
|
||||
/** Amount = A */
|
||||
public static final String COLUMNTYPE_Amount = "A";
|
||||
/** Date = D */
|
||||
public static final String COLUMNTYPE_Date = "D";
|
||||
/** Quantity = Q */
|
||||
public static final String COLUMNTYPE_Quantity = "Q";
|
||||
/** Text = T */
|
||||
public static final String COLUMNTYPE_Text = "T";
|
||||
/** Set Column Type.
|
||||
@param ColumnType Column Type */
|
||||
public void setColumnType (String ColumnType)
|
||||
{
|
||||
|
||||
if (ColumnType == null || ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T")); else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T"); 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
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
|
||||
I_C_Project result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_Project)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Project_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set 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
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_ProjectPhase.Table_Name);
|
||||
|
@ -428,6 +353,73 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_Project getC_Project() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
|
||||
I_C_Project result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_Project)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_Project_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set 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)
|
||||
{
|
||||
|
||||
if (ColumnType == null || ColumnType.equals("A") || ColumnType.equals("D") || ColumnType.equals("Q") || ColumnType.equals("T"));
|
||||
else throw new IllegalArgumentException ("ColumnType Invalid value - " + ColumnType + " - Reference_ID=53243 - A - D - Q - T");
|
||||
|
||||
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
|
||||
|
|
|
@ -21,13 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_PrintFormat;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Payroll
|
||||
|
@ -279,7 +273,10 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent
|
|||
public void setPaymentRule (String PaymentRule)
|
||||
{
|
||||
if (PaymentRule == null) throw new IllegalArgumentException ("PaymentRule is mandatory");
|
||||
if (PaymentRule.equals("C") || PaymentRule.equals("K") || PaymentRule.equals("A") || PaymentRule.equals("D") || PaymentRule.equals("T") || PaymentRule.equals("X")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=214 - C - K - A - D - T - X"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
|
||||
if (PaymentRule.equals("C") || PaymentRule.equals("K") || PaymentRule.equals("A") || PaymentRule.equals("D") || PaymentRule.equals("T") || PaymentRule.equals("X"));
|
||||
else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=214 - C - K - A - D - T - X");
|
||||
|
||||
set_Value (COLUMNNAME_PaymentRule, PaymentRule);
|
||||
}
|
||||
|
||||
/** Get Payment Rule.
|
||||
|
|
|
@ -21,12 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Rule;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_PayrollConcept
|
||||
|
|
|
@ -22,13 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_Period;
|
||||
import org.compiere.model.I_C_Year;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Period
|
||||
|
|
|
@ -22,17 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_PrintFormat;
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Charge;
|
||||
import org.compiere.model.I_C_DocType;
|
||||
import org.compiere.model.I_C_PaySelection;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for HR_Process
|
||||
|
@ -250,6 +240,28 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Target Document Type.
|
||||
@param C_DocTypeTarget_ID
|
||||
Target document type for conversing documents
|
||||
*/
|
||||
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID)
|
||||
{
|
||||
if (C_DocTypeTarget_ID < 1)
|
||||
throw new IllegalArgumentException ("C_DocTypeTarget_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID));
|
||||
}
|
||||
|
||||
/** Get Target Document Type.
|
||||
@return Target document type for conversing documents
|
||||
*/
|
||||
public int getC_DocTypeTarget_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_DocType getC_DocType() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
|
||||
|
@ -289,45 +301,6 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Target Document Type.
|
||||
@param C_DocTypeTarget_ID
|
||||
Target document type for conversing documents
|
||||
*/
|
||||
public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID)
|
||||
{
|
||||
if (C_DocTypeTarget_ID < 1)
|
||||
throw new IllegalArgumentException ("C_DocTypeTarget_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID));
|
||||
}
|
||||
|
||||
/** Get Target Document Type.
|
||||
@return Target document type for conversing documents
|
||||
*/
|
||||
public int getC_DocTypeTarget_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Column SQL.
|
||||
@param ColumnSQL
|
||||
Virtual Column (r/o)
|
||||
*/
|
||||
public void setColumnSQL (String ColumnSQL)
|
||||
{
|
||||
set_Value (COLUMNNAME_ColumnSQL, ColumnSQL);
|
||||
}
|
||||
|
||||
/** Get Column SQL.
|
||||
@return Virtual Column (r/o)
|
||||
*/
|
||||
public String getColumnSQL ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_ColumnSQL);
|
||||
}
|
||||
|
||||
public I_C_PaySelection getC_PaySelection() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_PaySelection.Table_Name);
|
||||
|
@ -367,6 +340,23 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Column SQL.
|
||||
@param ColumnSQL
|
||||
Virtual Column (r/o)
|
||||
*/
|
||||
public void setColumnSQL (String ColumnSQL)
|
||||
{
|
||||
set_Value (COLUMNNAME_ColumnSQL, ColumnSQL);
|
||||
}
|
||||
|
||||
/** Get Column SQL.
|
||||
@return Virtual Column (r/o)
|
||||
*/
|
||||
public String getColumnSQL ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_ColumnSQL);
|
||||
}
|
||||
|
||||
/** Set Account Date.
|
||||
@param DateAcct
|
||||
Accounting Date
|
||||
|
@ -423,7 +413,10 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
|
|||
public void setDocAction (String DocAction)
|
||||
{
|
||||
if (DocAction == null) throw new IllegalArgumentException ("DocAction is mandatory");
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC")); else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC"); set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
}
|
||||
|
||||
/** Get Document Action.
|
||||
|
@ -467,7 +460,10 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent
|
|||
public void setDocStatus (String DocStatus)
|
||||
{
|
||||
if (DocStatus == null) throw new IllegalArgumentException ("DocStatus is mandatory");
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
}
|
||||
|
||||
/** Get Document Status.
|
||||
|
|
|
@ -22,12 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_Year;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for HR_Year
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for IMP_Processor
|
||||
* @author Adempiere (generated)
|
||||
|
@ -184,7 +180,10 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent
|
|||
public void setFrequencyType (String FrequencyType)
|
||||
{
|
||||
if (FrequencyType == null) throw new IllegalArgumentException ("FrequencyType is mandatory");
|
||||
if (FrequencyType.equals("M") || FrequencyType.equals("H") || FrequencyType.equals("D")); else throw new IllegalArgumentException ("FrequencyType Invalid value - " + FrequencyType + " - Reference_ID=221 - M - H - D"); set_Value (COLUMNNAME_FrequencyType, FrequencyType);
|
||||
if (FrequencyType.equals("M") || FrequencyType.equals("H") || FrequencyType.equals("D"));
|
||||
else throw new IllegalArgumentException ("FrequencyType Invalid value - " + FrequencyType + " - Reference_ID=221 - M - H - D");
|
||||
|
||||
set_Value (COLUMNNAME_FrequencyType, FrequencyType);
|
||||
}
|
||||
|
||||
/** Get Frequency Type.
|
||||
|
|
|
@ -21,11 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for IMP_ProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
|
@ -44,8 +40,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
super (ctx, IMP_ProcessorLog_ID, trxName);
|
||||
/** if (IMP_ProcessorLog_ID == 0)
|
||||
{
|
||||
setIMP_Processor_ID (0);
|
||||
setIMP_ProcessorLog_ID (0);
|
||||
setIMP_Processor_ID (0);
|
||||
setIsError (true);
|
||||
// 'Y'
|
||||
} */
|
||||
|
@ -130,6 +126,25 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
return (String)get_Value(COLUMNNAME_Help);
|
||||
}
|
||||
|
||||
/** Set Import Processor Log.
|
||||
@param IMP_ProcessorLog_ID Import Processor Log */
|
||||
public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID)
|
||||
{
|
||||
if (IMP_ProcessorLog_ID < 1)
|
||||
throw new IllegalArgumentException ("IMP_ProcessorLog_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, Integer.valueOf(IMP_ProcessorLog_ID));
|
||||
}
|
||||
|
||||
/** Get Import Processor Log.
|
||||
@return Import Processor Log */
|
||||
public int getIMP_ProcessorLog_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name);
|
||||
|
@ -165,25 +180,6 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Import Processor Log.
|
||||
@param IMP_ProcessorLog_ID Import Processor Log */
|
||||
public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID)
|
||||
{
|
||||
if (IMP_ProcessorLog_ID < 1)
|
||||
throw new IllegalArgumentException ("IMP_ProcessorLog_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, Integer.valueOf(IMP_ProcessorLog_ID));
|
||||
}
|
||||
|
||||
/** Get Import Processor Log.
|
||||
@return Import Processor Log */
|
||||
public int getIMP_ProcessorLog_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Error.
|
||||
@param IsError
|
||||
An Error occured in the execution
|
||||
|
|
|
@ -21,11 +21,7 @@ import java.lang.reflect.Constructor;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for IMP_ProcessorParameter
|
||||
* @author Adempiere (generated)
|
||||
|
@ -44,8 +40,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam
|
|||
super (ctx, IMP_ProcessorParameter_ID, trxName);
|
||||
/** if (IMP_ProcessorParameter_ID == 0)
|
||||
{
|
||||
setIMP_Processor_ID (0);
|
||||
setIMP_ProcessorParameter_ID (0);
|
||||
setIMP_Processor_ID (0);
|
||||
setName (null);
|
||||
setValue (null);
|
||||
} */
|
||||
|
@ -113,6 +109,25 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam
|
|||
return (String)get_Value(COLUMNNAME_Help);
|
||||
}
|
||||
|
||||
/** Set Import Processor Parameter.
|
||||
@param IMP_ProcessorParameter_ID Import Processor Parameter */
|
||||
public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID)
|
||||
{
|
||||
if (IMP_ProcessorParameter_ID < 1)
|
||||
throw new IllegalArgumentException ("IMP_ProcessorParameter_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, Integer.valueOf(IMP_ProcessorParameter_ID));
|
||||
}
|
||||
|
||||
/** Get Import Processor Parameter.
|
||||
@return Import Processor Parameter */
|
||||
public int getIMP_ProcessorParameter_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_IMP_Processor getIMP_Processor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_IMP_Processor.Table_Name);
|
||||
|
@ -148,25 +163,6 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Import Processor Parameter.
|
||||
@param IMP_ProcessorParameter_ID Import Processor Parameter */
|
||||
public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID)
|
||||
{
|
||||
if (IMP_ProcessorParameter_ID < 1)
|
||||
throw new IllegalArgumentException ("IMP_ProcessorParameter_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, Integer.valueOf(IMP_ProcessorParameter_ID));
|
||||
}
|
||||
|
||||
/** Get Import Processor Parameter.
|
||||
@return Import Processor Parameter */
|
||||
public int getIMP_ProcessorParameter_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Name.
|
||||
@param Name
|
||||
Alphanumeric identifier of the entity
|
||||
|
|
|
@ -19,10 +19,7 @@ package org.eevolution.model;
|
|||
|
||||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
|
||||
/** Generated Model for IMP_Processor_Type
|
||||
* @author Adempiere (generated)
|
||||
|
|
|
@ -23,19 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_User;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -56,22 +44,22 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
super (ctx, PP_Cost_Collector_ID, trxName);
|
||||
/** if (PP_Cost_Collector_ID == 0)
|
||||
{
|
||||
setC_DocTypeTarget_ID (0);
|
||||
setC_DocType_ID (0);
|
||||
// 0
|
||||
setC_DocTypeTarget_ID (0);
|
||||
setCostCollectorType (null);
|
||||
setDateAcct (new Timestamp( System.currentTimeMillis() ));
|
||||
// @#Date@
|
||||
setM_Locator_ID (0);
|
||||
setM_Product_ID (0);
|
||||
setM_Warehouse_ID (0);
|
||||
setMovementDate (new Timestamp( System.currentTimeMillis() ));
|
||||
// @#Date@
|
||||
setMovementQty (Env.ZERO);
|
||||
// 0
|
||||
setM_Product_ID (0);
|
||||
setM_Warehouse_ID (0);
|
||||
setPosted (false);
|
||||
setPP_Cost_Collector_ID (0);
|
||||
setPP_Order_ID (0);
|
||||
setPosted (false);
|
||||
setProcessed (false);
|
||||
setS_Resource_ID (0);
|
||||
} */
|
||||
|
@ -245,28 +233,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Document Type.
|
||||
@param C_DocType_ID
|
||||
Document type or rules
|
||||
*/
|
||||
public void setC_DocType_ID (int C_DocType_ID)
|
||||
{
|
||||
if (C_DocType_ID < 0)
|
||||
throw new IllegalArgumentException ("C_DocType_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
|
||||
}
|
||||
|
||||
/** Get Document Type.
|
||||
@return Document type or rules
|
||||
*/
|
||||
public int getC_DocType_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Target Document Type.
|
||||
@param C_DocTypeTarget_ID
|
||||
Target document type for conversing documents
|
||||
|
@ -289,38 +255,26 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** CostCollectorType AD_Reference_ID=53287 */
|
||||
public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287;
|
||||
/** Material Receipt = 100 */
|
||||
public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100";
|
||||
/** Component Issue = 110 */
|
||||
public static final String COSTCOLLECTORTYPE_ComponentIssue = "110";
|
||||
/** Usege Variance = 120 */
|
||||
public static final String COSTCOLLECTORTYPE_UsegeVariance = "120";
|
||||
/** Method Change Variance = 130 */
|
||||
public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130";
|
||||
/** Rate Variance = 140 */
|
||||
public static final String COSTCOLLECTORTYPE_RateVariance = "140";
|
||||
/** Mix Variance = 150 */
|
||||
public static final String COSTCOLLECTORTYPE_MixVariance = "150";
|
||||
/** Activity Control Report = 160 */
|
||||
public static final String COSTCOLLECTORTYPE_ActivityControlReport = "160";
|
||||
/** Set Cost Collector Type.
|
||||
@param CostCollectorType
|
||||
Transaction Type for Manufacturing Management
|
||||
/** Set Document Type.
|
||||
@param C_DocType_ID
|
||||
Document type or rules
|
||||
*/
|
||||
public void setCostCollectorType (String CostCollectorType)
|
||||
public void setC_DocType_ID (int C_DocType_ID)
|
||||
{
|
||||
if (CostCollectorType == null) throw new IllegalArgumentException ("CostCollectorType is mandatory");
|
||||
if (CostCollectorType.equals("100") || CostCollectorType.equals("110") || CostCollectorType.equals("120") || CostCollectorType.equals("130") || CostCollectorType.equals("140") || CostCollectorType.equals("150") || CostCollectorType.equals("160")); else throw new IllegalArgumentException ("CostCollectorType Invalid value - " + CostCollectorType + " - Reference_ID=53287 - 100 - 110 - 120 - 130 - 140 - 150 - 160"); set_Value (COLUMNNAME_CostCollectorType, CostCollectorType);
|
||||
if (C_DocType_ID < 0)
|
||||
throw new IllegalArgumentException ("C_DocType_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
|
||||
}
|
||||
|
||||
/** Get Cost Collector Type.
|
||||
@return Transaction Type for Manufacturing Management
|
||||
/** Get Document Type.
|
||||
@return Document type or rules
|
||||
*/
|
||||
public String getCostCollectorType ()
|
||||
public int getC_DocType_ID ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CostCollectorType);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_Project getC_Project() throws RuntimeException
|
||||
|
@ -401,6 +355,43 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** CostCollectorType AD_Reference_ID=53287 */
|
||||
public static final int COSTCOLLECTORTYPE_AD_Reference_ID=53287;
|
||||
/** Material Receipt = 100 */
|
||||
public static final String COSTCOLLECTORTYPE_MaterialReceipt = "100";
|
||||
/** Component Issue = 110 */
|
||||
public static final String COSTCOLLECTORTYPE_ComponentIssue = "110";
|
||||
/** Usege Variance = 120 */
|
||||
public static final String COSTCOLLECTORTYPE_UsegeVariance = "120";
|
||||
/** Method Change Variance = 130 */
|
||||
public static final String COSTCOLLECTORTYPE_MethodChangeVariance = "130";
|
||||
/** Rate Variance = 140 */
|
||||
public static final String COSTCOLLECTORTYPE_RateVariance = "140";
|
||||
/** Mix Variance = 150 */
|
||||
public static final String COSTCOLLECTORTYPE_MixVariance = "150";
|
||||
/** Activity Control = 160 */
|
||||
public static final String COSTCOLLECTORTYPE_ActivityControl = "160";
|
||||
/** Set Cost Collector Type.
|
||||
@param CostCollectorType
|
||||
Transaction Type for Manufacturing Management
|
||||
*/
|
||||
public void setCostCollectorType (String CostCollectorType)
|
||||
{
|
||||
if (CostCollectorType == null) throw new IllegalArgumentException ("CostCollectorType is mandatory");
|
||||
if (CostCollectorType.equals("100") || CostCollectorType.equals("110") || CostCollectorType.equals("120") || CostCollectorType.equals("130") || CostCollectorType.equals("140") || CostCollectorType.equals("150") || CostCollectorType.equals("160"));
|
||||
else throw new IllegalArgumentException ("CostCollectorType Invalid value - " + CostCollectorType + " - Reference_ID=53287 - 100 - 110 - 120 - 130 - 140 - 150 - 160");
|
||||
|
||||
set_Value (COLUMNNAME_CostCollectorType, CostCollectorType);
|
||||
}
|
||||
|
||||
/** Get Cost Collector Type.
|
||||
@return Transaction Type for Manufacturing Management
|
||||
*/
|
||||
public String getCostCollectorType ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CostCollectorType);
|
||||
}
|
||||
|
||||
/** Set Account Date.
|
||||
@param DateAcct
|
||||
Accounting Date
|
||||
|
@ -474,7 +465,10 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
public void setDocAction (String DocAction)
|
||||
{
|
||||
|
||||
if (DocAction == null || DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC")); else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC"); set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
if (DocAction == null || DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
}
|
||||
|
||||
/** Get Document Action.
|
||||
|
@ -518,7 +512,10 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
public void setDocStatus (String DocStatus)
|
||||
{
|
||||
|
||||
if (DocStatus == null || DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
if (DocStatus == null || DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
}
|
||||
|
||||
/** Get Document Status.
|
||||
|
@ -529,6 +526,23 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return (String)get_Value(COLUMNNAME_DocStatus);
|
||||
}
|
||||
|
||||
/** Set Document No.
|
||||
@param DocumentNo
|
||||
Document sequence number of the document
|
||||
*/
|
||||
public void setDocumentNo (String DocumentNo)
|
||||
{
|
||||
set_Value (COLUMNNAME_DocumentNo, DocumentNo);
|
||||
}
|
||||
|
||||
/** Get Document No.
|
||||
@return Document sequence number of the document
|
||||
*/
|
||||
public String getDocumentNo ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_DocumentNo);
|
||||
}
|
||||
|
||||
/** Set Duration Real.
|
||||
@param DurationReal Duration Real */
|
||||
public void setDurationReal (BigDecimal DurationReal)
|
||||
|
@ -633,47 +647,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Movement Date.
|
||||
@param MovementDate
|
||||
Date a product was moved in or out of inventory
|
||||
*/
|
||||
public void setMovementDate (Timestamp MovementDate)
|
||||
{
|
||||
if (MovementDate == null)
|
||||
throw new IllegalArgumentException ("MovementDate is mandatory.");
|
||||
set_Value (COLUMNNAME_MovementDate, MovementDate);
|
||||
}
|
||||
|
||||
/** Get Movement Date.
|
||||
@return Date a product was moved in or out of inventory
|
||||
*/
|
||||
public Timestamp getMovementDate ()
|
||||
{
|
||||
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
|
||||
}
|
||||
|
||||
/** Set Movement Quantity.
|
||||
@param MovementQty
|
||||
Quantity of a product moved.
|
||||
*/
|
||||
public void setMovementQty (BigDecimal MovementQty)
|
||||
{
|
||||
if (MovementQty == null)
|
||||
throw new IllegalArgumentException ("MovementQty is mandatory.");
|
||||
set_Value (COLUMNNAME_MovementQty, MovementQty);
|
||||
}
|
||||
|
||||
/** Get Movement Quantity.
|
||||
@return Quantity of a product moved.
|
||||
*/
|
||||
public BigDecimal getMovementQty ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
public I_M_Product getM_Product() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
|
||||
|
@ -758,28 +731,45 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Posted.
|
||||
@param Posted
|
||||
Posting status
|
||||
/** Set Movement Date.
|
||||
@param MovementDate
|
||||
Date a product was moved in or out of inventory
|
||||
*/
|
||||
public void setPosted (boolean Posted)
|
||||
public void setMovementDate (Timestamp MovementDate)
|
||||
{
|
||||
set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted));
|
||||
if (MovementDate == null)
|
||||
throw new IllegalArgumentException ("MovementDate is mandatory.");
|
||||
set_Value (COLUMNNAME_MovementDate, MovementDate);
|
||||
}
|
||||
|
||||
/** Get Posted.
|
||||
@return Posting status
|
||||
/** Get Movement Date.
|
||||
@return Date a product was moved in or out of inventory
|
||||
*/
|
||||
public boolean isPosted ()
|
||||
public Timestamp getMovementDate ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Posted);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
|
||||
}
|
||||
|
||||
/** Set Movement Quantity.
|
||||
@param MovementQty
|
||||
Quantity of a product moved.
|
||||
*/
|
||||
public void setMovementQty (BigDecimal MovementQty)
|
||||
{
|
||||
if (MovementQty == null)
|
||||
throw new IllegalArgumentException ("MovementQty is mandatory.");
|
||||
set_Value (COLUMNNAME_MovementQty, MovementQty);
|
||||
}
|
||||
|
||||
/** Get Movement Quantity.
|
||||
@return Quantity of a product moved.
|
||||
*/
|
||||
public BigDecimal getMovementQty ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Manufacturing Cost Collector.
|
||||
|
@ -944,6 +934,30 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Posted.
|
||||
@param Posted
|
||||
Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted)
|
||||
{
|
||||
set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted));
|
||||
}
|
||||
|
||||
/** Get Posted.
|
||||
@return Posting status
|
||||
*/
|
||||
public boolean isPosted ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Posted);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Processed.
|
||||
@param Processed
|
||||
The document has been processed
|
||||
|
@ -1029,43 +1043,6 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Scrapped Quantity.
|
||||
@param ScrappedQty
|
||||
The Quantity scrapped due to QA issues
|
||||
*/
|
||||
public void setScrappedQty (BigDecimal ScrappedQty)
|
||||
{
|
||||
set_Value (COLUMNNAME_ScrappedQty, ScrappedQty);
|
||||
}
|
||||
|
||||
/** Get Scrapped Quantity.
|
||||
@return The Quantity scrapped due to QA issues
|
||||
*/
|
||||
public BigDecimal getScrappedQty ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Setup Time Real.
|
||||
@param SetupTimeReal Setup Time Real */
|
||||
public void setSetupTimeReal (BigDecimal SetupTimeReal)
|
||||
{
|
||||
set_Value (COLUMNNAME_SetupTimeReal, SetupTimeReal);
|
||||
}
|
||||
|
||||
/** Get Setup Time Real.
|
||||
@return Setup Time Real */
|
||||
public BigDecimal getSetupTimeReal ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTimeReal);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name);
|
||||
|
@ -1104,6 +1081,43 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Scrapped Quantity.
|
||||
@param ScrappedQty
|
||||
The Quantity scrapped due to QA issues
|
||||
*/
|
||||
public void setScrappedQty (BigDecimal ScrappedQty)
|
||||
{
|
||||
set_Value (COLUMNNAME_ScrappedQty, ScrappedQty);
|
||||
}
|
||||
|
||||
/** Get Scrapped Quantity.
|
||||
@return The Quantity scrapped due to QA issues
|
||||
*/
|
||||
public BigDecimal getScrappedQty ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Setup Time Real.
|
||||
@param SetupTimeReal Setup Time Real */
|
||||
public void setSetupTimeReal (BigDecimal SetupTimeReal)
|
||||
{
|
||||
set_Value (COLUMNNAME_SetupTimeReal, SetupTimeReal);
|
||||
}
|
||||
|
||||
/** Get Setup Time Real.
|
||||
@return Setup Time Real */
|
||||
public BigDecimal getSetupTimeReal ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTimeReal);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set User List 1.
|
||||
@param User1_ID
|
||||
User defined list element #1
|
||||
|
|
|
@ -23,21 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_BPartner;
|
||||
import org.compiere.model.I_C_Order;
|
||||
import org.compiere.model.I_C_OrderLine;
|
||||
import org.compiere.model.I_M_Forecast;
|
||||
import org.compiere.model.I_M_ForecastLine;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_M_Requisition;
|
||||
import org.compiere.model.I_M_RequisitionLine;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -133,6 +119,45 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_OrderLine getC_OrderLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
|
||||
I_C_OrderLine result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_OrderLine)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_OrderLine_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Sales Order Line.
|
||||
@param C_OrderLine_ID
|
||||
Sales Order Line
|
||||
*/
|
||||
public void setC_OrderLine_ID (int C_OrderLine_ID)
|
||||
{
|
||||
if (C_OrderLine_ID < 1)
|
||||
set_Value (COLUMNNAME_C_OrderLine_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID));
|
||||
}
|
||||
|
||||
/** Get Sales Order Line.
|
||||
@return Sales Order Line
|
||||
*/
|
||||
public int getC_OrderLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_Order getC_Order() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
|
||||
|
@ -172,14 +197,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_OrderLine getC_OrderLine() throws RuntimeException
|
||||
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
|
||||
I_C_OrderLine result = null;
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_OrderLine.Table_Name);
|
||||
org.eevolution.model.I_DD_OrderLine result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_C_OrderLine)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_OrderLine_ID()), get_TrxName()});
|
||||
result = (org.eevolution.model.I_DD_OrderLine)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_OrderLine_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
|
@ -188,24 +213,57 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return result;
|
||||
}
|
||||
|
||||
/** Set Sales Order Line.
|
||||
@param C_OrderLine_ID
|
||||
Sales Order Line
|
||||
*/
|
||||
public void setC_OrderLine_ID (int C_OrderLine_ID)
|
||||
/** Set Distribution Order Line.
|
||||
@param DD_OrderLine_ID Distribution Order Line */
|
||||
public void setDD_OrderLine_ID (int DD_OrderLine_ID)
|
||||
{
|
||||
if (C_OrderLine_ID < 1)
|
||||
set_Value (COLUMNNAME_C_OrderLine_ID, null);
|
||||
if (DD_OrderLine_ID < 1)
|
||||
set_Value (COLUMNNAME_DD_OrderLine_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID));
|
||||
set_Value (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID));
|
||||
}
|
||||
|
||||
/** Get Sales Order Line.
|
||||
@return Sales Order Line
|
||||
*/
|
||||
public int getC_OrderLine_ID ()
|
||||
/** Get Distribution Order Line.
|
||||
@return Distribution Order Line */
|
||||
public int getDD_OrderLine_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_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
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
|
||||
org.eevolution.model.I_DD_Order result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
set_Value (COLUMNNAME_DD_Order_ID, null);
|
||||
else
|
||||
set_Value (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();
|
||||
|
@ -319,78 +377,6 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule);
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
|
||||
org.eevolution.model.I_DD_Order result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_DD_Order)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_Order_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Distribution Order.
|
||||
@param DD_Order_ID Distribution Order */
|
||||
public void setDD_Order_ID (int DD_Order_ID)
|
||||
{
|
||||
if (DD_Order_ID < 1)
|
||||
set_Value (COLUMNNAME_DD_Order_ID, null);
|
||||
else
|
||||
set_Value (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();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_OrderLine.Table_Name);
|
||||
org.eevolution.model.I_DD_OrderLine result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (org.eevolution.model.I_DD_OrderLine)constructor.newInstance(new Object[] {getCtx(), new Integer(getDD_OrderLine_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Distribution Order Line.
|
||||
@param DD_OrderLine_ID Distribution Order Line */
|
||||
public void setDD_OrderLine_ID (int DD_OrderLine_ID)
|
||||
{
|
||||
if (DD_OrderLine_ID < 1)
|
||||
set_Value (COLUMNNAME_DD_OrderLine_ID, null);
|
||||
else
|
||||
set_Value (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
|
||||
|
@ -441,7 +427,10 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
public void setDocStatus (String DocStatus)
|
||||
{
|
||||
|
||||
if (DocStatus == null || DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
if (DocStatus == null || DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
}
|
||||
|
||||
/** Get Document Status.
|
||||
|
@ -476,45 +465,6 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
public I_M_Forecast getM_Forecast() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Forecast.Table_Name);
|
||||
I_M_Forecast result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_M_Forecast)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Forecast_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Forecast.
|
||||
@param M_Forecast_ID
|
||||
Material Forecast
|
||||
*/
|
||||
public void setM_Forecast_ID (int M_Forecast_ID)
|
||||
{
|
||||
if (M_Forecast_ID < 1)
|
||||
set_Value (COLUMNNAME_M_Forecast_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID));
|
||||
}
|
||||
|
||||
/** Get Forecast.
|
||||
@return Material Forecast
|
||||
*/
|
||||
public int getM_Forecast_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_ForecastLine getM_ForecastLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_ForecastLine.Table_Name);
|
||||
|
@ -554,6 +504,45 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Forecast getM_Forecast() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Forecast.Table_Name);
|
||||
I_M_Forecast result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_M_Forecast)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Forecast_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Forecast.
|
||||
@param M_Forecast_ID
|
||||
Material Forecast
|
||||
*/
|
||||
public void setM_Forecast_ID (int M_Forecast_ID)
|
||||
{
|
||||
if (M_Forecast_ID < 1)
|
||||
set_Value (COLUMNNAME_M_Forecast_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID));
|
||||
}
|
||||
|
||||
/** Get Forecast.
|
||||
@return Material Forecast
|
||||
*/
|
||||
public int getM_Forecast_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Product getM_Product() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
|
||||
|
@ -593,45 +582,6 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Requisition getM_Requisition() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Requisition.Table_Name);
|
||||
I_M_Requisition result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_M_Requisition)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Requisition_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Requisition.
|
||||
@param M_Requisition_ID
|
||||
Material Requisition
|
||||
*/
|
||||
public void setM_Requisition_ID (int M_Requisition_ID)
|
||||
{
|
||||
if (M_Requisition_ID < 1)
|
||||
set_Value (COLUMNNAME_M_Requisition_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_M_Requisition_ID, Integer.valueOf(M_Requisition_ID));
|
||||
}
|
||||
|
||||
/** Get Requisition.
|
||||
@return Material Requisition
|
||||
*/
|
||||
public int getM_Requisition_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Requisition_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_RequisitionLine.Table_Name);
|
||||
|
@ -671,6 +621,45 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Requisition getM_Requisition() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Requisition.Table_Name);
|
||||
I_M_Requisition result = null;
|
||||
try {
|
||||
Constructor<?> constructor = null;
|
||||
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
|
||||
result = (I_M_Requisition)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_Requisition_ID()), get_TrxName()});
|
||||
} catch (Exception e) {
|
||||
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
|
||||
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
|
||||
throw new RuntimeException( e );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/** Set Requisition.
|
||||
@param M_Requisition_ID
|
||||
Material Requisition
|
||||
*/
|
||||
public void setM_Requisition_ID (int M_Requisition_ID)
|
||||
{
|
||||
if (M_Requisition_ID < 1)
|
||||
set_Value (COLUMNNAME_M_Requisition_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_M_Requisition_ID, Integer.valueOf(M_Requisition_ID));
|
||||
}
|
||||
|
||||
/** Get Requisition.
|
||||
@return Material Requisition
|
||||
*/
|
||||
public int getM_Requisition_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_M_Requisition_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_M_Warehouse getM_Warehouse() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
|
||||
|
@ -753,7 +742,10 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
public void setOrderType (String OrderType)
|
||||
{
|
||||
|
||||
if (OrderType == null || OrderType.equals("FCT") || OrderType.equals("MOP") || OrderType.equals("POO") || OrderType.equals("POR") || OrderType.equals("SOO") || OrderType.equals("DOO")); else throw new IllegalArgumentException ("OrderType Invalid value - " + OrderType + " - Reference_ID=53229 - FCT - MOP - POO - POR - SOO - DOO"); set_Value (COLUMNNAME_OrderType, OrderType);
|
||||
if (OrderType == null || OrderType.equals("FCT") || OrderType.equals("MOP") || OrderType.equals("POO") || OrderType.equals("POR") || OrderType.equals("SOO") || OrderType.equals("DOO"));
|
||||
else throw new IllegalArgumentException ("OrderType Invalid value - " + OrderType + " - Reference_ID=53229 - FCT - MOP - POO - POR - SOO - DOO");
|
||||
|
||||
set_Value (COLUMNNAME_OrderType, OrderType);
|
||||
}
|
||||
|
||||
/** Get OrderType.
|
||||
|
@ -763,26 +755,6 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_OrderType);
|
||||
}
|
||||
|
||||
/** 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();
|
||||
}
|
||||
|
||||
/** Set Material Requirement Planning.
|
||||
@param PP_MRP_ID Material Requirement Planning */
|
||||
public void setPP_MRP_ID (int PP_MRP_ID)
|
||||
|
@ -874,6 +846,26 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** 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();
|
||||
}
|
||||
|
||||
/** Set Priority.
|
||||
@param Priority
|
||||
Indicates if this request is of a high, medium or low priority.
|
||||
|
@ -961,7 +953,10 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent
|
|||
public void setTypeMRP (String TypeMRP)
|
||||
{
|
||||
|
||||
if (TypeMRP == null || TypeMRP.equals("D") || TypeMRP.equals("S")); else throw new IllegalArgumentException ("TypeMRP Invalid value - " + TypeMRP + " - Reference_ID=53230 - D - S"); set_Value (COLUMNNAME_TypeMRP, TypeMRP);
|
||||
if (TypeMRP == null || TypeMRP.equals("D") || TypeMRP.equals("S"));
|
||||
else throw new IllegalArgumentException ("TypeMRP Invalid value - " + TypeMRP + " - Reference_ID=53230 - D - S");
|
||||
|
||||
set_Value (COLUMNNAME_TypeMRP, TypeMRP);
|
||||
}
|
||||
|
||||
/** Get TypeMRP.
|
||||
|
|
|
@ -23,19 +23,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_Activity;
|
||||
import org.compiere.model.I_C_Campaign;
|
||||
import org.compiere.model.I_C_OrderLine;
|
||||
import org.compiere.model.I_C_Project;
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_Warehouse;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.I_S_Resource;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
|
@ -74,10 +62,10 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
setIsApproved (false);
|
||||
// N
|
||||
setIsPrinted (false);
|
||||
// N
|
||||
setIsSelected (false);
|
||||
// N
|
||||
setIsSOTrx (false);
|
||||
// N
|
||||
setIsSelected (false);
|
||||
// N
|
||||
setLine (0);
|
||||
setM_Product_ID (0);
|
||||
|
@ -288,29 +276,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Document Type.
|
||||
@param C_DocType_ID
|
||||
Document type or rules
|
||||
*/
|
||||
public void setC_DocType_ID (int C_DocType_ID)
|
||||
{
|
||||
if (C_DocType_ID < 1)
|
||||
set_Value (COLUMNNAME_C_DocType_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
|
||||
}
|
||||
|
||||
/** Get Document Type.
|
||||
@return Document type or rules
|
||||
*/
|
||||
public int getC_DocType_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Target Document Type.
|
||||
@param C_DocTypeTarget_ID
|
||||
Target document type for conversing documents
|
||||
|
@ -333,21 +298,27 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Copy From.
|
||||
@param CopyFrom
|
||||
Copy From Record
|
||||
/** Set Document Type.
|
||||
@param C_DocType_ID
|
||||
Document type or rules
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom)
|
||||
public void setC_DocType_ID (int C_DocType_ID)
|
||||
{
|
||||
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
|
||||
if (C_DocType_ID < 1)
|
||||
set_Value (COLUMNNAME_C_DocType_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
|
||||
}
|
||||
|
||||
/** Get Copy From.
|
||||
@return Copy From Record
|
||||
/** Get Document Type.
|
||||
@return Document type or rules
|
||||
*/
|
||||
public String getCopyFrom ()
|
||||
public int getC_DocType_ID ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CopyFrom);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_OrderLine getC_OrderLine() throws RuntimeException
|
||||
|
@ -466,6 +437,23 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Copy From.
|
||||
@param CopyFrom
|
||||
Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom)
|
||||
{
|
||||
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
|
||||
}
|
||||
|
||||
/** Get Copy From.
|
||||
@return Copy From Record
|
||||
*/
|
||||
public String getCopyFrom ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CopyFrom);
|
||||
}
|
||||
|
||||
/** Set DateConfirm.
|
||||
@param DateConfirm DateConfirm */
|
||||
public void setDateConfirm (Timestamp DateConfirm)
|
||||
|
@ -650,7 +638,10 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
public void setDocAction (String DocAction)
|
||||
{
|
||||
if (DocAction == null) throw new IllegalArgumentException ("DocAction is mandatory");
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC")); else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC"); set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
if (DocAction.equals("CO") || DocAction.equals("AP") || DocAction.equals("RJ") || DocAction.equals("PO") || DocAction.equals("VO") || DocAction.equals("CL") || DocAction.equals("RC") || DocAction.equals("RA") || DocAction.equals("IN") || DocAction.equals("RE") || DocAction.equals("--") || DocAction.equals("PR") || DocAction.equals("XL") || DocAction.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocAction Invalid value - " + DocAction + " - Reference_ID=135 - CO - AP - RJ - PO - VO - CL - RC - RA - IN - RE - -- - PR - XL - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocAction, DocAction);
|
||||
}
|
||||
|
||||
/** Get Document Action.
|
||||
|
@ -694,7 +685,10 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
public void setDocStatus (String DocStatus)
|
||||
{
|
||||
if (DocStatus == null) throw new IllegalArgumentException ("DocStatus is mandatory");
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC")); else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC"); set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
if (DocStatus.equals("DR") || DocStatus.equals("CO") || DocStatus.equals("AP") || DocStatus.equals("NA") || DocStatus.equals("VO") || DocStatus.equals("IN") || DocStatus.equals("RE") || DocStatus.equals("CL") || DocStatus.equals("??") || DocStatus.equals("IP") || DocStatus.equals("WP") || DocStatus.equals("WC"));
|
||||
else throw new IllegalArgumentException ("DocStatus Invalid value - " + DocStatus + " - Reference_ID=131 - DR - CO - AP - NA - VO - IN - RE - CL - ?? - IP - WP - WC");
|
||||
|
||||
set_Value (COLUMNNAME_DocStatus, DocStatus);
|
||||
}
|
||||
|
||||
/** Get Document Status.
|
||||
|
@ -838,27 +832,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Selected.
|
||||
@param IsSelected Selected */
|
||||
public void setIsSelected (boolean IsSelected)
|
||||
{
|
||||
set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected));
|
||||
}
|
||||
|
||||
/** Get Selected.
|
||||
@return Selected */
|
||||
public boolean isSelected ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_IsSelected);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Sales Transaction.
|
||||
@param IsSOTrx
|
||||
This is a Sales Transaction
|
||||
|
@ -883,6 +856,27 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Selected.
|
||||
@param IsSelected Selected */
|
||||
public void setIsSelected (boolean IsSelected)
|
||||
{
|
||||
set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected));
|
||||
}
|
||||
|
||||
/** Get Selected.
|
||||
@return Selected */
|
||||
public boolean isSelected ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_IsSelected);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Line No.
|
||||
@param Line
|
||||
Unique line for this document
|
||||
|
@ -1017,50 +1011,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_OrderType);
|
||||
}
|
||||
|
||||
/** 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();
|
||||
}
|
||||
|
||||
/** Set Posted.
|
||||
@param Posted
|
||||
Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted)
|
||||
{
|
||||
set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted));
|
||||
}
|
||||
|
||||
/** Get Posted.
|
||||
@return Posting status
|
||||
*/
|
||||
public boolean isPosted ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Posted);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Set Manufacturing Order.
|
||||
@param PP_Order_ID Manufacturing Order */
|
||||
public void setPP_Order_ID (int PP_Order_ID)
|
||||
|
@ -1118,6 +1068,50 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** 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();
|
||||
}
|
||||
|
||||
/** Set Posted.
|
||||
@param Posted
|
||||
Posting status
|
||||
*/
|
||||
public void setPosted (boolean Posted)
|
||||
{
|
||||
set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted));
|
||||
}
|
||||
|
||||
/** Get Posted.
|
||||
@return Posting status
|
||||
*/
|
||||
public boolean isPosted ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_Posted);
|
||||
if (oo != null)
|
||||
{
|
||||
if (oo instanceof Boolean)
|
||||
return ((Boolean)oo).booleanValue();
|
||||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** PriorityRule AD_Reference_ID=154 */
|
||||
public static final int PRIORITYRULE_AD_Reference_ID=154;
|
||||
/** High = 3 */
|
||||
|
@ -1137,7 +1131,10 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
public void setPriorityRule (String PriorityRule)
|
||||
{
|
||||
if (PriorityRule == null) throw new IllegalArgumentException ("PriorityRule is mandatory");
|
||||
if (PriorityRule.equals("3") || PriorityRule.equals("5") || PriorityRule.equals("7") || PriorityRule.equals("1") || PriorityRule.equals("9")); else throw new IllegalArgumentException ("PriorityRule Invalid value - " + PriorityRule + " - Reference_ID=154 - 3 - 5 - 7 - 1 - 9"); set_Value (COLUMNNAME_PriorityRule, PriorityRule);
|
||||
if (PriorityRule.equals("3") || PriorityRule.equals("5") || PriorityRule.equals("7") || PriorityRule.equals("1") || PriorityRule.equals("9"));
|
||||
else throw new IllegalArgumentException ("PriorityRule Invalid value - " + PriorityRule + " - Reference_ID=154 - 3 - 5 - 7 - 1 - 9");
|
||||
|
||||
set_Value (COLUMNNAME_PriorityRule, PriorityRule);
|
||||
}
|
||||
|
||||
/** Get Priority.
|
||||
|
@ -1193,23 +1190,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Qty Batchs.
|
||||
@param QtyBatchs Qty Batchs */
|
||||
public void setQtyBatchs (BigDecimal QtyBatchs)
|
||||
{
|
||||
set_ValueNoCheck (COLUMNNAME_QtyBatchs, QtyBatchs);
|
||||
}
|
||||
|
||||
/** Get Qty Batchs.
|
||||
@return Qty Batchs */
|
||||
public BigDecimal getQtyBatchs ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchs);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Qty Batch Size.
|
||||
@param QtyBatchSize Qty Batch Size */
|
||||
public void setQtyBatchSize (BigDecimal QtyBatchSize)
|
||||
|
@ -1227,6 +1207,23 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set Qty Batchs.
|
||||
@param QtyBatchs Qty Batchs */
|
||||
public void setQtyBatchs (BigDecimal QtyBatchs)
|
||||
{
|
||||
set_ValueNoCheck (COLUMNNAME_QtyBatchs, QtyBatchs);
|
||||
}
|
||||
|
||||
/** Get Qty Batchs.
|
||||
@return Qty Batchs */
|
||||
public BigDecimal getQtyBatchs ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchs);
|
||||
if (bd == null)
|
||||
return Env.ZERO;
|
||||
return bd;
|
||||
}
|
||||
|
||||
/** Set Delivered Quantity.
|
||||
@param QtyDelivered
|
||||
Delivered Quantity
|
||||
|
@ -1352,40 +1349,6 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set Schedule Type.
|
||||
@param ScheduleType
|
||||
Type of schedule
|
||||
*/
|
||||
public void setScheduleType (String ScheduleType)
|
||||
{
|
||||
set_Value (COLUMNNAME_ScheduleType, ScheduleType);
|
||||
}
|
||||
|
||||
/** Get Schedule Type.
|
||||
@return Type of schedule
|
||||
*/
|
||||
public String getScheduleType ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_ScheduleType);
|
||||
}
|
||||
|
||||
/** Set Serial No.
|
||||
@param SerNo
|
||||
Product Serial Number
|
||||
*/
|
||||
public void setSerNo (String SerNo)
|
||||
{
|
||||
set_Value (COLUMNNAME_SerNo, SerNo);
|
||||
}
|
||||
|
||||
/** Get Serial No.
|
||||
@return Product Serial Number
|
||||
*/
|
||||
public String getSerNo ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_SerNo);
|
||||
}
|
||||
|
||||
public I_S_Resource getS_Resource() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name);
|
||||
|
@ -1424,6 +1387,40 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Schedule Type.
|
||||
@param ScheduleType
|
||||
Type of schedule
|
||||
*/
|
||||
public void setScheduleType (String ScheduleType)
|
||||
{
|
||||
set_Value (COLUMNNAME_ScheduleType, ScheduleType);
|
||||
}
|
||||
|
||||
/** Get Schedule Type.
|
||||
@return Type of schedule
|
||||
*/
|
||||
public String getScheduleType ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_ScheduleType);
|
||||
}
|
||||
|
||||
/** Set Serial No.
|
||||
@param SerNo
|
||||
Product Serial Number
|
||||
*/
|
||||
public void setSerNo (String SerNo)
|
||||
{
|
||||
set_Value (COLUMNNAME_SerNo, SerNo);
|
||||
}
|
||||
|
||||
/** Get Serial No.
|
||||
@return Product Serial Number
|
||||
*/
|
||||
public String getSerNo ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_SerNo);
|
||||
}
|
||||
|
||||
/** Set User List 1.
|
||||
@param User1_ID
|
||||
User defined list element #1
|
||||
|
|
|
@ -22,14 +22,7 @@ import java.sql.ResultSet;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_C_UOM;
|
||||
import org.compiere.model.I_M_ChangeNotice;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Model for PP_Order_BOM
|
||||
|
@ -112,7 +105,10 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
|
|||
public void setBOMType (String BOMType)
|
||||
{
|
||||
|
||||
if (BOMType == null || BOMType.equals("A") || BOMType.equals("O") || BOMType.equals("P") || BOMType.equals("S") || BOMType.equals("F") || BOMType.equals("M") || BOMType.equals("R") || BOMType.equals("C")); else throw new IllegalArgumentException ("BOMType Invalid value - " + BOMType + " - Reference_ID=347 - A - O - P - S - F - M - R - C"); set_Value (COLUMNNAME_BOMType, BOMType);
|
||||
if (BOMType == null || BOMType.equals("A") || BOMType.equals("O") || BOMType.equals("P") || BOMType.equals("S") || BOMType.equals("F") || BOMType.equals("M") || BOMType.equals("R") || BOMType.equals("C"));
|
||||
else throw new IllegalArgumentException ("BOMType Invalid value - " + BOMType + " - Reference_ID=347 - A - O - P - S - F - M - R - C");
|
||||
|
||||
set_Value (COLUMNNAME_BOMType, BOMType);
|
||||
}
|
||||
|
||||
/** Get BOM Type.
|
||||
|
@ -142,7 +138,10 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
|
|||
public void setBOMUse (String BOMUse)
|
||||
{
|
||||
|
||||
if (BOMUse == null || BOMUse.equals("A") || BOMUse.equals("E") || BOMUse.equals("M") || BOMUse.equals("P") || BOMUse.equals("Q")); else throw new IllegalArgumentException ("BOMUse Invalid value - " + BOMUse + " - Reference_ID=348 - A - E - M - P - Q"); set_Value (COLUMNNAME_BOMUse, BOMUse);
|
||||
if (BOMUse == null || BOMUse.equals("A") || BOMUse.equals("E") || BOMUse.equals("M") || BOMUse.equals("P") || BOMUse.equals("Q"));
|
||||
else throw new IllegalArgumentException ("BOMUse Invalid value - " + BOMUse + " - Reference_ID=348 - A - E - M - P - Q");
|
||||
|
||||
set_Value (COLUMNNAME_BOMUse, BOMUse);
|
||||
}
|
||||
|
||||
/** Get BOM Use.
|
||||
|
@ -153,23 +152,6 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_BOMUse);
|
||||
}
|
||||
|
||||
/** Set Copy From.
|
||||
@param CopyFrom
|
||||
Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom)
|
||||
{
|
||||
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
|
||||
}
|
||||
|
||||
/** Get Copy From.
|
||||
@return Copy From Record
|
||||
*/
|
||||
public String getCopyFrom ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CopyFrom);
|
||||
}
|
||||
|
||||
public I_C_UOM getC_UOM() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
|
||||
|
@ -208,6 +190,23 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Copy From.
|
||||
@param CopyFrom
|
||||
Copy From Record
|
||||
*/
|
||||
public void setCopyFrom (String CopyFrom)
|
||||
{
|
||||
set_Value (COLUMNNAME_CopyFrom, CopyFrom);
|
||||
}
|
||||
|
||||
/** Get Copy From.
|
||||
@return Copy From Record
|
||||
*/
|
||||
public String getCopyFrom ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_CopyFrom);
|
||||
}
|
||||
|
||||
/** Set Description.
|
||||
@param Description
|
||||
Optional short description of the record
|
||||
|
|
|
@ -22,11 +22,7 @@ import java.math.BigDecimal;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
|
||||
/** Generated Model for PP_Order_BOMLineMA
|
||||
|
@ -48,8 +44,8 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_
|
|||
{
|
||||
setM_AttributeSetInstance_ID (0);
|
||||
setMovementQty (Env.ZERO);
|
||||
setPP_Order_BOMLine_ID (0);
|
||||
setPP_Order_BOMLineMA_ID (0);
|
||||
setPP_Order_BOMLine_ID (0);
|
||||
} */
|
||||
}
|
||||
|
||||
|
@ -125,6 +121,25 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set Manufacturing Order BOM Line MA.
|
||||
@param PP_Order_BOMLineMA_ID Manufacturing Order BOM Line MA */
|
||||
public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID)
|
||||
{
|
||||
if (PP_Order_BOMLineMA_ID < 1)
|
||||
throw new IllegalArgumentException ("PP_Order_BOMLineMA_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLineMA_ID, Integer.valueOf(PP_Order_BOMLineMA_ID));
|
||||
}
|
||||
|
||||
/** Get Manufacturing Order BOM Line MA.
|
||||
@return Manufacturing Order BOM Line MA */
|
||||
public int getPP_Order_BOMLineMA_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLineMA_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Order_BOMLine.Table_Name);
|
||||
|
@ -159,23 +174,4 @@ public class X_PP_Order_BOMLineMA extends PO implements I_PP_Order_BOMLineMA, I_
|
|||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Manufacturing Order BOM Line MA.
|
||||
@param PP_Order_BOMLineMA_ID Manufacturing Order BOM Line MA */
|
||||
public void setPP_Order_BOMLineMA_ID (int PP_Order_BOMLineMA_ID)
|
||||
{
|
||||
if (PP_Order_BOMLineMA_ID < 1)
|
||||
throw new IllegalArgumentException ("PP_Order_BOMLineMA_ID is mandatory.");
|
||||
set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLineMA_ID, Integer.valueOf(PP_Order_BOMLineMA_ID));
|
||||
}
|
||||
|
||||
/** Get Manufacturing Order BOM Line MA.
|
||||
@return Manufacturing Order BOM Line MA */
|
||||
public int getPP_Order_BOMLineMA_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLineMA_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
}
|
|
@ -22,16 +22,7 @@ import java.math.BigDecimal;
|
|||
import java.sql.ResultSet;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.compiere.model.I_AD_Workflow;
|
||||
import org.compiere.model.I_C_AcctSchema;
|
||||
import org.compiere.model.I_M_CostElement;
|
||||
import org.compiere.model.I_M_CostType;
|
||||
import org.compiere.model.I_M_Product;
|
||||
import org.compiere.model.I_Persistent;
|
||||
import org.compiere.model.MTable;
|
||||
import org.compiere.model.PO;
|
||||
import org.compiere.model.POInfo;
|
||||
import org.compiere.model.*;
|
||||
import org.compiere.util.Env;
|
||||
|
||||
/** Generated Model for PP_Order_Cost
|
||||
|
@ -190,7 +181,10 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent
|
|||
public void setCostingMethod (String CostingMethod)
|
||||
{
|
||||
|
||||
if (CostingMethod == null || CostingMethod.equals("S") || CostingMethod.equals("A") || CostingMethod.equals("L") || CostingMethod.equals("F") || CostingMethod.equals("p") || CostingMethod.equals("I") || CostingMethod.equals("i") || CostingMethod.equals("U") || CostingMethod.equals("x")); else throw new IllegalArgumentException ("CostingMethod Invalid value - " + CostingMethod + " - Reference_ID=122 - S - A - L - F - p - I - i - U - x"); set_ValueNoCheck (COLUMNNAME_CostingMethod, CostingMethod);
|
||||
if (CostingMethod == null || CostingMethod.equals("S") || CostingMethod.equals("A") || CostingMethod.equals("L") || CostingMethod.equals("F") || CostingMethod.equals("p") || CostingMethod.equals("I") || CostingMethod.equals("i") || CostingMethod.equals("U") || CostingMethod.equals("x"));
|
||||
else throw new IllegalArgumentException ("CostingMethod Invalid value - " + CostingMethod + " - Reference_ID=122 - S - A - L - F - p - I - i - U - x");
|
||||
|
||||
set_ValueNoCheck (COLUMNNAME_CostingMethod, CostingMethod);
|
||||
}
|
||||
|
||||
/** Get Costing Method.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue