|
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_PaymentAllocate
org.compiere.model.MPaymentAllocate
public class MPaymentAllocate
Payment Allocate Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_PaymentAllocate |
|---|
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 | |
|---|---|
MPaymentAllocate(Ctx ctx,
int C_PaymentAllocate_ID,
String trxName)
Standard Constructor |
|
MPaymentAllocate(Ctx 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 |
setAmount(String oldAmount,
String newAmount,
int windowNo)
Set Allocation Amt - Callout |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set C_Invoice_ID |
void |
setC_Invoice_ID(String oldC_Invoice_ID,
String newC_Invoice_ID,
int windowNo)
Set Invoice - Callout |
void |
setDiscountAmt(String oldDiscountAmt,
String newDiscountAmt,
int windowNo)
Set Discount - Callout |
void |
setOverUnderAmt(String oldOverUnderAmt,
String newOverUnderAmt,
int windowNo)
Set Over Under Amt - Callout |
void |
setWriteOffAmt(String oldWriteOffAmt,
String newWriteOffAmt,
int windowNo)
Set WriteOff Amt - Callout |
| Methods inherited from class org.compiere.model.X_C_PaymentAllocate |
|---|
get_AccessLevel, getAmount, getC_AllocationLine_ID, getC_Invoice_ID, getC_Payment_ID, getC_PaymentAllocate_ID, getDiscountAmt, getInvoiceAmt, getKeyNamePair, getOverUnderAmt, getRemainingAmt, getWriteOffAmt, initPO, setAmount, setC_AllocationLine_ID, setC_Payment_ID, setC_PaymentAllocate_ID, setDiscountAmt, setInvoiceAmt, setOverUnderAmt, setRemainingAmt, setWriteOffAmt, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPaymentAllocate(Ctx ctx,
int C_PaymentAllocate_ID,
String trxName)
ctx - contextC_PaymentAllocate_ID - idtrxName - trx
public MPaymentAllocate(Ctx 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 class X_C_PaymentAllocateC_Invoice_ID - idpublic MInvoice getInvoice()
public int getC_BPartner_ID()
@UICallout
public void setC_Invoice_ID(String oldC_Invoice_ID,
String newC_Invoice_ID,
int windowNo)
throws Exception
oldC_Invoice_ID - old BPnewC_Invoice_ID - new BPwindowNo - window no
Exception
@UICallout
public void setAmount(String oldAmount,
String newAmount,
int windowNo)
throws Exception
oldAmount - old valuenewAmount - new valuewindowNo - window
Exception
@UICallout
public void setDiscountAmt(String oldDiscountAmt,
String newDiscountAmt,
int windowNo)
throws Exception
oldDiscountAmt - old valuenewDiscountAmt - new valuewindowNo - window
Exception
@UICallout
public void setOverUnderAmt(String oldOverUnderAmt,
String newOverUnderAmt,
int windowNo)
throws Exception
oldOverUnderAmt - old valuenewOverUnderAmt - new valuewindowNo - window
Exception
@UICallout
public void setWriteOffAmt(String oldWriteOffAmt,
String newWriteOffAmt,
int windowNo)
throws Exception
oldWriteOffAmt - old valuenewWriteOffAmt - new valuewindowNo - window
Exceptionprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||