Adempiere 3.5.2a

org.compiere.model
Class X_C_InvoiceBatchLine

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_InvoiceBatchLine
All Implemented Interfaces:
Serializable, Comparator, I_C_InvoiceBatchLine, I_Persistent, Evaluatee
Direct Known Subclasses:
MInvoiceBatchLine

public class X_C_InvoiceBatchLine
extends PO
implements I_C_InvoiceBatchLine, I_Persistent

Generated Model for C_InvoiceBatchLine

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_C_InvoiceBatchLine
accessLevel, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_BPartner_Location_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_C_DocType_ID, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_InvoiceBatch_ID, COLUMNNAME_C_InvoiceBatchLine_ID, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_Tax_ID, COLUMNNAME_DateAcct, COLUMNNAME_DateInvoiced, COLUMNNAME_Description, COLUMNNAME_DocumentNo, COLUMNNAME_IsTaxIncluded, COLUMNNAME_Line, COLUMNNAME_LineNetAmt, COLUMNNAME_LineTotalAmt, COLUMNNAME_PriceEntered, COLUMNNAME_Processed, COLUMNNAME_QtyEntered, COLUMNNAME_TaxAmt, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_C_InvoiceBatchLine(Properties ctx, int C_InvoiceBatchLine_ID, String trxName)
          Standard Constructor
