Package org.compiere.model
Interface I_C_DunningRunLine
- All Known Implementing Classes:
MDunningRunLine,X_C_DunningRunLine
public interface I_C_DunningRunLine
Generated Interface for C_DunningRunLine
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Amtstatic final StringColumn name C_DunningRunEntry_IDstatic final StringColumn name C_DunningRunLine_IDstatic final StringColumn name C_DunningRunLine_UUstatic final StringColumn name C_Invoice_IDstatic final StringColumn name C_InvoicePaySchedule_IDstatic final StringColumn name C_Payment_IDstatic final StringColumn name ConvertedAmtstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DaysDuestatic final StringColumn name FeeAmtstatic final StringColumn name InterestAmtstatic final StringColumn name IsActivestatic final StringColumn name IsInDisputestatic final StringColumn name OpenAmtstatic final StringColumn name Processedstatic final StringColumn name TimesDunnedstatic final StringColumn name TotalAmtstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=524static final StringTableName=C_DunningRunLine -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.getAmt()Get Amount.Deprecated.intGet Dunning Run Entry.intGet Dunning Run Line.Get C_DunningRunLine_UUDeprecated.intGet Invoice.Deprecated.intGet Invoice Payment Schedule.Deprecated.intGet Payment.Get Converted Amount.Get Created.intGet Created By.intGet Days due.Get Fee Amount.Get Interest Amount.Get Open Amount.intGet Times Dunned.Get Total Amount.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet In Dispute.booleanGet 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 Details
-
Table_Name
TableName=C_DunningRunLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=524- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Amt
Column name Amt- See Also:
-
COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_ID- See Also:
-
COLUMNNAME_C_DunningRunLine_ID
Column name C_DunningRunLine_ID- See Also:
-
COLUMNNAME_C_DunningRunLine_UU
Column name C_DunningRunLine_UU- See Also:
-
COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID- See Also:
-
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
-
COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- See Also:
-
COLUMNNAME_ConvertedAmt
Column name ConvertedAmt- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DaysDue
Column name DaysDue- See Also:
-
COLUMNNAME_FeeAmt
Column name FeeAmt- See Also:
-
COLUMNNAME_InterestAmt
Column name InterestAmt- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsInDispute
Column name IsInDispute- See Also:
-
COLUMNNAME_OpenAmt
Column name OpenAmt- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_TimesDunned
Column name TimesDunned- See Also:
-
COLUMNNAME_TotalAmt
Column name TotalAmt- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAmt
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
Deprecated.- 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
Set C_DunningRunLine_UU -
getC_DunningRunLine_UU
String getC_DunningRunLine_UU()Get C_DunningRunLine_UU -
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- Throws:
RuntimeException
-
setConvertedAmt
Set Converted Amount. Converted Amount -
getConvertedAmt
BigDecimal getConvertedAmt()Get Converted Amount. Converted Amount -
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
Set Fee Amount. Fee amount in invoice currency -
getFeeAmt
BigDecimal getFeeAmt()Get Fee Amount. Fee amount in invoice currency -
setInterestAmt
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
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
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
-