/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ /** Generated Model - DO NOT CHANGE */ package org.eevolution.model; import java.math.BigDecimal; import java.sql.ResultSet; import java.sql.Timestamp; import java.util.Properties; import org.compiere.model.*; import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for DD_OrderLine * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="DD_OrderLine") public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName) { super (ctx, DD_OrderLine_ID, trxName); /** if (DD_OrderLine_ID == 0) { setC_UOM_ID (0); // @#C_UOM_ID@ 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_Order_ID=@DD_Order_ID@ setM_LocatorTo_ID (0); setM_Locator_ID (0); // @M_Locator_ID@ setProcessed (false); setQtyEntered (Env.ZERO); setQtyOrdered (Env.ZERO); } */ } /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName, String ... virtualColumns) { super (ctx, DD_OrderLine_ID, trxName, virtualColumns); /** if (DD_OrderLine_ID == 0) { setC_UOM_ID (0); // @#C_UOM_ID@ 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_Order_ID=@DD_Order_ID@ setM_LocatorTo_ID (0); setM_Locator_ID (0); // @M_Locator_ID@ setProcessed (false); setQtyEntered (Env.ZERO); setQtyOrdered (Env.ZERO); } */ } /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, String DD_OrderLine_UU, String trxName) { super (ctx, DD_OrderLine_UU, trxName); /** if (DD_OrderLine_UU == null) { setC_UOM_ID (0); // @#C_UOM_ID@ 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_Order_ID=@DD_Order_ID@ setM_LocatorTo_ID (0); setM_Locator_ID (0); // @M_Locator_ID@ setProcessed (false); setQtyEntered (Env.ZERO); setQtyOrdered (Env.ZERO); } */ } /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, String DD_OrderLine_UU, String trxName, String ... virtualColumns) { super (ctx, DD_OrderLine_UU, trxName, virtualColumns); /** if (DD_OrderLine_UU == null) { setC_UOM_ID (0); // @#C_UOM_ID@ 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_Order_ID=@DD_Order_ID@ setM_LocatorTo_ID (0); setM_Locator_ID (0); // @M_Locator_ID@ setProcessed (false); setQtyEntered (Env.ZERO); setQtyOrdered (Env.ZERO); } */ } /** Load Constructor */ public X_DD_OrderLine (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 1 - Org */ protected int get_AccessLevel() { return accessLevel.intValue(); } /** Load Meta Data */ protected POInfo initPO (Properties ctx) { POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); return poi; } public String toString() { StringBuilder sb = new StringBuilder ("X_DD_OrderLine[") .append(get_ID()).append("]"); return sb.toString(); } /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_ID) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @param C_Activity_ID Business Activity */ public void setC_Activity_ID (int C_Activity_ID) { if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_ID) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @param C_Campaign_ID Marketing Campaign */ public void setC_Campaign_ID (int C_Campaign_ID) { if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_ID) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @param C_Charge_ID Additional document charges */ public void setC_Charge_ID (int C_Charge_ID) { if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_ID) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @param C_Project_ID Financial Project */ public void setC_Project_ID (int C_Project_ID) { if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_ID) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @param C_UOM_ID Unit of Measure */ public void setC_UOM_ID (int C_UOM_ID) { if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Confirmed Quantity. @param ConfirmedQty Confirmation of a received quantity */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); } /** Get Confirmed Quantity. @return Confirmation of a received quantity */ public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) return Env.ZERO; return bd; } /** Set Distribution Order Line. @param DD_OrderLine_ID Distribution Order Line */ public void setDD_OrderLine_ID (int DD_OrderLine_ID) { if (DD_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, null); else set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); } /** Get Distribution Order Line. @return Distribution Order Line */ public int getDD_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); if (ii == null) return 0; return ii.intValue(); } /** Set DD_OrderLine_UU. @param DD_OrderLine_UU DD_OrderLine_UU */ public void setDD_OrderLine_UU (String DD_OrderLine_UU) { set_Value (COLUMNNAME_DD_OrderLine_UU, DD_OrderLine_UU); } /** Get DD_OrderLine_UU. @return DD_OrderLine_UU */ public String getDD_OrderLine_UU() { return (String)get_Value(COLUMNNAME_DD_OrderLine_UU); } public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException { return (org.eevolution.model.I_DD_Order)MTable.get(getCtx(), org.eevolution.model.I_DD_Order.Table_ID) .getPO(getDD_Order_ID(), get_TrxName()); } /** Set Distribution Order. @param DD_Order_ID Distribution Order */ public void setDD_Order_ID (int DD_Order_ID) { if (DD_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); else set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); } /** Get Distribution Order. @return Distribution Order */ public int getDD_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Date Delivered. @param DateDelivered Date when the product was delivered */ public void setDateDelivered (Timestamp DateDelivered) { set_Value (COLUMNNAME_DateDelivered, DateDelivered); } /** Get Date Delivered. @return Date when the product was delivered */ public Timestamp getDateDelivered() { return (Timestamp)get_Value(COLUMNNAME_DateDelivered); } /** Set Date Ordered. @param DateOrdered Date of Order */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); } /** Get Date Ordered. @return Date of Order */ public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date Promised. @param DatePromised Date Order was promised */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); } /** Get Date Promised. @return Date Order was promised */ public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Description. @param Description Optional short description of the record */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); } /** Get Description. @return Optional short description of the record */ public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Freight Amount. @param FreightAmt Freight Amount */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); } /** Get Freight Amount. @return Freight Amount */ public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Description Only. @param IsDescription if true, the line is just description and no transaction */ public void setIsDescription (boolean IsDescription) { set_Value (COLUMNNAME_IsDescription, Boolean.valueOf(IsDescription)); } /** Get Description Only. @return if true, the line is just description and no transaction */ public boolean isDescription() { Object oo = get_Value(COLUMNNAME_IsDescription); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Invoiced. @param IsInvoiced Is this invoiced? */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); } /** Get Invoiced. @return Is this invoiced? */ public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); 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 */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); } /** Get Line No. @return Unique line for this document */ public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) return 0; return ii.intValue(); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), String.valueOf(getLine())); } /** Set Line Amount. @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_Value (COLUMNNAME_LineNetAmt, LineNetAmt); } /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) return Env.ZERO; return bd; } public I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_ID) .getPO(getM_AttributeSetInstanceTo_ID(), get_TrxName()); } /** Set Attribute Set Instance To. @param M_AttributeSetInstanceTo_ID Target Product Attribute Set Instance */ public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) { if (M_AttributeSetInstanceTo_ID < 1) set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); else set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); } /** Get Attribute Set Instance To. @return Target Product Attribute Set Instance */ public int getM_AttributeSetInstanceTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); if (ii == null) return 0; return ii.intValue(); } public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_ID) .getPO(getM_AttributeSetInstance_ID(), get_TrxName()); } /** Set Attribute Set Instance. @param M_AttributeSetInstance_ID Product Attribute Set Instance */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_Locator getM_LocatorTo() throws RuntimeException { return (org.compiere.model.I_M_Locator)MTable.get(getCtx(), org.compiere.model.I_M_Locator.Table_ID) .getPO(getM_LocatorTo_ID(), get_TrxName()); } /** Set Locator To. @param M_LocatorTo_ID Location inventory is moved to */ public void setM_LocatorTo_ID (int M_LocatorTo_ID) { if (M_LocatorTo_ID < 1) set_Value (COLUMNNAME_M_LocatorTo_ID, null); else set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); } /** Get Locator To. @return Location inventory is moved to */ public int getM_LocatorTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException { return (org.compiere.model.I_M_Locator)MTable.get(getCtx(), org.compiere.model.I_M_Locator.Table_ID) .getPO(getM_Locator_ID(), get_TrxName()); } /** Set Locator. @param M_Locator_ID Warehouse Locator */ public void setM_Locator_ID (int M_Locator_ID) { if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_ID) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @param M_Product_ID Product, Service, Item */ public void setM_Product_ID (int M_Product_ID) { if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_ID) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @param M_Shipper_ID Method or manner of product delivery */ public void setM_Shipper_ID (int M_Shipper_ID) { if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Picked Quantity. @param PickedQty Picked Quantity */ public void setPickedQty (BigDecimal PickedQty) { set_Value (COLUMNNAME_PickedQty, PickedQty); } /** Get Picked Quantity. @return Picked Quantity */ public BigDecimal getPickedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PickedQty); if (bd == null) return Env.ZERO; return bd; } /** Set Processed. @param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); } /** Get Processed. @return The document has been processed */ public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Delivered Quantity. @param QtyDelivered Delivered Quantity */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_Value (COLUMNNAME_QtyDelivered, QtyDelivered); } /** Get Delivered Quantity. @return Delivered Quantity */ public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) return Env.ZERO; return bd; } /** Set Quantity. @param QtyEntered The Quantity Entered is based on the selected UoM */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); } /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) return Env.ZERO; return bd; } /** Set Qty In Transit. @param QtyInTransit Qty In Transit */ public void setQtyInTransit (BigDecimal QtyInTransit) { set_Value (COLUMNNAME_QtyInTransit, QtyInTransit); } /** Get Qty In Transit. @return Qty In Transit */ public BigDecimal getQtyInTransit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInTransit); if (bd == null) return Env.ZERO; return bd; } /** Set Ordered Quantity. @param QtyOrdered Ordered Quantity */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); } /** Get Ordered Quantity. @return Ordered Quantity */ public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) return Env.ZERO; return bd; } /** Set Reserved Quantity. @param QtyReserved Reserved Quantity */ public void setQtyReserved (BigDecimal QtyReserved) { set_Value (COLUMNNAME_QtyReserved, QtyReserved); } /** Get Reserved Quantity. @return Reserved Quantity */ public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) return Env.ZERO; return bd; } /** Set 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 Target Quantity. @param TargetQty Target Movement Quantity */ public void setTargetQty (BigDecimal TargetQty) { set_Value (COLUMNNAME_TargetQty, TargetQty); } /** Get Target Quantity. @return Target Movement Quantity */ public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) return Env.ZERO; return bd; } public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_ID) .getPO(getUser1_ID(), get_TrxName()); } /** Set User Element List 1. @param User1_ID User defined list element #1 */ public void setUser1_ID (int User1_ID) { if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_ID) .getPO(getUser2_ID(), get_TrxName()); } /** Set User Element List 2. @param User2_ID User defined list element #2 */ public void setUser2_ID (int User2_ID) { if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) return 0; return ii.intValue(); } }