|
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_PaySelectionLine
org.compiere.model.MPaySelectionLine
public class MPaySelectionLine
Payment Selection Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_PaySelectionLine |
|---|
PAYMENTRULE_AD_Reference_ID, PAYMENTRULE_Cash, PAYMENTRULE_Check, PAYMENTRULE_CreditCard, PAYMENTRULE_DirectDebit, PAYMENTRULE_DirectDeposit, PAYMENTRULE_OnCredit |
| 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 | |
|---|---|
MPaySelectionLine(MPaySelection ps,
int Line,
String PaymentRule)
Parent Constructor |
|
MPaySelectionLine(Properties ctx,
int C_PaySelectionLine_ID,
String trxName)
Standard Constructor |
|
MPaySelectionLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MInvoice |
getInvoice()
Get Invoice |
void |
setInvoice(int C_Invoice_ID,
boolean isSOTrx,
BigDecimal OpenAmt,
BigDecimal PayAmt,
BigDecimal DiscountAmt)
Set Invoice Info |
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 MPaySelectionLine(Properties ctx,
int C_PaySelectionLine_ID,
String trxName)
ctx - contextC_PaySelectionLine_ID - idtrxName - transaction
public MPaySelectionLine(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MPaySelectionLine(MPaySelection ps,
int Line,
String PaymentRule)
ps - parentLine - linePaymentRule - payment rule| Method Detail |
|---|
public void setInvoice(int C_Invoice_ID,
boolean isSOTrx,
BigDecimal OpenAmt,
BigDecimal PayAmt,
BigDecimal DiscountAmt)
C_Invoice_ID - invoiceisSOTrx - sales trxPayAmt - paymentOpenAmt - openDiscountAmt - discountpublic MInvoice getInvoice()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
protected boolean afterDelete(boolean success)
afterDelete in class POsuccess - success
public String toString()
toString in class X_C_PaySelectionLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||