Package org.compiere.model
Interface I_C_DunningLevel
-
- All Known Implementing Classes:
MDunningLevel
,X_C_DunningLevel
public interface I_C_DunningLevel
Generated Interface for C_DunningLevel- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Dunning_ID
Column name C_Dunning_IDstatic String
COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_IDstatic String
COLUMNNAME_C_DunningLevel_UU
Column name C_DunningLevel_UUstatic String
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_IDstatic String
COLUMNNAME_ChargeFee
Column name ChargeFeestatic String
COLUMNNAME_ChargeInterest
Column name ChargeIntereststatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DaysAfterDue
Column name DaysAfterDuestatic String
COLUMNNAME_DaysBetweenDunning
Column name DaysBetweenDunningstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Dunning_PrintFormat_ID
Column name Dunning_PrintFormat_IDstatic String
COLUMNNAME_FeeAmt
Column name FeeAmtstatic String
COLUMNNAME_InterestPercent
Column name InterestPercentstatic String
COLUMNNAME_InvoiceCollectionType
Column name InvoiceCollectionTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSetCreditStop
Column name IsSetCreditStopstatic String
COLUMNNAME_IsSetPaymentTerm
Column name IsSetPaymentTermstatic String
COLUMNNAME_IsShowAllDue
Column name IsShowAllDuestatic String
COLUMNNAME_IsShowNotDue
Column name IsShowNotDuestatic String
COLUMNNAME_IsStatement
Column name IsStatementstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Note
Column name Notestatic String
COLUMNNAME_PrintName
Column name PrintNamestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=331static String
Table_Name
TableName=C_DunningLevel
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Dunning
getC_Dunning()
int
getC_Dunning_ID()
Get Dunning.int
getC_DunningLevel_ID()
Get Dunning LevelString
getC_DunningLevel_UU()
Get C_DunningLevel_UUI_C_PaymentTerm
getC_PaymentTerm()
int
getC_PaymentTerm_ID()
Get Payment Term.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getDaysAfterDue()
Get Days after due date.int
getDaysBetweenDunning()
Get Days between dunning.String
getDescription()
Get Description.I_AD_PrintFormat
getDunning_PrintFormat()
int
getDunning_PrintFormat_ID()
Get Dunning Print Format.BigDecimal
getFeeAmt()
Get Fee Amount.BigDecimal
getInterestPercent()
Get Interest in percent.String
getInvoiceCollectionType()
Get Collection Status.String
getName()
Get Name.String
getNote()
Get Note.String
getPrintName()
Get Print Text.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isChargeFee()
Get Charge fee.boolean
isChargeInterest()
Get Charge Interest.boolean
isSetCreditStop()
Get Credit Stop.boolean
isSetPaymentTerm()
Get Set Payment Term.boolean
isShowAllDue()
Get Show All Due.boolean
isShowNotDue()
Get Show Not Due.boolean
isStatement()
Get Is Statement.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Dunning_ID(int C_Dunning_ID)
Set Dunning.void
setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Levelvoid
setC_DunningLevel_UU(String C_DunningLevel_UU)
Set C_DunningLevel_UUvoid
setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term.void
setChargeFee(boolean ChargeFee)
Set Charge fee.void
setChargeInterest(boolean ChargeInterest)
Set Charge Interest.void
setDaysAfterDue(BigDecimal DaysAfterDue)
Set Days after due date.void
setDaysBetweenDunning(int DaysBetweenDunning)
Set Days between dunning.void
setDescription(String Description)
Set Description.void
setDunning_PrintFormat_ID(int Dunning_PrintFormat_ID)
Set Dunning Print Format.void
setFeeAmt(BigDecimal FeeAmt)
Set Fee Amount.void
setInterestPercent(BigDecimal InterestPercent)
Set Interest in percent.void
setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status.void
setIsActive(boolean IsActive)
Set Active.void
setIsSetCreditStop(boolean IsSetCreditStop)
Set Credit Stop.void
setIsSetPaymentTerm(boolean IsSetPaymentTerm)
Set Set Payment Term.void
setIsShowAllDue(boolean IsShowAllDue)
Set Show All Due.void
setIsShowNotDue(boolean IsShowNotDue)
Set Show Not Due.void
setIsStatement(boolean IsStatement)
Set Is Statement.void
setName(String Name)
Set Name.void
setNote(String Note)
Set Note.void
setPrintName(String PrintName)
Set Print Text.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_DunningLevel- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=331- 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_C_Dunning_ID
static final String COLUMNNAME_C_Dunning_ID
Column name C_Dunning_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningLevel_ID
static final String COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningLevel_UU
static final String COLUMNNAME_C_DunningLevel_UU
Column name C_DunningLevel_UU- See Also:
- Constant Field Values
-
COLUMNNAME_ChargeFee
static final String COLUMNNAME_ChargeFee
Column name ChargeFee- See Also:
- Constant Field Values
-
COLUMNNAME_ChargeInterest
static final String COLUMNNAME_ChargeInterest
Column name ChargeInterest- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaymentTerm_ID
static final String COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_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_DaysAfterDue
static final String COLUMNNAME_DaysAfterDue
Column name DaysAfterDue- See Also:
- Constant Field Values
-
COLUMNNAME_DaysBetweenDunning
static final String COLUMNNAME_DaysBetweenDunning
Column name DaysBetweenDunning- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Dunning_PrintFormat_ID
static final String COLUMNNAME_Dunning_PrintFormat_ID
Column name Dunning_PrintFormat_ID- See Also:
- Constant Field Values
-
COLUMNNAME_FeeAmt
static final String COLUMNNAME_FeeAmt
Column name FeeAmt- See Also:
- Constant Field Values
-
COLUMNNAME_InterestPercent
static final String COLUMNNAME_InterestPercent
Column name InterestPercent- See Also:
- Constant Field Values
-
COLUMNNAME_InvoiceCollectionType
static final String COLUMNNAME_InvoiceCollectionType
Column name InvoiceCollectionType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsSetCreditStop
static final String COLUMNNAME_IsSetCreditStop
Column name IsSetCreditStop- See Also:
- Constant Field Values
-
COLUMNNAME_IsSetPaymentTerm
static final String COLUMNNAME_IsSetPaymentTerm
Column name IsSetPaymentTerm- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowAllDue
static final String COLUMNNAME_IsShowAllDue
Column name IsShowAllDue- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowNotDue
static final String COLUMNNAME_IsShowNotDue
Column name IsShowNotDue- See Also:
- Constant Field Values
-
COLUMNNAME_IsStatement
static final String COLUMNNAME_IsStatement
Column name IsStatement- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Note
static final String COLUMNNAME_Note
Column name Note- See Also:
- Constant Field Values
-
COLUMNNAME_PrintName
static final String COLUMNNAME_PrintName
Column name PrintName- 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
-
setC_Dunning_ID
void setC_Dunning_ID(int C_Dunning_ID)
Set Dunning. Dunning Rules for overdue invoices
-
getC_Dunning_ID
int getC_Dunning_ID()
Get Dunning. Dunning Rules for overdue invoices
-
getC_Dunning
I_C_Dunning getC_Dunning() throws RuntimeException
- Throws:
RuntimeException
-
setC_DunningLevel_ID
void setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Level
-
getC_DunningLevel_ID
int getC_DunningLevel_ID()
Get Dunning Level
-
setC_DunningLevel_UU
void setC_DunningLevel_UU(String C_DunningLevel_UU)
Set C_DunningLevel_UU
-
getC_DunningLevel_UU
String getC_DunningLevel_UU()
Get C_DunningLevel_UU
-
setChargeFee
void setChargeFee(boolean ChargeFee)
Set Charge fee. Indicates if fees will be charged for overdue invoices
-
isChargeFee
boolean isChargeFee()
Get Charge fee. Indicates if fees will be charged for overdue invoices
-
setChargeInterest
void setChargeInterest(boolean ChargeInterest)
Set Charge Interest. Indicates if interest will be charged on overdue invoices
-
isChargeInterest
boolean isChargeInterest()
Get Charge Interest. Indicates if interest will be charged on overdue invoices
-
setC_PaymentTerm_ID
void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term. The terms of Payment (timing, discount)
-
getC_PaymentTerm_ID
int getC_PaymentTerm_ID()
Get Payment Term. The terms of Payment (timing, discount)
-
getC_PaymentTerm
I_C_PaymentTerm getC_PaymentTerm() 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
-
setDaysAfterDue
void setDaysAfterDue(BigDecimal DaysAfterDue)
Set Days after due date. Days after due date to dun (if negative days until due)
-
getDaysAfterDue
BigDecimal getDaysAfterDue()
Get Days after due date. Days after due date to dun (if negative days until due)
-
setDaysBetweenDunning
void setDaysBetweenDunning(int DaysBetweenDunning)
Set Days between dunning. Days between sending dunning notices
-
getDaysBetweenDunning
int getDaysBetweenDunning()
Get Days between dunning. Days between sending dunning notices
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDunning_PrintFormat_ID
void setDunning_PrintFormat_ID(int Dunning_PrintFormat_ID)
Set Dunning Print Format. Print Format for printing Dunning Letters
-
getDunning_PrintFormat_ID
int getDunning_PrintFormat_ID()
Get Dunning Print Format. Print Format for printing Dunning Letters
-
getDunning_PrintFormat
I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException
- Throws:
RuntimeException
-
setFeeAmt
void setFeeAmt(BigDecimal FeeAmt)
Set Fee Amount. Fee amount in invoice currency
-
getFeeAmt
BigDecimal getFeeAmt()
Get Fee Amount. Fee amount in invoice currency
-
setInterestPercent
void setInterestPercent(BigDecimal InterestPercent)
Set Interest in percent. Percentage interest to charge on overdue invoices
-
getInterestPercent
BigDecimal getInterestPercent()
Get Interest in percent. Percentage interest to charge on overdue invoices
-
setInvoiceCollectionType
void setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status. Invoice Collection Status
-
getInvoiceCollectionType
String getInvoiceCollectionType()
Get Collection Status. Invoice Collection Status
-
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
-
setIsSetCreditStop
void setIsSetCreditStop(boolean IsSetCreditStop)
Set Credit Stop. Set the business partner to credit stop
-
isSetCreditStop
boolean isSetCreditStop()
Get Credit Stop. Set the business partner to credit stop
-
setIsSetPaymentTerm
void setIsSetPaymentTerm(boolean IsSetPaymentTerm)
Set Set Payment Term. Set the payment term of the Business Partner
-
isSetPaymentTerm
boolean isSetPaymentTerm()
Get Set Payment Term. Set the payment term of the Business Partner
-
setIsShowAllDue
void setIsShowAllDue(boolean IsShowAllDue)
Set Show All Due. Show/print all due invoices
-
isShowAllDue
boolean isShowAllDue()
Get Show All Due. Show/print all due invoices
-
setIsShowNotDue
void setIsShowNotDue(boolean IsShowNotDue)
Set Show Not Due. Show/print all invoices which are not due (yet).
-
isShowNotDue
boolean isShowNotDue()
Get Show Not Due. Show/print all invoices which are not due (yet).
-
setIsStatement
void setIsStatement(boolean IsStatement)
Set Is Statement. Dunning Level is a definition of a statement
-
isStatement
boolean isStatement()
Get Is Statement. Dunning Level is a definition of a statement
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setNote
void setNote(String Note)
Set Note. Optional additional user defined information
-
getNote
String getNote()
Get Note. Optional additional user defined information
-
setPrintName
void setPrintName(String PrintName)
Set Print Text. The label text to be printed on a document or correspondence.
-
getPrintName
String getPrintName()
Get Print Text. The label text to be printed on a document or correspondence.
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-