|
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_InvoicePaySchedule
org.compiere.model.MInvoicePaySchedule
public class MInvoicePaySchedule
Invoice Payment Schedule Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_InvoicePaySchedule |
|---|
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 | |
|---|---|
MInvoicePaySchedule(Ctx ctx,
int C_InvoicePaySchedule_ID,
String trxName)
Standard Constructor |
|
MInvoicePaySchedule(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MInvoicePaySchedule(MInvoice invoice,
MPaySchedule paySchedule)
Parent 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 |
static MInvoicePaySchedule[] |
getInvoicePaySchedule(Ctx ctx,
int C_Invoice_ID,
int C_InvoicePaySchedule_ID,
String trxName)
Get Payment Schedule of the invoice |
MInvoice |
getParent()
|
void |
setParent(MInvoice parent)
|
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_InvoicePaySchedule |
|---|
get_AccessLevel, getC_Invoice_ID, getC_InvoicePaySchedule_ID, getC_PaySchedule_ID, getDiscountAmt, getDiscountDate, getDueAmt, getDueDate, getKeyNamePair, initPO, isProcessed, isProcessing, isValid, setC_Invoice_ID, setC_InvoicePaySchedule_ID, setC_PaySchedule_ID, setDiscountAmt, setDiscountDate, setDueAmt, setDueDate, setIsValid, setProcessed, setProcessing |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInvoicePaySchedule(Ctx ctx,
int C_InvoicePaySchedule_ID,
String trxName)
ctx - contextC_InvoicePaySchedule_ID - idtrxName - transaction
public MInvoicePaySchedule(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MInvoicePaySchedule(MInvoice invoice,
MPaySchedule paySchedule)
invoice - invoicepaySchedule - payment schedule| Method Detail |
|---|
public static MInvoicePaySchedule[] getInvoicePaySchedule(Ctx ctx,
int C_Invoice_ID,
int C_InvoicePaySchedule_ID,
String trxName)
ctx - contextC_Invoice_ID - invoice id (direct)C_InvoicePaySchedule_ID - id (indirect)trxName - transaction
public MInvoice getParent()
public void setParent(MInvoice parent)
parent - The parent to set.public String toString()
toString in class X_C_InvoicePayScheduleprotected 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
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||