|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_InvoiceBatchLine
Generated Interface for C_InvoiceBatchLine
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_OrgTrx_ID
static final String COLUMNNAME_AD_User_ID
static final String COLUMNNAME_C_Activity_ID
static final String COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_Location_ID
static final String COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_InvoiceBatch_ID
static final String COLUMNNAME_C_InvoiceBatchLine_ID
static final String COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_InvoiceLine_ID
static final String COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_Tax_ID
static final String COLUMNNAME_DateAcct
static final String COLUMNNAME_DateInvoiced
static final String COLUMNNAME_Description
static final String COLUMNNAME_DocumentNo
static final String COLUMNNAME_IsTaxIncluded
static final String COLUMNNAME_Line
static final String COLUMNNAME_LineNetAmt
static final String COLUMNNAME_LineTotalAmt
static final String COLUMNNAME_PriceEntered
static final String COLUMNNAME_Processed
static final String COLUMNNAME_QtyEntered
static final String COLUMNNAME_TaxAmt
static final String COLUMNNAME_User1_ID
static final String COLUMNNAME_User2_ID
| Method Detail |
|---|
void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
int getAD_OrgTrx_ID()
void setAD_User_ID(int AD_User_ID)
int getAD_User_ID()
I_AD_User getAD_User()
throws Exception
Exceptionvoid setC_Activity_ID(int C_Activity_ID)
int getC_Activity_ID()
I_C_Activity getC_Activity()
throws Exception
Exceptionvoid setC_BPartner_ID(int C_BPartner_ID)
int getC_BPartner_ID()
I_C_BPartner getC_BPartner()
throws Exception
Exceptionvoid setC_BPartner_Location_ID(int C_BPartner_Location_ID)
int getC_BPartner_Location_ID()
I_C_BPartner_Location getC_BPartner_Location()
throws Exception
Exceptionvoid setC_Charge_ID(int C_Charge_ID)
int getC_Charge_ID()
I_C_Charge getC_Charge()
throws Exception
Exceptionvoid setC_DocType_ID(int C_DocType_ID)
int getC_DocType_ID()
I_C_DocType getC_DocType()
throws Exception
Exceptionvoid setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
int getC_InvoiceBatch_ID()
I_C_InvoiceBatch getC_InvoiceBatch()
throws Exception
Exceptionvoid setC_InvoiceBatchLine_ID(int C_InvoiceBatchLine_ID)
int getC_InvoiceBatchLine_ID()
void setC_Invoice_ID(int C_Invoice_ID)
int getC_Invoice_ID()
I_C_Invoice getC_Invoice()
throws Exception
Exceptionvoid setC_InvoiceLine_ID(int C_InvoiceLine_ID)
int getC_InvoiceLine_ID()
I_C_InvoiceLine getC_InvoiceLine()
throws Exception
Exceptionvoid setC_Project_ID(int C_Project_ID)
int getC_Project_ID()
I_C_Project getC_Project()
throws Exception
Exceptionvoid setC_Tax_ID(int C_Tax_ID)
int getC_Tax_ID()
I_C_Tax getC_Tax()
throws Exception
Exceptionvoid setDateAcct(Timestamp DateAcct)
Timestamp getDateAcct()
void setDateInvoiced(Timestamp DateInvoiced)
Timestamp getDateInvoiced()
void setDescription(String Description)
String getDescription()
void setDocumentNo(String DocumentNo)
String getDocumentNo()
void setIsTaxIncluded(boolean IsTaxIncluded)
boolean isTaxIncluded()
void setLine(int Line)
int getLine()
void setLineNetAmt(BigDecimal LineNetAmt)
BigDecimal getLineNetAmt()
void setLineTotalAmt(BigDecimal LineTotalAmt)
BigDecimal getLineTotalAmt()
void setPriceEntered(BigDecimal PriceEntered)
BigDecimal getPriceEntered()
void setProcessed(boolean Processed)
boolean isProcessed()
void setQtyEntered(BigDecimal QtyEntered)
BigDecimal getQtyEntered()
void setTaxAmt(BigDecimal TaxAmt)
BigDecimal getTaxAmt()
void setUser1_ID(int User1_ID)
int getUser1_ID()
void setUser2_ID(int User2_ID)
int getUser2_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||