Adempiere 3.5.2a

org.compiere.model
Interface I_C_InvoiceBatchLine

All Known Implementing Classes:
MInvoiceBatchLine, X_C_InvoiceBatchLine

public interface I_C_InvoiceBatchLine

Generated Interface for C_InvoiceBatchLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_AD_OrgTrx_ID
          Column name AD_OrgTrx_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_C_InvoiceBatch_ID
          Column name C_InvoiceBatch_ID
static String COLUMNNAME_C_InvoiceBatchLine_ID
          Column name C_InvoiceBatchLine_ID
static String COLUMNNAME_C_InvoiceLine_ID
          Column name C_InvoiceLine_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_Tax_ID
          Column name C_Tax_ID
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_DateInvoiced
          Column name DateInvoiced
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_IsTaxIncluded
          Column name IsTaxIncluded
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_LineNetAmt
          Column name LineNetAmt
static String COLUMNNAME_LineTotalAmt
          Column name LineTotalAmt
static String COLUMNNAME_PriceEntered
          Column name PriceEntered
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_QtyEntered
          Column name QtyEntered
static String COLUMNNAME_TaxAmt
          Column name TaxAmt
static String COLUMNNAME_User1_ID
          Column name User1_ID
static String COLUMNNAME_User2_ID
          Column name User2_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=768
static String Table_Name
          TableName=C_InvoiceBatchLine
 
Method Summary
 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.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_InvoiceBatchLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=768


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_AD_OrgTrx_ID

static final String COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceBatch_ID

static final String COLUMNNAME_C_InvoiceBatch_ID
Column name C_InvoiceBatch_ID

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceBatchLine_ID

static final String COLUMNNAME_C_InvoiceBatchLine_ID
Column name C_InvoiceBatchLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_Invoice_ID

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceLine_ID

static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_C_Tax_ID

static final String COLUMNNAME_C_Tax_ID
Column name C_Tax_ID

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_DateInvoiced

static final String COLUMNNAME_DateInvoiced
Column name DateInvoiced

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_IsTaxIncluded

static final String COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_LineNetAmt

static final String COLUMNNAME_LineNetAmt
Column name LineNetAmt

See Also:
Constant Field Values

COLUMNNAME_LineTotalAmt

static final String COLUMNNAME_LineTotalAmt
Column name LineTotalAmt

See Also:
Constant Field Values

COLUMNNAME_PriceEntered

static final String COLUMNNAME_PriceEntered
Column name PriceEntered

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_QtyEntered

static final String COLUMNNAME_QtyEntered
Column name QtyEntered

See Also:
Constant Field Values

COLUMNNAME_TaxAmt

static final String COLUMNNAME_TaxAmt
Column name TaxAmt

See Also:
Constant Field Values

COLUMNNAME_User1_ID

static final String COLUMNNAME_User1_ID
Column name User1_ID

See Also:
Constant Field Values

COLUMNNAME_User2_ID

static final String COLUMNNAME_User2_ID
Column name User2_ID

See Also:
Constant Field Values
Method Detail

setAD_OrgTrx_ID

void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. Performing or initiating organization


getAD_OrgTrx_ID

int getAD_OrgTrx_ID()
Get Trx Organization. Performing or initiating organization


setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       throws Exception
Throws:
Exception

setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


getC_DocType

I_C_DocType getC_DocType()
                         throws Exception
Throws:
Exception

setC_InvoiceBatch_ID

void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
Set Invoice Batch. Expense Invoice Batch Header


getC_InvoiceBatch_ID

int getC_InvoiceBatch_ID()
Get Invoice Batch. Expense Invoice Batch Header


getC_InvoiceBatch

I_C_InvoiceBatch getC_InvoiceBatch()
                                   throws Exception
Throws:
Exception

setC_InvoiceBatchLine_ID

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


getC_InvoiceBatchLine_ID

int getC_InvoiceBatchLine_ID()
Get Invoice Batch Line. Expense Invoice Batch Line


setC_Invoice_ID

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

setC_InvoiceLine_ID

void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. Invoice Detail Line


getC_InvoiceLine_ID

int getC_InvoiceLine_ID()
Get Invoice Line. Invoice Detail Line


getC_InvoiceLine

I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Throws:
Exception

setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setC_Tax_ID

void setC_Tax_ID(int C_Tax_ID)
Set Tax. Tax identifier


getC_Tax_ID

int getC_Tax_ID()
Get Tax. Tax identifier


getC_Tax

I_C_Tax getC_Tax()
                 throws Exception
Throws:
Exception

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDateInvoiced

void setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced. Date printed on Invoice


getDateInvoiced

Timestamp getDateInvoiced()
Get Date Invoiced. Date printed on Invoice


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setIsTaxIncluded

void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. Tax is included in the price


isTaxIncluded

boolean isTaxIncluded()
Get Price includes Tax. Tax is included in the price


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setLineNetAmt

void setLineNetAmt(BigDecimal LineNetAmt)
Set Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges


getLineNetAmt

BigDecimal getLineNetAmt()
Get Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges


setLineTotalAmt

void setLineTotalAmt(BigDecimal LineTotalAmt)
Set Line Total. Total line amount incl. Tax


getLineTotalAmt

BigDecimal getLineTotalAmt()
Get Line Total. Total line amount incl. Tax


setPriceEntered

void setPriceEntered(BigDecimal PriceEntered)
Set Price. Price Entered - the price based on the selected/base UoM


getPriceEntered

BigDecimal getPriceEntered()
Get Price. Price Entered - the price based on the selected/base UoM


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setQtyEntered

void setQtyEntered(BigDecimal QtyEntered)
Set Quantity. The Quantity Entered is based on the selected UoM


getQtyEntered

BigDecimal getQtyEntered()
Get Quantity. The Quantity Entered is based on the selected UoM


setTaxAmt

void setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount. Tax Amount for a document


getTaxAmt

BigDecimal getTaxAmt()
Get Tax Amount. Tax Amount for a document


setUser1_ID

void setUser1_ID(int User1_ID)
Set User List 1. User defined list element #1


getUser1_ID

int getUser1_ID()
Get User List 1. User defined list element #1


setUser2_ID

void setUser2_ID(int User2_ID)
Set User List 2. User defined list element #2


getUser2_ID

int getUser2_ID()
Get User List 2. 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.