|
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_DunningRunLine
org.compiere.model.MDunningRunLine
public class MDunningRunLine
Dunning Run Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_DunningRunLine |
|---|
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 | |
|---|---|
MDunningRunLine(Ctx ctx,
int C_DunningRunLine_ID,
String trxName)
Standard Constructor |
|
MDunningRunLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MDunningRunLine(MDunningRunEntry parent)
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 |
int |
getC_CurrencyFrom_ID()
Get Currency From (Invoice/Payment) |
int |
getC_CurrencyTo_ID()
Get Currency To from Parent |
MInvoice |
getInvoice()
Get Invoice |
MDunningRunEntry |
getParent()
Get Parent |
MPayment |
getPayment()
Get Payment |
void |
setFee(int C_Currency_ID,
BigDecimal FeeAmount)
Set Fee |
void |
setInvoice(int C_Invoice_ID,
int C_Currency_ID,
BigDecimal GrandTotal,
BigDecimal Open,
BigDecimal FeeAmount,
int DaysDue,
boolean IsInDispute,
int TimesDunned,
int DaysAfterLast)
Set Invoice |
void |
setInvoice(MInvoice invoice)
Set Invoice |
void |
setPayment(int C_Payment_ID,
int C_Currency_ID,
BigDecimal PayAmt,
BigDecimal OpenAmt)
Set Payment public void setPayment (MPayment payment) { m_payment = payment; if (payment ! |
| Methods inherited from class org.compiere.model.X_C_DunningRunLine |
|---|
get_AccessLevel, getAmt, getC_DunningRunEntry_ID, getC_DunningRunLine_ID, getC_Invoice_ID, getC_Payment_ID, getConvertedAmt, getDaysDue, getFeeAmt, getInterestAmt, getKeyNamePair, getOpenAmt, getTimesDunned, getTotalAmt, initPO, isInDispute, isProcessed, setAmt, setC_DunningRunEntry_ID, setC_DunningRunLine_ID, setC_Invoice_ID, setC_Payment_ID, setConvertedAmt, setDaysDue, setFeeAmt, setInterestAmt, setIsInDispute, setOpenAmt, setProcessed, setTimesDunned, setTotalAmt, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MDunningRunLine(Ctx ctx,
int C_DunningRunLine_ID,
String trxName)
ctx - ctxC_DunningRunLine_ID - idtrxName - transaction
public MDunningRunLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MDunningRunLine(MDunningRunEntry parent)
parent - parent| Method Detail |
|---|
public MDunningRunEntry getParent()
public MInvoice getInvoice()
public void setInvoice(MInvoice invoice)
invoice - The invoice to set.
public void setInvoice(int C_Invoice_ID,
int C_Currency_ID,
BigDecimal GrandTotal,
BigDecimal Open,
BigDecimal FeeAmount,
int DaysDue,
boolean IsInDispute,
int TimesDunned,
int DaysAfterLast)
C_Invoice_ID - invoiceC_Currency_ID - currencyGrandTotal - totalOpen - open amountDaysDue - days dueIsInDispute - in disputeC_BPartner_ID - bpTimesDunned - nuber of dunningsDaysAfterLast - not used
public void setFee(int C_Currency_ID,
BigDecimal FeeAmount)
C_Currency_ID - FeeAmount - public MPayment getPayment()
public void setPayment(int C_Payment_ID,
int C_Currency_ID,
BigDecimal PayAmt,
BigDecimal OpenAmt)
C_Payment_ID - paymentC_Currency_ID - currencyPayAmt - amountOpenAmt - openpublic int getC_CurrencyFrom_ID()
public int getC_CurrencyTo_ID()
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
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||