|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_InvoiceBatchLine
public class X_C_InvoiceBatchLine
Generated Model for C_InvoiceBatchLine
| 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 |
| 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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int AD_ORGTRX_ID_AD_Reference_ID
public static final int USER1_ID_AD_Reference_ID
public static final int USER2_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_InvoiceBatchLine(Properties ctx,
int C_InvoiceBatchLine_ID,
String trxName)
public X_C_InvoiceBatchLine(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
setAD_OrgTrx_ID in interface I_C_InvoiceBatchLineAD_OrgTrx_ID - Performing or initiating organizationpublic int getAD_OrgTrx_ID()
getAD_OrgTrx_ID in interface I_C_InvoiceBatchLine
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_C_InvoiceBatchLineExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_C_InvoiceBatchLineAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_C_InvoiceBatchLine
public I_C_Activity getC_Activity()
throws Exception
getC_Activity in interface I_C_InvoiceBatchLineExceptionpublic void setC_Activity_ID(int C_Activity_ID)
setC_Activity_ID in interface I_C_InvoiceBatchLineC_Activity_ID - Business Activitypublic int getC_Activity_ID()
getC_Activity_ID in interface I_C_InvoiceBatchLine
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_InvoiceBatchLineExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_InvoiceBatchLineC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_InvoiceBatchLine
public I_C_BPartner_Location getC_BPartner_Location()
throws Exception
getC_BPartner_Location in interface I_C_InvoiceBatchLineExceptionpublic void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
setC_BPartner_Location_ID in interface I_C_InvoiceBatchLineC_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
getC_BPartner_Location_ID in interface I_C_InvoiceBatchLine
public I_C_Charge getC_Charge()
throws Exception
getC_Charge in interface I_C_InvoiceBatchLineExceptionpublic void setC_Charge_ID(int C_Charge_ID)
setC_Charge_ID in interface I_C_InvoiceBatchLineC_Charge_ID - Additional document chargespublic int getC_Charge_ID()
getC_Charge_ID in interface I_C_InvoiceBatchLine
public I_C_DocType getC_DocType()
throws Exception
getC_DocType in interface I_C_InvoiceBatchLineExceptionpublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_C_InvoiceBatchLineC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_C_InvoiceBatchLine
public I_C_InvoiceBatch getC_InvoiceBatch()
throws Exception
getC_InvoiceBatch in interface I_C_InvoiceBatchLineExceptionpublic void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
setC_InvoiceBatch_ID in interface I_C_InvoiceBatchLineC_InvoiceBatch_ID - Expense Invoice Batch Headerpublic int getC_InvoiceBatch_ID()
getC_InvoiceBatch_ID in interface I_C_InvoiceBatchLinepublic void setC_InvoiceBatchLine_ID(int C_InvoiceBatchLine_ID)
setC_InvoiceBatchLine_ID in interface I_C_InvoiceBatchLineC_InvoiceBatchLine_ID - Expense Invoice Batch Linepublic int getC_InvoiceBatchLine_ID()
getC_InvoiceBatchLine_ID in interface I_C_InvoiceBatchLine
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_InvoiceBatchLineExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_InvoiceBatchLineC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_InvoiceBatchLine
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_C_InvoiceBatchLineExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_C_InvoiceBatchLineC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_C_InvoiceBatchLine
public I_C_Project getC_Project()
throws Exception
getC_Project in interface I_C_InvoiceBatchLineExceptionpublic void setC_Project_ID(int C_Project_ID)
setC_Project_ID in interface I_C_InvoiceBatchLineC_Project_ID - Financial Projectpublic int getC_Project_ID()
getC_Project_ID in interface I_C_InvoiceBatchLine
public I_C_Tax getC_Tax()
throws Exception
getC_Tax in interface I_C_InvoiceBatchLineExceptionpublic void setC_Tax_ID(int C_Tax_ID)
setC_Tax_ID in interface I_C_InvoiceBatchLineC_Tax_ID - Tax identifierpublic int getC_Tax_ID()
getC_Tax_ID in interface I_C_InvoiceBatchLinepublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_C_InvoiceBatchLineDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_C_InvoiceBatchLinepublic void setDateInvoiced(Timestamp DateInvoiced)
setDateInvoiced in interface I_C_InvoiceBatchLineDateInvoiced - Date printed on Invoicepublic Timestamp getDateInvoiced()
getDateInvoiced in interface I_C_InvoiceBatchLinepublic void setDescription(String Description)
setDescription in interface I_C_InvoiceBatchLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_InvoiceBatchLinepublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_C_InvoiceBatchLineDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_C_InvoiceBatchLinepublic void setIsTaxIncluded(boolean IsTaxIncluded)
setIsTaxIncluded in interface I_C_InvoiceBatchLineIsTaxIncluded - Tax is included in the pricepublic boolean isTaxIncluded()
isTaxIncluded in interface I_C_InvoiceBatchLinepublic void setLine(int Line)
setLine in interface I_C_InvoiceBatchLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_C_InvoiceBatchLinepublic KeyNamePair getKeyNamePair()
public void setLineNetAmt(BigDecimal LineNetAmt)
setLineNetAmt in interface I_C_InvoiceBatchLineLineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Chargespublic BigDecimal getLineNetAmt()
getLineNetAmt in interface I_C_InvoiceBatchLinepublic void setLineTotalAmt(BigDecimal LineTotalAmt)
setLineTotalAmt in interface I_C_InvoiceBatchLineLineTotalAmt - Total line amount incl. Taxpublic BigDecimal getLineTotalAmt()
getLineTotalAmt in interface I_C_InvoiceBatchLinepublic void setPriceEntered(BigDecimal PriceEntered)
setPriceEntered in interface I_C_InvoiceBatchLinePriceEntered - Price Entered - the price based on the selected/base UoMpublic BigDecimal getPriceEntered()
getPriceEntered in interface I_C_InvoiceBatchLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_C_InvoiceBatchLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_InvoiceBatchLinepublic void setQtyEntered(BigDecimal QtyEntered)
setQtyEntered in interface I_C_InvoiceBatchLineQtyEntered - The Quantity Entered is based on the selected UoMpublic BigDecimal getQtyEntered()
getQtyEntered in interface I_C_InvoiceBatchLinepublic void setTaxAmt(BigDecimal TaxAmt)
setTaxAmt in interface I_C_InvoiceBatchLineTaxAmt - Tax Amount for a documentpublic BigDecimal getTaxAmt()
getTaxAmt in interface I_C_InvoiceBatchLinepublic void setUser1_ID(int User1_ID)
setUser1_ID in interface I_C_InvoiceBatchLineUser1_ID - User defined list element #1public int getUser1_ID()
getUser1_ID in interface I_C_InvoiceBatchLinepublic void setUser2_ID(int User2_ID)
setUser2_ID in interface I_C_InvoiceBatchLineUser2_ID - User defined list element #2public int getUser2_ID()
getUser2_ID in interface I_C_InvoiceBatchLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||