/****************************************************************************** * 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.compiere.model; import java.math.BigDecimal; import java.sql.ResultSet; import java.util.Properties; import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLine * @author iDempiere (generated) * @version Release 11 - $Id$ */ @org.adempiere.base.Model(table="M_MovementLine") public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persistent { /** * */ private static final long serialVersionUID = 20231222L; /** Standard Constructor */ public X_M_MovementLine (Properties ctx, int M_MovementLine_ID, String trxName) { super (ctx, M_MovementLine_ID, trxName); /** if (M_MovementLine_ID == 0) { setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@ setM_Locator_ID (0); // @M_Locator_ID@ setM_LocatorTo_ID (0); // @M_LocatorTo_ID@ setM_Movement_ID (0); setM_MovementLine_ID (0); setMovementQty (Env.ZERO); // 1 setM_Product_ID (0); setProcessed (false); setTargetQty (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_M_MovementLine (Properties ctx, int M_MovementLine_ID, String trxName, String ... virtualColumns) { super (ctx, M_MovementLine_ID, trxName, virtualColumns); /** if (M_MovementLine_ID == 0) { setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@ setM_Locator_ID (0); // @M_Locator_ID@ setM_LocatorTo_ID (0); // @M_LocatorTo_ID@ setM_Movement_ID (0); setM_MovementLine_ID (0); setMovementQty (Env.ZERO); // 1 setM_Product_ID (0); setProcessed (false); setTargetQty (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_M_MovementLine (Properties ctx, String M_MovementLine_UU, String trxName) { super (ctx, M_MovementLine_UU, trxName); /** if (M_MovementLine_UU == null) { setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@ setM_Locator_ID (0); // @M_Locator_ID@ setM_LocatorTo_ID (0); // @M_LocatorTo_ID@ setM_Movement_ID (0); setM_MovementLine_ID (0); setMovementQty (Env.ZERO); // 1 setM_Product_ID (0); setProcessed (false); setTargetQty (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_M_MovementLine (Properties ctx, String M_MovementLine_UU, String trxName, String ... virtualColumns) { super (ctx, M_MovementLine_UU, trxName, virtualColumns); /** if (M_MovementLine_UU == null) { setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@ setM_Locator_ID (0); // @M_Locator_ID@ setM_LocatorTo_ID (0); // @M_LocatorTo_ID@ setM_Movement_ID (0); setM_MovementLine_ID (0); setMovementQty (Env.ZERO); // 1 setM_Product_ID (0); setProcessed (false); setTargetQty (Env.ZERO); // 0 } */ } /** Load Constructor */ public X_M_MovementLine (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_M_MovementLine[") .append(get_ID()).append("]"); return sb.toString(); } /** 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 org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException { return (org.eevolution.model.I_DD_OrderLine)MTable.get(getCtx(), org.eevolution.model.I_DD_OrderLine.Table_ID) .getPO(getDD_OrderLine_ID(), get_TrxName()); } /** 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 */ 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 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())); } 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 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_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); else set_ValueNoCheck (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_Locator getM_Locator() throws RuntimeException { return (I_M_Locator)MTable.get(getCtx(), 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 I_M_Locator getM_LocatorTo() throws RuntimeException { return (I_M_Locator)MTable.get(getCtx(), 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_Movement getM_Movement() throws RuntimeException { return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_ID) .getPO(getM_Movement_ID(), get_TrxName()); } /** Set Inventory Move. @param M_Movement_ID Movement of Inventory */ public void setM_Movement_ID (int M_Movement_ID) { if (M_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Movement_ID, null); else set_ValueNoCheck (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Move Line. @param M_MovementLine_ID Inventory Move document Line */ public void setM_MovementLine_ID (int M_MovementLine_ID) { if (M_MovementLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, null); else set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) return 0; return ii.intValue(); } /** Set M_MovementLine_UU. @param M_MovementLine_UU M_MovementLine_UU */ public void setM_MovementLine_UU (String M_MovementLine_UU) { set_Value (COLUMNNAME_M_MovementLine_UU, M_MovementLine_UU); } /** Get M_MovementLine_UU. @return M_MovementLine_UU */ public String getM_MovementLine_UU() { return (String)get_Value(COLUMNNAME_M_MovementLine_UU); } /** Set Movement Quantity. @param MovementQty Quantity of a product moved. */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); } /** Get Movement Quantity. @return Quantity of a product moved. */ public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) return Env.ZERO; return bd; } public 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(); } /** 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; } public org.compiere.model.I_M_MovementLine getReversalLine() throws RuntimeException { return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_ID) .getPO(getReversalLine_ID(), get_TrxName()); } /** Set Reversal Line. @param ReversalLine_ID Use to keep the reversal line ID for reversing costing purpose */ public void setReversalLine_ID (int ReversalLine_ID) { if (ReversalLine_ID < 1) set_Value (COLUMNNAME_ReversalLine_ID, null); else set_Value (COLUMNNAME_ReversalLine_ID, Integer.valueOf(ReversalLine_ID)); } /** Get Reversal Line. @return Use to keep the reversal line ID for reversing costing purpose */ public int getReversalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReversalLine_ID); if (ii == null) return 0; 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 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; } /** Set Search Key. @param Value Search key for the record in the format required - must be unique */ public void setValue (String Value) { throw new IllegalArgumentException ("Value is virtual column"); } /** Get Search Key. @return Search key for the record in the format required - must be unique */ public String getValue() { return (String)get_Value(COLUMNNAME_Value); } }