|
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_InvoiceBatch
public class X_C_InvoiceBatch
Generated Model for C_InvoiceBatch
| Field Summary | |
|---|---|
static int |
SALESREP_ID_AD_Reference_ID
SalesRep_ID AD_Reference_ID=190 |
| 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_InvoiceBatch |
|---|
accessLevel, COLUMNNAME_C_ConversionType_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_InvoiceBatch_ID, COLUMNNAME_ControlAmt, COLUMNNAME_DateDoc, COLUMNNAME_Description, COLUMNNAME_DocumentAmt, COLUMNNAME_DocumentNo, COLUMNNAME_IsSOTrx, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_SalesRep_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_InvoiceBatch(Properties ctx,
int C_InvoiceBatch_ID,
String trxName)
Standard Constructor |
|
X_C_InvoiceBatch(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_ConversionType_ID()
Get Currency Type. |
I_C_ConversionType |
getC_ConversionType()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_InvoiceBatch_ID()
Get Invoice Batch. |
BigDecimal |
getControlAmt()
Get Control Amount. |
Timestamp |
getDateDoc()
Get Document Date. |
String |
getDescription()
Get Description. |
BigDecimal |
getDocumentAmt()
Get Document Amt. |
String |
getDocumentNo()
Get Document No. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getSalesRep_ID()
Get Sales Representative. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
Set Invoice Batch. |
void |
setControlAmt(BigDecimal ControlAmt)
Set Control Amount. |
void |
setDateDoc(Timestamp DateDoc)
Set Document Date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentAmt(BigDecimal DocumentAmt)
Set Document Amt. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. |
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 SALESREP_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_InvoiceBatch(Properties ctx,
int C_InvoiceBatch_ID,
String trxName)
public X_C_InvoiceBatch(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 PO
public I_C_ConversionType getC_ConversionType()
throws Exception
getC_ConversionType in interface I_C_InvoiceBatchExceptionpublic void setC_ConversionType_ID(int C_ConversionType_ID)
setC_ConversionType_ID in interface I_C_InvoiceBatchC_ConversionType_ID - Currency Conversion Rate Typepublic int getC_ConversionType_ID()
getC_ConversionType_ID in interface I_C_InvoiceBatch
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_InvoiceBatchExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_InvoiceBatchC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_InvoiceBatchpublic void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
setC_InvoiceBatch_ID in interface I_C_InvoiceBatchC_InvoiceBatch_ID - Expense Invoice Batch Headerpublic int getC_InvoiceBatch_ID()
getC_InvoiceBatch_ID in interface I_C_InvoiceBatchpublic void setControlAmt(BigDecimal ControlAmt)
setControlAmt in interface I_C_InvoiceBatchControlAmt - If not zero, the Debit amount of the document must be equal this amountpublic BigDecimal getControlAmt()
getControlAmt in interface I_C_InvoiceBatchpublic void setDateDoc(Timestamp DateDoc)
setDateDoc in interface I_C_InvoiceBatchDateDoc - Date of the Documentpublic Timestamp getDateDoc()
getDateDoc in interface I_C_InvoiceBatchpublic void setDescription(String Description)
setDescription in interface I_C_InvoiceBatchDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_InvoiceBatchpublic void setDocumentAmt(BigDecimal DocumentAmt)
setDocumentAmt in interface I_C_InvoiceBatchDocumentAmt - Document Amountpublic BigDecimal getDocumentAmt()
getDocumentAmt in interface I_C_InvoiceBatchpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_C_InvoiceBatchDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_C_InvoiceBatchpublic KeyNamePair getKeyNamePair()
public void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_C_InvoiceBatchIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_C_InvoiceBatchpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_InvoiceBatchProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_InvoiceBatchpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_InvoiceBatchProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_InvoiceBatchpublic void setSalesRep_ID(int SalesRep_ID)
setSalesRep_ID in interface I_C_InvoiceBatchSalesRep_ID - Sales Representative or Company Agentpublic int getSalesRep_ID()
getSalesRep_ID in interface I_C_InvoiceBatch
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||