Package org.compiere.model
Interface I_C_DunningLevel
-
- All Known Implementing Classes:
MDunningLevel,X_C_DunningLevel
public interface I_C_DunningLevelGenerated Interface for C_DunningLevel- 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_C_Dunning_IDColumn name C_Dunning_IDstatic StringCOLUMNNAME_C_DunningLevel_IDColumn name C_DunningLevel_IDstatic StringCOLUMNNAME_C_DunningLevel_UUColumn name C_DunningLevel_UUstatic StringCOLUMNNAME_C_PaymentTerm_IDColumn name C_PaymentTerm_IDstatic StringCOLUMNNAME_ChargeFeeColumn name ChargeFeestatic StringCOLUMNNAME_ChargeInterestColumn name ChargeIntereststatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DaysAfterDueColumn name DaysAfterDuestatic StringCOLUMNNAME_DaysBetweenDunningColumn name DaysBetweenDunningstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_Dunning_PrintFormat_IDColumn name Dunning_PrintFormat_IDstatic StringCOLUMNNAME_FeeAmtColumn name FeeAmtstatic StringCOLUMNNAME_InterestPercentColumn name InterestPercentstatic StringCOLUMNNAME_InvoiceCollectionTypeColumn name InvoiceCollectionTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSetCreditStopColumn name IsSetCreditStopstatic StringCOLUMNNAME_IsSetPaymentTermColumn name IsSetPaymentTermstatic StringCOLUMNNAME_IsShowAllDueColumn name IsShowAllDuestatic StringCOLUMNNAME_IsShowNotDueColumn name IsShowNotDuestatic StringCOLUMNNAME_IsStatementColumn name IsStatementstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_NoteColumn name Notestatic StringCOLUMNNAME_PrintNameColumn name PrintNamestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=331static StringTable_NameTableName=C_DunningLevel
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_DunninggetC_Dunning()intgetC_Dunning_ID()Get Dunning.intgetC_DunningLevel_ID()Get Dunning LevelStringgetC_DunningLevel_UU()Get C_DunningLevel_UUI_C_PaymentTermgetC_PaymentTerm()intgetC_PaymentTerm_ID()Get Payment Term.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetDaysAfterDue()Get Days after due date.intgetDaysBetweenDunning()Get Days between dunning.StringgetDescription()Get Description.I_AD_PrintFormatgetDunning_PrintFormat()intgetDunning_PrintFormat_ID()Get Dunning Print Format.BigDecimalgetFeeAmt()Get Fee Amount.BigDecimalgetInterestPercent()Get Interest in percent.StringgetInvoiceCollectionType()Get Collection Status.StringgetName()Get Name.StringgetNote()Get Note.StringgetPrintName()Get Print Text.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisChargeFee()Get Charge fee.booleanisChargeInterest()Get Charge Interest.booleanisSetCreditStop()Get Credit Stop.booleanisSetPaymentTerm()Get Set Payment Term.booleanisShowAllDue()Get Show All Due.booleanisShowNotDue()Get Show Not Due.booleanisStatement()Get Is Statement.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Dunning_ID(int C_Dunning_ID)Set Dunning.voidsetC_DunningLevel_ID(int C_DunningLevel_ID)Set Dunning LevelvoidsetC_DunningLevel_UU(String C_DunningLevel_UU)Set C_DunningLevel_UUvoidsetC_PaymentTerm_ID(int C_PaymentTerm_ID)Set Payment Term.voidsetChargeFee(boolean ChargeFee)Set Charge fee.voidsetChargeInterest(boolean ChargeInterest)Set Charge Interest.voidsetDaysAfterDue(BigDecimal DaysAfterDue)Set Days after due date.voidsetDaysBetweenDunning(int DaysBetweenDunning)Set Days between dunning.voidsetDescription(String Description)Set Description.voidsetDunning_PrintFormat_ID(int Dunning_PrintFormat_ID)Set Dunning Print Format.voidsetFeeAmt(BigDecimal FeeAmt)Set Fee Amount.voidsetInterestPercent(BigDecimal InterestPercent)Set Interest in percent.voidsetInvoiceCollectionType(String InvoiceCollectionType)Set Collection Status.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSetCreditStop(boolean IsSetCreditStop)Set Credit Stop.voidsetIsSetPaymentTerm(boolean IsSetPaymentTerm)Set Set Payment Term.voidsetIsShowAllDue(boolean IsShowAllDue)Set Show All Due.voidsetIsShowNotDue(boolean IsShowNotDue)Set Show Not Due.voidsetIsStatement(boolean IsStatement)Set Is Statement.voidsetName(String Name)Set Name.voidsetNote(String Note)Set Note.voidsetPrintName(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
-
-