|
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_DunningRunLine
org.compiere.model.MDunningRunLine
public class MDunningRunLine
Dunning Run Line 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 |
| Constructor Summary | |
|---|---|
MDunningRunLine(MDunningRunEntry parent)
Parent Constructor |
|
MDunningRunLine(Properties ctx,
int C_DunningRunLine_ID,
String trxName)
Standarc Constructor |
|
MDunningRunLine(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 |
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 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 MDunningRunLine(Properties ctx,
int C_DunningRunLine_ID,
String trxName)
ctx - ctxC_DunningRunLine_ID - idtrxName - transaction
public MDunningRunLine(Properties 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 - C_Currency_ID - GrandTotal - Open - FeeAmount - DaysDue - IsInDispute - TimesDunned - DaysAfterLast - 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 - C_Currency_ID - PayAmt - OpenAmt - public 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||