Adempiere 3.5.2a

org.compiere.model
Class X_M_InOutLine

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_M_InOutLine
All Implemented Interfaces:
Serializable, Comparator, I_M_InOutLine, I_Persistent, Evaluatee
Direct Known Subclasses:
MInOutLine

public class X_M_InOutLine
extends PO
implements I_M_InOutLine, I_Persistent

Generated Model for M_InOutLine

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int AD_ORGTRX_ID_AD_Reference_ID
          AD_OrgTrx_ID AD_Reference_ID=130
static int USER1_ID_AD_Reference_ID
          User1_ID AD_Reference_ID=134
static int USER2_ID_AD_Reference_ID
          User2_ID AD_Reference_ID=137
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_M_InOutLine
accessLevel, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_C_OrderLine_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_ProjectPhase_ID, COLUMNNAME_C_ProjectTask_ID, COLUMNNAME_C_UOM_ID, COLUMNNAME_ConfirmedQty, COLUMNNAME_Description, COLUMNNAME_IsDescription, COLUMNNAME_IsInvoiced, COLUMNNAME_Line, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_InOut_ID, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_M_RMALine_ID, COLUMNNAME_MovementQty, COLUMNNAME_PickedQty, COLUMNNAME_Processed, COLUMNNAME_QtyEntered, COLUMNNAME_Ref_InOutLine_ID, COLUMNNAME_ScrappedQty, COLUMNNAME_TargetQty, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_M_InOutLine(Properties ctx, int M_InOutLine_ID, String trxName)
          Standard Constructor
