|
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_InvoicePaySchedule
public class X_C_InvoicePaySchedule
Generated Model for C_InvoicePaySchedule
| 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 |
| Fields inherited from interface org.compiere.model.I_C_InvoicePaySchedule |
|---|
accessLevel, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_InvoicePaySchedule_ID, COLUMNNAME_C_PaySchedule_ID, COLUMNNAME_DiscountAmt, COLUMNNAME_DiscountDate, COLUMNNAME_DueAmt, COLUMNNAME_DueDate, COLUMNNAME_IsValid, COLUMNNAME_Processed, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_InvoicePaySchedule(Properties ctx,
int C_InvoicePaySchedule_ID,
String trxName)
Standard Constructor |
|
X_C_InvoicePaySchedule(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule. |
int |
getC_PaySchedule_ID()
Get Payment Schedule. |
I_C_PaySchedule |
getC_PaySchedule()
|
BigDecimal |
getDiscountAmt()
Get Discount Amount. |
Timestamp |
getDiscountDate()
Get Discount Date. |
BigDecimal |
getDueAmt()
Get Amount due. |
Timestamp |
getDueDate()
Get Due Date. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isValid()
Get Valid. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule. |
void |
setC_PaySchedule_ID(int C_PaySchedule_ID)
Set Payment Schedule. |
void |
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. |
void |
setDiscountDate(Timestamp DiscountDate)
Set Discount Date. |
void |
setDueAmt(BigDecimal DueAmt)
Set Amount due. |
void |
setDueDate(Timestamp DueDate)
Set Due Date. |
void |
setIsValid(boolean IsValid)
Set Valid. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
String |
toString()
String representation |
| 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 X_C_InvoicePaySchedule(Properties ctx,
int C_InvoicePaySchedule_ID,
String trxName)
public X_C_InvoicePaySchedule(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_InvoicePayScheduleExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_InvoicePayScheduleC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_InvoicePaySchedulepublic void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
setC_InvoicePaySchedule_ID in interface I_C_InvoicePayScheduleC_InvoicePaySchedule_ID - Invoice Payment Schedulepublic int getC_InvoicePaySchedule_ID()
getC_InvoicePaySchedule_ID in interface I_C_InvoicePaySchedule
public I_C_PaySchedule getC_PaySchedule()
throws Exception
getC_PaySchedule in interface I_C_InvoicePayScheduleExceptionpublic void setC_PaySchedule_ID(int C_PaySchedule_ID)
setC_PaySchedule_ID in interface I_C_InvoicePayScheduleC_PaySchedule_ID - Payment Schedule Templatepublic int getC_PaySchedule_ID()
getC_PaySchedule_ID in interface I_C_InvoicePaySchedulepublic void setDiscountAmt(BigDecimal DiscountAmt)
setDiscountAmt in interface I_C_InvoicePayScheduleDiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
getDiscountAmt in interface I_C_InvoicePaySchedulepublic void setDiscountDate(Timestamp DiscountDate)
setDiscountDate in interface I_C_InvoicePayScheduleDiscountDate - Last Date for payments with discountpublic Timestamp getDiscountDate()
getDiscountDate in interface I_C_InvoicePaySchedulepublic KeyNamePair getKeyNamePair()
public void setDueAmt(BigDecimal DueAmt)
setDueAmt in interface I_C_InvoicePayScheduleDueAmt - Amount of the payment duepublic BigDecimal getDueAmt()
getDueAmt in interface I_C_InvoicePaySchedulepublic void setDueDate(Timestamp DueDate)
setDueDate in interface I_C_InvoicePayScheduleDueDate - Date when the payment is duepublic Timestamp getDueDate()
getDueDate in interface I_C_InvoicePaySchedulepublic void setIsValid(boolean IsValid)
setIsValid in interface I_C_InvoicePayScheduleIsValid - Element is validpublic boolean isValid()
isValid in interface I_C_InvoicePaySchedulepublic void setProcessed(boolean Processed)
setProcessed in interface I_C_InvoicePayScheduleProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_InvoicePaySchedulepublic void setProcessing(boolean Processing)
setProcessing in interface I_C_InvoicePayScheduleProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_InvoicePaySchedule
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||