|
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_PaySchedule
org.compiere.model.MPaySchedule
public class MPaySchedule
Payment Term Schedule Model
| Field Summary | |
|---|---|
MPaymentTerm |
m_parent
Parent |
| Fields inherited from class org.compiere.model.X_C_PaySchedule |
|---|
NETDAY_AD_Reference_ID, NETDAY_Friday, NETDAY_Monday, NETDAY_Saturday, NETDAY_Sunday, NETDAY_Thursday, NETDAY_Tuesday, NETDAY_Wednesday |
| 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_PaySchedule |
|---|
accessLevel, COLUMNNAME_C_PaymentTerm_ID, COLUMNNAME_C_PaySchedule_ID, COLUMNNAME_Discount, COLUMNNAME_DiscountDays, COLUMNNAME_GraceDays, COLUMNNAME_IsValid, COLUMNNAME_NetDay, COLUMNNAME_NetDays, COLUMNNAME_Percentage, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPaySchedule(Properties ctx,
int C_PaySchedule_ID,
String trxName)
Standard Constructor |
|
MPaySchedule(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
Executed after Delete operation. |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MPaymentTerm |
getParent()
|
void |
setParent(MPaymentTerm parent)
|
| Methods inherited from class org.compiere.model.X_C_PaySchedule |
|---|
get_AccessLevel, getC_PaymentTerm_ID, getC_PaymentTerm, getC_PaySchedule_ID, getDiscount, getDiscountDays, getGraceDays, getKeyNamePair, getNetDay, getNetDays, getPercentage, initPO, isValid, setC_PaymentTerm_ID, setC_PaySchedule_ID, setDiscount, setDiscountDays, setGraceDays, setIsValid, setNetDay, setNetDays, setPercentage, toString |
| 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 |
| Field Detail |
|---|
public MPaymentTerm m_parent
| Constructor Detail |
|---|
public MPaySchedule(Properties ctx,
int C_PaySchedule_ID,
String trxName)
ctx - contextC_PaySchedule_ID - idtrxName - transaction
public MPaySchedule(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MPaymentTerm getParent()
public void setParent(MPaymentTerm parent)
parent - The parent to set.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)
PO
afterDelete in class POsuccess - true if record deleted
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||