|
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_PaymentAllocate
org.compiere.model.MPaymentAllocate
public class MPaymentAllocate
Payment Allocate Model
| 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_PaymentAllocate |
|---|
accessLevel, COLUMNNAME_Amount, COLUMNNAME_C_AllocationLine_ID, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Payment_ID, COLUMNNAME_C_PaymentAllocate_ID, COLUMNNAME_DiscountAmt, COLUMNNAME_InvoiceAmt, COLUMNNAME_OverUnderAmt, COLUMNNAME_RemainingAmt, COLUMNNAME_WriteOffAmt, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPaymentAllocate(Properties ctx,
int C_PaymentAllocate_ID,
String trxName)
Standard Constructor |
|
MPaymentAllocate(Properties ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MPaymentAllocate[] |
get(MPayment parent)
Get active Payment Allocation of Payment |
int |
getC_BPartner_ID()
Get BPartner of Invoice |
MInvoice |
getInvoice()
Get Invoice |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set C_Invoice_ID |
| 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 MPaymentAllocate(Properties ctx,
int C_PaymentAllocate_ID,
String trxName)
ctx - contextC_PaymentAllocate_ID - idtrxName - trx
public MPaymentAllocate(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MPaymentAllocate[] get(MPayment parent)
parent - payment
public void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_PaymentAllocatesetC_Invoice_ID in class X_C_PaymentAllocateC_Invoice_ID - idpublic MInvoice getInvoice()
public int getC_BPartner_ID()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||