|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_PaymentBatch
org.compiere.model.MPaymentBatch
public class MPaymentBatch
Payment Batch Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_PaymentBatch |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MPaymentBatch(Ctx ctx,
int C_PaymentBatch_ID,
String trxName)
Standard Constructor |
|
MPaymentBatch(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MPaymentBatch(Ctx ctx,
String Name,
String trxName)
New Constructor |
|
MPaymentBatch(MPaySelection ps)
Parent Constructor |
|
| Method Summary | |
|---|---|
static MPaymentBatch |
getForPaySelection(Ctx ctx,
int C_PaySelection_ID,
String trxName)
Get Payment Batch for PaySelection |
| Methods inherited from class org.compiere.model.X_C_PaymentBatch |
|---|
get_AccessLevel, getC_PaymentBatch_ID, getC_PaymentProcessor_ID, getDocumentNo, getKeyNamePair, getName, getProcessingDate, initPO, isProcessed, isProcessing, setC_PaymentBatch_ID, setC_PaymentProcessor_ID, setDocumentNo, setName, setProcessed, setProcessing, setProcessingDate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPaymentBatch(Ctx ctx,
int C_PaymentBatch_ID,
String trxName)
ctx - contextC_PaymentBatch_ID - idtrxName - transaction
public MPaymentBatch(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MPaymentBatch(Ctx ctx,
String Name,
String trxName)
ctx - contextName - nametrxName - trxpublic MPaymentBatch(MPaySelection ps)
ps - Pay Selection| Method Detail |
|---|
public static MPaymentBatch getForPaySelection(Ctx ctx,
int C_PaySelection_ID,
String trxName)
ctx - contextC_PaySelection_ID - idtrxName - transaction
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||