X_M_InOutLine(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getC_OrderLine_ID()
          Get Sales Order Line.
 I_C_OrderLine getC_OrderLine()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectPhase_ID()
          Get Project Phase.
 I_C_ProjectPhase getC_ProjectPhase()
           
 int getC_ProjectTask_ID()
          Get Project Task.
 I_C_ProjectTask getC_ProjectTask()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 BigDecimal getConfirmedQty()
          Get Confirmed Quantity.
 String getDescription()
          Get Description.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_InOut_ID()
          Get Shipment/Receipt.
 I_M_InOut getM_InOut()
           
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_RMALine_ID()
          Get RMA Line.
 I_M_RMALine getM_RMALine()
           
 BigDecimal getMovementQty()
          Get Movement Quantity.
 BigDecimal getPickedQty()
          Get Picked Quantity.
 BigDecimal getQtyEntered()
          Get Quantity.
 int getRef_InOutLine_ID()
          Get Referenced Shipment Line.
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 BigDecimal getTargetQty()
          Get Target Quantity.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isDescription()
          Get Description Only.
 boolean isInvoiced()
          Get Invoiced.
 boolean isProcessed()
          Get Processed.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_OrderLine_ID(int C_OrderLine_ID)
          Set Sales Order Line.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
          Set Project Phase.
 void setC_ProjectTask_ID(int C_ProjectTask_ID)
          Set Project Task.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setConfirmedQty(BigDecimal ConfirmedQty)
          Set Confirmed Quantity.
 void setDescription(String Description)
          Set Description.
 void setIsDescription(boolean IsDescription)
          Set Description Only.
 void setIsInvoiced(boolean IsInvoiced)
          Set Invoiced.
 void setLine(int Line)
          Set Line No.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_InOut_ID(int M_InOut_ID)
          Set Shipment/Receipt.
 void setM_InOutLine_ID(int M_InOutLine_ID)
          Set Shipment/Receipt Line.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_RMALine_ID(int M_RMALine_ID)
          Set RMA Line.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setPickedQty(BigDecimal PickedQty)
          Set Picked Quantity.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQtyEntered(BigDecimal QtyEntered)
          Set Quantity.
 void setRef_InOutLine_ID(int Ref_InOutLine_ID)
          Set Referenced Shipment Line.
 void setScrappedQty(BigDecimal ScrappedQty)
          Set Scrapped Quantity.
 void setTargetQty(BigDecimal TargetQty)
          Set Target Quantity.
 void setUser1_ID(int User1_ID)
          Set User List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

AD_ORGTRX_ID_AD_Reference_ID

public static final int AD_ORGTRX_ID_AD_Reference_ID
AD_OrgTrx_ID AD_Reference_ID=130

See Also:
Constant Field Values

USER1_ID_AD_Reference_ID

public static final int USER1_ID_AD_Reference_ID
User1_ID AD_Reference_ID=134

See Also:
Constant Field Values

USER2_ID_AD_Reference_ID

public static final int USER2_ID_AD_Reference_ID
User2_ID AD_Reference_ID=137

See Also:
Constant Field Values
Constructor Detail

X_M_InOutLine

public X_M_InOutLine(Properties ctx,
                     int M_InOutLine_ID,
                     String trxName)
Standard Constructor


X_M_InOutLine

public X_M_InOutLine(Properties ctx,
                     ResultSet rs,
                     String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
1 - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAD_OrgTrx_ID

public void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization.

Specified by:
setAD_OrgTrx_ID in interface I_M_InOutLine
Parameters:
AD_OrgTrx_ID - Performing or initiating organization

getAD_OrgTrx_ID

public int getAD_OrgTrx_ID()
Get Trx Organization.

Specified by:
getAD_OrgTrx_ID in interface I_M_InOutLine
Returns:
Performing or initiating organization

getC_Activity

public I_C_Activity getC_Activity()
                           throws Exception
Specified by:
getC_Activity in interface I_M_InOutLine
Throws:
Exception

setC_Activity_ID

public void setC_Activity_ID(int C_Activity_ID)
Set Activity.

Specified by:
setC_Activity_ID in interface I_M_InOutLine
Parameters:
C_Activity_ID - Business Activity

getC_Activity_ID

public int getC_Activity_ID()
Get Activity.

Specified by:
getC_Activity_ID in interface I_M_InOutLine
Returns:
Business Activity

getC_Campaign

public I_C_Campaign getC_Campaign()
                           throws Exception
Specified by:
getC_Campaign in interface I_M_InOutLine
Throws:
Exception

setC_Campaign_ID

public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.

Specified by:
setC_Campaign_ID in interface I_M_InOutLine
Parameters:
C_Campaign_ID - Marketing Campaign

getC_Campaign_ID

public int getC_Campaign_ID()
Get Campaign.

Specified by:
getC_Campaign_ID in interface I_M_InOutLine
Returns:
Marketing Campaign

getC_Charge

public I_C_Charge getC_Charge()
                       throws Exception
Specified by:
getC_Charge in interface I_M_InOutLine
Throws:
Exception

setC_Charge_ID

public void setC_Charge_ID(int C_Charge_ID)
Set Charge.

Specified by:
setC_Charge_ID in interface I_M_InOutLine
Parameters:
C_Charge_ID - Additional document charges

getC_Charge_ID

public int getC_Charge_ID()
Get Charge.

Specified by:
getC_Charge_ID in interface I_M_InOutLine
Returns:
Additional document charges

setConfirmedQty

public void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity.

Specified by:
setConfirmedQty in interface I_M_InOutLine
Parameters:
ConfirmedQty - Confirmation of a received quantity

getConfirmedQty

public BigDecimal getConfirmedQty()
Get Confirmed Quantity.

Specified by:
getConfirmedQty in interface I_M_InOutLine
Returns:
Confirmation of a received quantity

getC_OrderLine

public I_C_OrderLine getC_OrderLine()
                             throws Exception
Specified by:
getC_OrderLine in interface I_M_InOutLine
Throws:
Exception

setC_OrderLine_ID

public void setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line.

Specified by:
setC_OrderLine_ID in interface I_M_InOutLine
Parameters:
C_OrderLine_ID - Sales Order Line

getC_OrderLine_ID

public int getC_OrderLine_ID()
Get Sales Order Line.

Specified by:
getC_OrderLine_ID in interface I_M_InOutLine
Returns:
Sales Order Line

getC_Project

public I_C_Project getC_Project()
                         throws Exception
Specified by:
getC_Project in interface I_M_InOutLine
Throws:
Exception

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

Specified by:
setC_Project_ID in interface I_M_InOutLine
Parameters:
C_Project_ID - Financial Project

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_M_InOutLine
Returns:
Financial Project

getC_ProjectPhase

public I_C_ProjectPhase getC_ProjectPhase()
                                   throws Exception
Specified by:
getC_ProjectPhase in interface I_M_InOutLine
Throws:
Exception

setC_ProjectPhase_ID

public void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase.

Specified by:
setC_ProjectPhase_ID in interface I_M_InOutLine
Parameters:
C_ProjectPhase_ID - Phase of a Project

getC_ProjectPhase_ID

public int getC_ProjectPhase_ID()
Get Project Phase.

Specified by:
getC_ProjectPhase_ID in interface I_M_InOutLine
Returns:
Phase of a Project

getC_ProjectTask

public I_C_ProjectTask getC_ProjectTask()
                                 throws Exception
Specified by:
getC_ProjectTask in interface I_M_InOutLine
Throws:
Exception

setC_ProjectTask_ID

public void setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task.

Specified by:
setC_ProjectTask_ID in interface I_M_InOutLine
Parameters:
C_ProjectTask_ID - Actual Project Task in a Phase

getC_ProjectTask_ID

public int getC_ProjectTask_ID()
Get Project Task.

Specified by:
getC_ProjectTask_ID in interface I_M_InOutLine
Returns:
Actual Project Task in a Phase

getC_UOM

public I_C_UOM getC_UOM()
                 throws Exception
Specified by:
getC_UOM in interface I_M_InOutLine
Throws:
Exception

setC_UOM_ID

public void setC_UOM_ID(int C_UOM_ID)
Set UOM.

Specified by:
setC_UOM_ID in interface I_M_InOutLine
Parameters:
C_UOM_ID - Unit of Measure

getC_UOM_ID

public int getC_UOM_ID()
Get UOM.

Specified by:
getC_UOM_ID in interface I_M_InOutLine
Returns:
Unit of Measure

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_M_InOutLine
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_M_InOutLine
Returns:
Optional short description of the record

setIsDescription

public void setIsDescription(boolean IsDescription)
Set Description Only.

Specified by:
setIsDescription in interface I_M_InOutLine
Parameters:
IsDescription - if true, the line is just description and no transaction

isDescription

public boolean isDescription()
Get Description Only.

Specified by:
isDescription in interface I_M_InOutLine
Returns:
if true, the line is just description and no transaction

setIsInvoiced

public void setIsInvoiced(boolean IsInvoiced)
Set Invoiced.

Specified by:
setIsInvoiced in interface I_M_InOutLine
Parameters:
IsInvoiced - Is this invoiced?

isInvoiced

public boolean isInvoiced()
Get Invoiced.

Specified by:
isInvoiced in interface I_M_InOutLine
Returns:
Is this invoiced?

setLine

public void setLine(int Line)
Set Line No.

Specified by:
setLine in interface I_M_InOutLine
Parameters:
Line - Unique line for this document

getLine

public int getLine()
Get Line No.

Specified by:
getLine in interface I_M_InOutLine
Returns:
Unique line for this document

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setM_AttributeSetInstance_ID

public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance.

Specified by:
setM_AttributeSetInstance_ID in interface I_M_InOutLine
Parameters:
M_AttributeSetInstance_ID - Product Attribute Set Instance

getM_AttributeSetInstance_ID

public int getM_AttributeSetInstance_ID()
Get Attribute Set Instance.

Specified by:
getM_AttributeSetInstance_ID in interface I_M_InOutLine
Returns:
Product Attribute Set Instance

getM_InOut

public I_M_InOut getM_InOut()
                     throws Exception
Specified by:
getM_InOut in interface I_M_InOutLine
Throws:
Exception

setM_InOut_ID

public void setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt.

Specified by:
setM_InOut_ID in interface I_M_InOutLine
Parameters:
M_InOut_ID - Material Shipment Document

getM_InOut_ID

public int getM_InOut_ID()
Get Shipment/Receipt.

Specified by:
getM_InOut_ID in interface I_M_InOutLine
Returns:
Material Shipment Document

setM_InOutLine_ID

public void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line.

Specified by:
setM_InOutLine_ID in interface I_M_InOutLine
Parameters:
M_InOutLine_ID - Line on Shipment or Receipt document

getM_InOutLine_ID

public int getM_InOutLine_ID()
Get Shipment/Receipt Line.

Specified by:
getM_InOutLine_ID in interface I_M_InOutLine
Returns:
Line on Shipment or Receipt document

setM_Locator_ID

public void setM_Locator_ID(int M_Locator_ID)
Set Locator.

Specified by:
setM_Locator_ID in interface I_M_InOutLine
Parameters:
M_Locator_ID - Warehouse Locator

getM_Locator_ID

public int getM_Locator_ID()
Get Locator.

Specified by:
getM_Locator_ID in interface I_M_InOutLine
Returns:
Warehouse Locator

setMovementQty

public void setMovementQty(BigDecimal MovementQty)
Set Movement Quantity.

Specified by:
setMovementQty in interface I_M_InOutLine
Parameters:
MovementQty - Quantity of a product moved.

getMovementQty

public BigDecimal getMovementQty()
Get Movement Quantity.

Specified by:
getMovementQty in interface I_M_InOutLine
Returns:
Quantity of a product moved.

getM_Product

public I_M_Product getM_Product()
                         throws Exception
Specified by:
getM_Product in interface I_M_InOutLine
Throws:
Exception

setM_Product_ID

public void setM_Product_ID(int M_Product_ID)
Set Product.

Specified by:
setM_Product_ID in interface I_M_InOutLine
Parameters:
M_Product_ID - Product, Service, Item

getM_Product_ID

public int getM_Product_ID()
Get Product.

Specified by:
getM_Product_ID in interface I_M_InOutLine
Returns:
Product, Service, Item

getM_RMALine

public I_M_RMALine getM_RMALine()
                         throws Exception
Specified by:
getM_RMALine in interface I_M_InOutLine
Throws:
Exception

setM_RMALine_ID

public void setM_RMALine_ID(int M_RMALine_ID)
Set RMA Line.

Specified by:
setM_RMALine_ID in interface I_M_InOutLine
Parameters:
M_RMALine_ID - Return Material Authorization Line

getM_RMALine_ID

public int getM_RMALine_ID()
Get RMA Line.

Specified by:
getM_RMALine_ID in interface I_M_InOutLine
Returns:
Return Material Authorization Line

setPickedQty

public void setPickedQty(BigDecimal PickedQty)
Set Picked Quantity.

Specified by:
setPickedQty in interface I_M_InOutLine
Parameters:
PickedQty - Picked Quantity

getPickedQty

public BigDecimal getPickedQty()
Get Picked Quantity.

Specified by:
getPickedQty in interface I_M_InOutLine
Returns:
Picked Quantity

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

Specified by:
setProcessed in interface I_M_InOutLine
Parameters:
Processed - The document has been processed

isProcessed

public boolean isProcessed()
Get Processed.

Specified by:
isProcessed in interface I_M_InOutLine
Returns:
The document has been processed

setQtyEntered

public void setQtyEntered(BigDecimal QtyEntered)
Set Quantity.

Specified by:
setQtyEntered in interface I_M_InOutLine
Parameters:
QtyEntered - The Quantity Entered is based on the selected UoM

getQtyEntered

public BigDecimal getQtyEntered()
Get Quantity.

Specified by:
getQtyEntered in interface I_M_InOutLine
Returns:
The Quantity Entered is based on the selected UoM

setRef_InOutLine_ID

public void setRef_InOutLine_ID(int Ref_InOutLine_ID)
Set Referenced Shipment Line.

Specified by:
setRef_InOutLine_ID in interface I_M_InOutLine
Parameters:
Ref_InOutLine_ID - Referenced Shipment Line

getRef_InOutLine_ID

public int getRef_InOutLine_ID()
Get Referenced Shipment Line.

Specified by:
getRef_InOutLine_ID in interface I_M_InOutLine
Returns:
Referenced Shipment Line

setScrappedQty

public void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity.

Specified by:
setScrappedQty in interface I_M_InOutLine
Parameters:
ScrappedQty - The Quantity scrapped due to QA issues

getScrappedQty

public BigDecimal getScrappedQty()
Get Scrapped Quantity.

Specified by:
getScrappedQty in interface I_M_InOutLine
Returns:
The Quantity scrapped due to QA issues

setTargetQty

public void setTargetQty(BigDecimal TargetQty)
Set Target Quantity.

Specified by:
setTargetQty in interface I_M_InOutLine
Parameters:
TargetQty - Target Movement Quantity

getTargetQty

public BigDecimal getTargetQty()
Get Target Quantity.

Specified by:
getTargetQty in interface I_M_InOutLine
Returns:
Target Movement Quantity

setUser1_ID

public void setUser1_ID(int User1_ID)
Set User List 1.

Specified by:
setUser1_ID in interface I_M_InOutLine
Parameters:
User1_ID - User defined list element #1

getUser1_ID

public int getUser1_ID()
Get User List 1.

Specified by:
getUser1_ID in interface I_M_InOutLine
Returns:
User defined list element #1

setUser2_ID

public void setUser2_ID(int User2_ID)
Set User List 2.

Specified by:
setUser2_ID in interface I_M_InOutLine
Parameters:
User2_ID - User defined list element #2

getUser2_ID

public int getUser2_ID()
Get User List 2.

Specified by:
getUser2_ID in interface I_M_InOutLine
Returns:
User defined list element #2

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.