X_C_InvoiceBatchLine(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 int getC_BPartner_Location_ID()
          Get Partner Location.
 I_C_BPartner_Location getC_BPartner_Location()
           
 I_C_BPartner getC_BPartner()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_InvoiceBatch_ID()
          Get Invoice Batch.
 I_C_InvoiceBatch getC_InvoiceBatch()
           
 int getC_InvoiceBatchLine_ID()
          Get Invoice Batch Line.
 int getC_InvoiceLine_ID()
          Get Invoice Line.
 I_C_InvoiceLine getC_InvoiceLine()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_Tax_ID()
          Get Tax.
 I_C_Tax getC_Tax()
           
 Timestamp getDateAcct()
          Get Account Date.
 Timestamp getDateInvoiced()
          Get Date Invoiced.
 String getDescription()
          Get Description.
 String getDocumentNo()
          Get Document No.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getLine()
          Get Line No.
 BigDecimal getLineNetAmt()
          Get Line Amount.
 BigDecimal getLineTotalAmt()
          Get Line Total.
 BigDecimal getPriceEntered()
          Get Price.
 BigDecimal getQtyEntered()
          Get Quantity.
 BigDecimal getTaxAmt()
          Get Tax Amount.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isProcessed()
          Get Processed.
 boolean isTaxIncluded()
          Get Price includes Tax.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
          Set Partner Location.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
          Set Invoice Batch.
 void setC_InvoiceBatchLine_ID(int C_InvoiceBatchLine_ID)
          Set Invoice Batch Line.
 void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
          Set Invoice Line.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_Tax_ID(int C_Tax_ID)
          Set Tax.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDateInvoiced(Timestamp DateInvoiced)
          Set Date Invoiced.
 void setDescription(String Description)
          Set Description.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setIsTaxIncluded(boolean IsTaxIncluded)
          Set Price includes Tax.
 void setLine(int Line)
          Set Line No.
 void setLineNetAmt(BigDecimal LineNetAmt)
          Set Line Amount.
 void setLineTotalAmt(BigDecimal LineTotalAmt)
          Set Line Total.
 void setPriceEntered(BigDecimal PriceEntered)
          Set Price.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQtyEntered(BigDecimal QtyEntered)
          Set Quantity.
 void setTaxAmt(BigDecimal TaxAmt)
          Set Tax Amount.
 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_C_InvoiceBatchLine

public X_C_InvoiceBatchLine(Properties ctx,
                            int C_InvoiceBatchLine_ID,
                            String trxName)
Standard Constructor


X_C_InvoiceBatchLine

public X_C_InvoiceBatchLine(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_C_InvoiceBatchLine
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_C_InvoiceBatchLine
Returns:
Performing or initiating organization

getAD_User

public I_AD_User getAD_User()
                     throws Exception
Specified by:
getAD_User in interface I_C_InvoiceBatchLine
Throws:
Exception

setAD_User_ID

public void setAD_User_ID(int AD_User_ID)
Set User/Contact.

Specified by:
setAD_User_ID in interface I_C_InvoiceBatchLine
Parameters:
AD_User_ID - User within the system - Internal or Business Partner Contact

getAD_User_ID

public int getAD_User_ID()
Get User/Contact.

Specified by:
getAD_User_ID in interface I_C_InvoiceBatchLine
Returns:
User within the system - Internal or Business Partner Contact

getC_Activity

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

setC_Activity_ID

public void setC_Activity_ID(int C_Activity_ID)
Set Activity.

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

getC_Activity_ID

public int getC_Activity_ID()
Get Activity.

Specified by:
getC_Activity_ID in interface I_C_InvoiceBatchLine
Returns:
Business Activity

getC_BPartner

public I_C_BPartner getC_BPartner()
                           throws Exception
Specified by:
getC_BPartner in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_BPartner_ID

public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner .

Specified by:
setC_BPartner_ID in interface I_C_InvoiceBatchLine
Parameters:
C_BPartner_ID - Identifies a Business Partner

getC_BPartner_ID

public int getC_BPartner_ID()
Get Business Partner .

Specified by:
getC_BPartner_ID in interface I_C_InvoiceBatchLine
Returns:
Identifies a Business Partner

getC_BPartner_Location

public I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Specified by:
getC_BPartner_Location in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_BPartner_Location_ID

public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location.

Specified by:
setC_BPartner_Location_ID in interface I_C_InvoiceBatchLine
Parameters:
C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner

getC_BPartner_Location_ID

public int getC_BPartner_Location_ID()
Get Partner Location.

Specified by:
getC_BPartner_Location_ID in interface I_C_InvoiceBatchLine
Returns:
Identifies the (ship to) address for this Business Partner

getC_Charge

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

setC_Charge_ID

public void setC_Charge_ID(int C_Charge_ID)
Set Charge.

Specified by:
setC_Charge_ID in interface I_C_InvoiceBatchLine
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_C_InvoiceBatchLine
Returns:
Additional document charges

getC_DocType

public I_C_DocType getC_DocType()
                         throws Exception
Specified by:
getC_DocType in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_DocType_ID

public void setC_DocType_ID(int C_DocType_ID)
Set Document Type.

Specified by:
setC_DocType_ID in interface I_C_InvoiceBatchLine
Parameters:
C_DocType_ID - Document type or rules

getC_DocType_ID

public int getC_DocType_ID()
Get Document Type.

Specified by:
getC_DocType_ID in interface I_C_InvoiceBatchLine
Returns:
Document type or rules

getC_InvoiceBatch

public I_C_InvoiceBatch getC_InvoiceBatch()
                                   throws Exception
Specified by:
getC_InvoiceBatch in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_InvoiceBatch_ID

public void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
Set Invoice Batch.

Specified by:
setC_InvoiceBatch_ID in interface I_C_InvoiceBatchLine
Parameters:
C_InvoiceBatch_ID - Expense Invoice Batch Header

getC_InvoiceBatch_ID

public int getC_InvoiceBatch_ID()
Get Invoice Batch.

Specified by:
getC_InvoiceBatch_ID in interface I_C_InvoiceBatchLine
Returns:
Expense Invoice Batch Header

setC_InvoiceBatchLine_ID

public void setC_InvoiceBatchLine_ID(int C_InvoiceBatchLine_ID)
Set Invoice Batch Line.

Specified by:
setC_InvoiceBatchLine_ID in interface I_C_InvoiceBatchLine
Parameters:
C_InvoiceBatchLine_ID - Expense Invoice Batch Line

getC_InvoiceBatchLine_ID

public int getC_InvoiceBatchLine_ID()
Get Invoice Batch Line.

Specified by:
getC_InvoiceBatchLine_ID in interface I_C_InvoiceBatchLine
Returns:
Expense Invoice Batch Line

getC_Invoice

public I_C_Invoice getC_Invoice()
                         throws Exception
Specified by:
getC_Invoice in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_Invoice_ID

public void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.

Specified by:
setC_Invoice_ID in interface I_C_InvoiceBatchLine
Parameters:
C_Invoice_ID - Invoice Identifier

getC_Invoice_ID

public int getC_Invoice_ID()
Get Invoice.

Specified by:
getC_Invoice_ID in interface I_C_InvoiceBatchLine
Returns:
Invoice Identifier

getC_InvoiceLine

public I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Specified by:
getC_InvoiceLine in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_InvoiceLine_ID

public void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line.

Specified by:
setC_InvoiceLine_ID in interface I_C_InvoiceBatchLine
Parameters:
C_InvoiceLine_ID - Invoice Detail Line

getC_InvoiceLine_ID

public int getC_InvoiceLine_ID()
Get Invoice Line.

Specified by:
getC_InvoiceLine_ID in interface I_C_InvoiceBatchLine
Returns:
Invoice Detail Line

getC_Project

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

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

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

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_C_InvoiceBatchLine
Returns:
Financial Project

getC_Tax

public I_C_Tax getC_Tax()
                 throws Exception
Specified by:
getC_Tax in interface I_C_InvoiceBatchLine
Throws:
Exception

setC_Tax_ID

public void setC_Tax_ID(int C_Tax_ID)
Set Tax.

Specified by:
setC_Tax_ID in interface I_C_InvoiceBatchLine
Parameters:
C_Tax_ID - Tax identifier

getC_Tax_ID

public int getC_Tax_ID()
Get Tax.

Specified by:
getC_Tax_ID in interface I_C_InvoiceBatchLine
Returns:
Tax identifier

setDateAcct

public void setDateAcct(Timestamp DateAcct)
Set Account Date.

Specified by:
setDateAcct in interface I_C_InvoiceBatchLine
Parameters:
DateAcct - Accounting Date

getDateAcct

public Timestamp getDateAcct()
Get Account Date.

Specified by:
getDateAcct in interface I_C_InvoiceBatchLine
Returns:
Accounting Date

setDateInvoiced

public void setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced.

Specified by:
setDateInvoiced in interface I_C_InvoiceBatchLine
Parameters:
DateInvoiced - Date printed on Invoice

getDateInvoiced

public Timestamp getDateInvoiced()
Get Date Invoiced.

Specified by:
getDateInvoiced in interface I_C_InvoiceBatchLine
Returns:
Date printed on Invoice

setDescription

public void setDescription(String Description)
Set Description.

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

getDescription

public String getDescription()
Get Description.

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

setDocumentNo

public void setDocumentNo(String DocumentNo)
Set Document No.

Specified by:
setDocumentNo in interface I_C_InvoiceBatchLine
Parameters:
DocumentNo - Document sequence number of the document

getDocumentNo

public String getDocumentNo()
Get Document No.

Specified by:
getDocumentNo in interface I_C_InvoiceBatchLine
Returns:
Document sequence number of the document

setIsTaxIncluded

public void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax.

Specified by:
setIsTaxIncluded in interface I_C_InvoiceBatchLine
Parameters:
IsTaxIncluded - Tax is included in the price

isTaxIncluded

public boolean isTaxIncluded()
Get Price includes Tax.

Specified by:
isTaxIncluded in interface I_C_InvoiceBatchLine
Returns:
Tax is included in the price

setLine

public void setLine(int Line)
Set Line No.

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

getLine

public int getLine()
Get Line No.

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

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setLineNetAmt

public void setLineNetAmt(BigDecimal LineNetAmt)
Set Line Amount.

Specified by:
setLineNetAmt in interface I_C_InvoiceBatchLine
Parameters:
LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges

getLineNetAmt

public BigDecimal getLineNetAmt()
Get Line Amount.

Specified by:
getLineNetAmt in interface I_C_InvoiceBatchLine
Returns:
Line Extended Amount (Quantity * Actual Price) without Freight and Charges

setLineTotalAmt

public void setLineTotalAmt(BigDecimal LineTotalAmt)
Set Line Total.

Specified by:
setLineTotalAmt in interface I_C_InvoiceBatchLine
Parameters:
LineTotalAmt - Total line amount incl. Tax

getLineTotalAmt

public BigDecimal getLineTotalAmt()
Get Line Total.

Specified by:
getLineTotalAmt in interface I_C_InvoiceBatchLine
Returns:
Total line amount incl. Tax

setPriceEntered

public void setPriceEntered(BigDecimal PriceEntered)
Set Price.

Specified by:
setPriceEntered in interface I_C_InvoiceBatchLine
Parameters:
PriceEntered - Price Entered - the price based on the selected/base UoM

getPriceEntered

public BigDecimal getPriceEntered()
Get Price.

Specified by:
getPriceEntered in interface I_C_InvoiceBatchLine
Returns:
Price Entered - the price based on the selected/base UoM

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

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

isProcessed

public boolean isProcessed()
Get Processed.

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

setQtyEntered

public void setQtyEntered(BigDecimal QtyEntered)
Set Quantity.

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

getQtyEntered

public BigDecimal getQtyEntered()
Get Quantity.

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

setTaxAmt

public void setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount.

Specified by:
setTaxAmt in interface I_C_InvoiceBatchLine
Parameters:
TaxAmt - Tax Amount for a document

getTaxAmt

public BigDecimal getTaxAmt()
Get Tax Amount.

Specified by:
getTaxAmt in interface I_C_InvoiceBatchLine
Returns:
Tax Amount for a document

setUser1_ID

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

Specified by:
setUser1_ID in interface I_C_InvoiceBatchLine
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_C_InvoiceBatchLine
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_C_InvoiceBatchLine
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_C_InvoiceBatchLine
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.