Package org.compiere.model
Interface I_C_DunningRunLine
-
- All Known Implementing Classes:
MDunningRunLine,X_C_DunningRunLine
public interface I_C_DunningRunLineGenerated Interface for C_DunningRunLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AmtColumn name Amtstatic StringCOLUMNNAME_C_DunningRunEntry_IDColumn name C_DunningRunEntry_IDstatic StringCOLUMNNAME_C_DunningRunLine_IDColumn name C_DunningRunLine_IDstatic StringCOLUMNNAME_C_DunningRunLine_UUColumn name C_DunningRunLine_UUstatic StringCOLUMNNAME_C_Invoice_IDColumn name C_Invoice_IDstatic StringCOLUMNNAME_C_InvoicePaySchedule_IDColumn name C_InvoicePaySchedule_IDstatic StringCOLUMNNAME_C_Payment_IDColumn name C_Payment_IDstatic StringCOLUMNNAME_ConvertedAmtColumn name ConvertedAmtstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DaysDueColumn name DaysDuestatic StringCOLUMNNAME_FeeAmtColumn name FeeAmtstatic StringCOLUMNNAME_InterestAmtColumn name InterestAmtstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsInDisputeColumn name IsInDisputestatic StringCOLUMNNAME_OpenAmtColumn name OpenAmtstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_TimesDunnedColumn name TimesDunnedstatic StringCOLUMNNAME_TotalAmtColumn name TotalAmtstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=524static StringTable_NameTableName=C_DunningRunLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmt()Get Amount.I_C_DunningRunEntrygetC_DunningRunEntry()intgetC_DunningRunEntry_ID()Get Dunning Run Entry.intgetC_DunningRunLine_ID()Get Dunning Run Line.StringgetC_DunningRunLine_UU()Get C_DunningRunLine_UUI_C_InvoicegetC_Invoice()intgetC_Invoice_ID()Get Invoice.I_C_InvoicePaySchedulegetC_InvoicePaySchedule()intgetC_InvoicePaySchedule_ID()Get Invoice Payment Schedule.I_C_PaymentgetC_Payment()intgetC_Payment_ID()Get Payment.BigDecimalgetConvertedAmt()Get Converted Amount.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.intgetDaysDue()Get Days due.BigDecimalgetFeeAmt()Get Fee Amount.BigDecimalgetInterestAmt()Get Interest Amount.BigDecimalgetOpenAmt()Get Open Amount.intgetTimesDunned()Get Times Dunned.BigDecimalgetTotalAmt()Get Total Amount.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisInDispute()Get In Dispute.booleanisProcessed()Get Processed.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmt(BigDecimal Amt)Set Amount.voidsetC_DunningRunEntry_ID(int C_DunningRunEntry_ID)Set Dunning Run Entry.voidsetC_DunningRunLine_ID(int C_DunningRunLine_ID)Set Dunning Run Line.voidsetC_DunningRunLine_UU(String C_DunningRunLine_UU)Set C_DunningRunLine_UUvoidsetC_Invoice_ID(int C_Invoice_ID)Set Invoice.voidsetC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)Set Invoice Payment Schedule.voidsetC_Payment_ID(int C_Payment_ID)Set Payment.voidsetConvertedAmt(BigDecimal ConvertedAmt)Set Converted Amount.voidsetDaysDue(int DaysDue)Set Days due.voidsetFeeAmt(BigDecimal FeeAmt)Set Fee Amount.voidsetInterestAmt(BigDecimal InterestAmt)Set Interest Amount.voidsetIsActive(boolean IsActive)Set Active.voidsetIsInDispute(boolean IsInDispute)Set In Dispute.voidsetOpenAmt(BigDecimal OpenAmt)Set Open Amount.voidsetProcessed(boolean Processed)Set Processed.voidsetTimesDunned(int TimesDunned)Set Times Dunned.voidsetTotalAmt(BigDecimal TotalAmt)Set Total Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_DunningRunLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=524- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Amt
static final String COLUMNNAME_Amt
Column name Amt- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRunEntry_ID
static final String COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRunLine_ID
static final String COLUMNNAME_C_DunningRunLine_ID
Column name C_DunningRunLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRunLine_UU
static final String COLUMNNAME_C_DunningRunLine_UU
Column name C_DunningRunLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_InvoicePaySchedule_ID
static final String COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ConvertedAmt
static final String COLUMNNAME_ConvertedAmt
Column name ConvertedAmt- See Also:
- Constant Field Values
-
COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DaysDue
static final String COLUMNNAME_DaysDue
Column name DaysDue- See Also:
- Constant Field Values
-
COLUMNNAME_FeeAmt
static final String COLUMNNAME_FeeAmt
Column name FeeAmt- See Also:
- Constant Field Values
-
COLUMNNAME_InterestAmt
static final String COLUMNNAME_InterestAmt
Column name InterestAmt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsInDispute
static final String COLUMNNAME_IsInDispute
Column name IsInDispute- See Also:
- Constant Field Values
-
COLUMNNAME_OpenAmt
static final String COLUMNNAME_OpenAmt
Column name OpenAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_TimesDunned
static final String COLUMNNAME_TimesDunned
Column name TimesDunned- See Also:
- Constant Field Values
-
COLUMNNAME_TotalAmt
static final String COLUMNNAME_TotalAmt
Column name TotalAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAmt
void setAmt(BigDecimal Amt)
Set Amount. Amount
-
getAmt
BigDecimal getAmt()
Get Amount. Amount
-
setC_DunningRunEntry_ID
void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry. Dunning Run Entry
-
getC_DunningRunEntry_ID
int getC_DunningRunEntry_ID()
Get Dunning Run Entry. Dunning Run Entry
-
getC_DunningRunEntry
I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException
- Throws:
RuntimeException
-
setC_DunningRunLine_ID
void setC_DunningRunLine_ID(int C_DunningRunLine_ID)
Set Dunning Run Line. Dunning Run Line
-
getC_DunningRunLine_ID
int getC_DunningRunLine_ID()
Get Dunning Run Line. Dunning Run Line
-
setC_DunningRunLine_UU
void setC_DunningRunLine_UU(String C_DunningRunLine_UU)
Set C_DunningRunLine_UU
-
getC_DunningRunLine_UU
String getC_DunningRunLine_UU()
Get C_DunningRunLine_UU
-
setC_Invoice_ID
void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier
-
getC_Invoice_ID
int getC_Invoice_ID()
Get Invoice. Invoice Identifier
-
getC_Invoice
I_C_Invoice getC_Invoice() throws RuntimeException
- Throws:
RuntimeException
-
setC_InvoicePaySchedule_ID
void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule. Invoice Payment Schedule
-
getC_InvoicePaySchedule_ID
int getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule. Invoice Payment Schedule
-
getC_InvoicePaySchedule
I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException
- Throws:
RuntimeException
-
setConvertedAmt
void setConvertedAmt(BigDecimal ConvertedAmt)
Set Converted Amount. Converted Amount
-
getConvertedAmt
BigDecimal getConvertedAmt()
Get Converted Amount. Converted Amount
-
setC_Payment_ID
void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier
-
getC_Payment_ID
int getC_Payment_ID()
Get Payment. Payment identifier
-
getC_Payment
I_C_Payment getC_Payment() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDaysDue
void setDaysDue(int DaysDue)
Set Days due. Number of days due (negative: due in number of days)
-
getDaysDue
int getDaysDue()
Get Days due. Number of days due (negative: due in number of days)
-
setFeeAmt
void setFeeAmt(BigDecimal FeeAmt)
Set Fee Amount. Fee amount in invoice currency
-
getFeeAmt
BigDecimal getFeeAmt()
Get Fee Amount. Fee amount in invoice currency
-
setInterestAmt
void setInterestAmt(BigDecimal InterestAmt)
Set Interest Amount. Interest Amount
-
getInterestAmt
BigDecimal getInterestAmt()
Get Interest Amount. Interest Amount
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsInDispute
void setIsInDispute(boolean IsInDispute)
Set In Dispute. Document is in dispute
-
isInDispute
boolean isInDispute()
Get In Dispute. Document is in dispute
-
setOpenAmt
void setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. Open item amount
-
getOpenAmt
BigDecimal getOpenAmt()
Get Open Amount. Open item amount
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setTimesDunned
void setTimesDunned(int TimesDunned)
Set Times Dunned. Number of times dunned previously
-
getTimesDunned
int getTimesDunned()
Get Times Dunned. Number of times dunned previously
-
setTotalAmt
void setTotalAmt(BigDecimal TotalAmt)
Set Total Amount. Total Amount
-
getTotalAmt
BigDecimal getTotalAmt()
Get Total Amount. Total Amount
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-