|
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_PaymentBatch
public class X_C_PaymentBatch
Generated Model for C_PaymentBatch
| Field Summary |
|---|
| 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_PaymentBatch |
|---|
accessLevel, COLUMNNAME_C_PaymentBatch_ID, COLUMNNAME_C_PaymentProcessor_ID, COLUMNNAME_DocumentNo, COLUMNNAME_Name, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_ProcessingDate, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_PaymentBatch(Properties ctx,
int C_PaymentBatch_ID,
String trxName)
Standard Constructor |
|
X_C_PaymentBatch(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_PaymentBatch_ID()
Get Payment Batch. |
int |
getC_PaymentProcessor_ID()
Get Payment Processor. |
I_C_PaymentProcessor |
getC_PaymentProcessor()
|
String |
getDocumentNo()
Get Document No. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
Timestamp |
getProcessingDate()
Get Processing date. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_PaymentBatch_ID(int C_PaymentBatch_ID)
Set Payment Batch. |
void |
setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
Set Payment Processor. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setProcessingDate(Timestamp ProcessingDate)
Set Processing date. |
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 |
| Constructor Detail |
|---|
public X_C_PaymentBatch(Properties ctx,
int C_PaymentBatch_ID,
String trxName)
public X_C_PaymentBatch(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 setC_PaymentBatch_ID(int C_PaymentBatch_ID)
setC_PaymentBatch_ID in interface I_C_PaymentBatchC_PaymentBatch_ID - Payment batch for EFTpublic int getC_PaymentBatch_ID()
getC_PaymentBatch_ID in interface I_C_PaymentBatch
public I_C_PaymentProcessor getC_PaymentProcessor()
throws Exception
getC_PaymentProcessor in interface I_C_PaymentBatchExceptionpublic void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
setC_PaymentProcessor_ID in interface I_C_PaymentBatchC_PaymentProcessor_ID - Payment processor for electronic paymentspublic int getC_PaymentProcessor_ID()
getC_PaymentProcessor_ID in interface I_C_PaymentBatchpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_C_PaymentBatchDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_C_PaymentBatchpublic KeyNamePair getKeyNamePair()
public void setName(String Name)
setName in interface I_C_PaymentBatchName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_PaymentBatchpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_PaymentBatchProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_PaymentBatchpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_PaymentBatchProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_PaymentBatchpublic void setProcessingDate(Timestamp ProcessingDate)
setProcessingDate in interface I_C_PaymentBatchProcessingDate - Processing datepublic Timestamp getProcessingDate()
getProcessingDate in interface I_C_PaymentBatch
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||