Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Dunning_ID
          Column name C_Dunning_ID
static String COLUMNNAME_C_DunningLevel_ID
          Column name C_DunningLevel_ID
static String COLUMNNAME_C_PaymentTerm_ID
          Column name C_PaymentTerm_ID
static String COLUMNNAME_ChargeFee
          Column name ChargeFee
static String COLUMNNAME_ChargeInterest
          Column name ChargeInterest
static String COLUMNNAME_DaysAfterDue
          Column name DaysAfterDue
static String COLUMNNAME_DaysBetweenDunning
          Column name DaysBetweenDunning
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Dunning_PrintFormat_ID
          Column name Dunning_PrintFormat_ID
static String COLUMNNAME_FeeAmt
          Column name FeeAmt
static String COLUMNNAME_InterestPercent
          Column name InterestPercent
static String COLUMNNAME_IsSetCreditStop
          Column name IsSetCreditStop
static String COLUMNNAME_IsSetPaymentTerm
          Column name IsSetPaymentTerm
static String COLUMNNAME_IsShowAllDue
          Column name IsShowAllDue
static String COLUMNNAME_IsShowNotDue
          Column name IsShowNotDue
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Note
          Column name Note
static String COLUMNNAME_PrintName
          Column name PrintName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=331
static String Table_Name
          TableName=C_DunningLevel
 
Method Summary
 int getC_Dunning_ID()
          Get Dunning.
 I_C_Dunning getC_Dunning()
           
 int getC_DunningLevel_ID()
          Get Dunning Level
 int getC_PaymentTerm_ID()
          Get Payment Term.
 I_C_PaymentTerm getC_PaymentTerm()
           
 BigDecimal getDaysAfterDue()
          Get Days after due date.
 int getDaysBetweenDunning()
          Get Days between dunning.
 String getDescription()
          Get Description.
 int getDunning_PrintFormat_ID()
          Get Dunning Print Format.
 BigDecimal getFeeAmt()
          Get Fee Amount.
 BigDecimal getInterestPercent()
          Get Interest in percent.
 String getName()
          Get Name.
 String getNote()
          Get Note.
 String getPrintName()
          Get Print Text.
 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.
 void setC_Dunning_ID(int C_Dunning_ID)
          Set Dunning.
 void setC_DunningLevel_ID(int C_DunningLevel_ID)
          Set Dunning Level
 void 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 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 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_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_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_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
Method Detail

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 Exception
Throws:
Exception

setC_DunningLevel_ID

void setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Level


getC_DunningLevel_ID

int getC_DunningLevel_ID()
Get Dunning Level


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 Exception
Throws:
Exception

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


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


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).


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.


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.