|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_DunningRunLine
Generated Interface for C_DunningRunLine
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_Amt
Column name Amt |
static String |
COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_ID |
static String |
COLUMNNAME_C_DunningRunLine_ID
Column name C_DunningRunLine_ID |
static String |
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID |
static String |
COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID |
static String |
COLUMNNAME_C_Payment_ID
Column name C_Payment_ID |
static String |
COLUMNNAME_ConvertedAmt
Column name ConvertedAmt |
static String |
COLUMNNAME_DaysDue
Column name DaysDue |
static String |
COLUMNNAME_FeeAmt
Column name FeeAmt |
static String |
COLUMNNAME_InterestAmt
Column name InterestAmt |
static String |
COLUMNNAME_IsInDispute
Column name IsInDispute |
static String |
COLUMNNAME_OpenAmt
Column name OpenAmt |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_TimesDunned
Column name TimesDunned |
static String |
COLUMNNAME_TotalAmt
Column name TotalAmt |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=524 |
static String |
Table_Name
TableName=C_DunningRunLine |
| Method Summary | |
|---|---|
BigDecimal |
getAmt()
Get Amount. |
int |
getC_DunningRunEntry_ID()
Get Dunning Run Entry. |
I_C_DunningRunEntry |
getC_DunningRunEntry()
|
int |
getC_DunningRunLine_ID()
Get Dunning Run Line. |
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule. |
I_C_InvoicePaySchedule |
getC_InvoicePaySchedule()
|
int |
getC_Payment_ID()
Get Payment. |
I_C_Payment |
getC_Payment()
|
BigDecimal |
getConvertedAmt()
Get Converted Amount. |
int |
getDaysDue()
Get Days due. |
BigDecimal |
getFeeAmt()
Get Fee Amount. |
BigDecimal |
getInterestAmt()
Get Interest Amount. |
BigDecimal |
getOpenAmt()
Get Open Amount. |
int |
getTimesDunned()
Get Times Dunned. |
BigDecimal |
getTotalAmt()
Get Total Amount. |
boolean |
isInDispute()
Get In Dispute. |
boolean |
isProcessed()
Get Processed. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry. |
void |
setC_DunningRunLine_ID(int C_DunningRunLine_ID)
Set Dunning Run Line. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setConvertedAmt(BigDecimal ConvertedAmt)
Set Converted Amount. |
void |
setDaysDue(int DaysDue)
Set Days due. |
void |
setFeeAmt(BigDecimal FeeAmt)
Set Fee Amount. |
void |
setInterestAmt(BigDecimal InterestAmt)
Set Interest Amount. |
void |
setIsInDispute(boolean IsInDispute)
Set In Dispute. |
void |
setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setTimesDunned(int TimesDunned)
Set Times Dunned. |
void |
setTotalAmt(BigDecimal TotalAmt)
Set Total Amount. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_Amt
static final String COLUMNNAME_C_DunningRunEntry_ID
static final String COLUMNNAME_C_DunningRunLine_ID
static final String COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_InvoicePaySchedule_ID
static final String COLUMNNAME_ConvertedAmt
static final String COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_DaysDue
static final String COLUMNNAME_FeeAmt
static final String COLUMNNAME_InterestAmt
static final String COLUMNNAME_IsInDispute
static final String COLUMNNAME_OpenAmt
static final String COLUMNNAME_Processed
static final String COLUMNNAME_TimesDunned
static final String COLUMNNAME_TotalAmt
| Method Detail |
|---|
void setAmt(BigDecimal Amt)
BigDecimal getAmt()
void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
int getC_DunningRunEntry_ID()
I_C_DunningRunEntry getC_DunningRunEntry()
throws Exception
Exceptionvoid setC_DunningRunLine_ID(int C_DunningRunLine_ID)
int getC_DunningRunLine_ID()
void setC_Invoice_ID(int C_Invoice_ID)
int getC_Invoice_ID()
I_C_Invoice getC_Invoice()
throws Exception
Exceptionvoid setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
int getC_InvoicePaySchedule_ID()
I_C_InvoicePaySchedule getC_InvoicePaySchedule()
throws Exception
Exceptionvoid setConvertedAmt(BigDecimal ConvertedAmt)
BigDecimal getConvertedAmt()
void setC_Payment_ID(int C_Payment_ID)
int getC_Payment_ID()
I_C_Payment getC_Payment()
throws Exception
Exceptionvoid setDaysDue(int DaysDue)
int getDaysDue()
void setFeeAmt(BigDecimal FeeAmt)
BigDecimal getFeeAmt()
void setInterestAmt(BigDecimal InterestAmt)
BigDecimal getInterestAmt()
void setIsInDispute(boolean IsInDispute)
boolean isInDispute()
void setOpenAmt(BigDecimal OpenAmt)
BigDecimal getOpenAmt()
void setProcessed(boolean Processed)
boolean isProcessed()
void setTimesDunned(int TimesDunned)
int getTimesDunned()
void setTotalAmt(BigDecimal TotalAmt)
BigDecimal getTotalAmt()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||