|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_DunningLevel
Generated Interface for C_DunningLevel
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_Dunning_ID
static final String COLUMNNAME_C_DunningLevel_ID
static final String COLUMNNAME_ChargeFee
static final String COLUMNNAME_ChargeInterest
static final String COLUMNNAME_C_PaymentTerm_ID
static final String COLUMNNAME_DaysAfterDue
static final String COLUMNNAME_DaysBetweenDunning
static final String COLUMNNAME_Description
static final String COLUMNNAME_Dunning_PrintFormat_ID
static final String COLUMNNAME_FeeAmt
static final String COLUMNNAME_InterestPercent
static final String COLUMNNAME_IsSetCreditStop
static final String COLUMNNAME_IsSetPaymentTerm
static final String COLUMNNAME_IsShowAllDue
static final String COLUMNNAME_IsShowNotDue
static final String COLUMNNAME_Name
static final String COLUMNNAME_Note
static final String COLUMNNAME_PrintName
| Method Detail |
|---|
void setC_Dunning_ID(int C_Dunning_ID)
int getC_Dunning_ID()
I_C_Dunning getC_Dunning()
throws Exception
Exceptionvoid setC_DunningLevel_ID(int C_DunningLevel_ID)
int getC_DunningLevel_ID()
void setChargeFee(boolean ChargeFee)
boolean isChargeFee()
void setChargeInterest(boolean ChargeInterest)
boolean isChargeInterest()
void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
int getC_PaymentTerm_ID()
I_C_PaymentTerm getC_PaymentTerm()
throws Exception
Exceptionvoid setDaysAfterDue(BigDecimal DaysAfterDue)
BigDecimal getDaysAfterDue()
void setDaysBetweenDunning(int DaysBetweenDunning)
int getDaysBetweenDunning()
void setDescription(String Description)
String getDescription()
void setDunning_PrintFormat_ID(int Dunning_PrintFormat_ID)
int getDunning_PrintFormat_ID()
void setFeeAmt(BigDecimal FeeAmt)
BigDecimal getFeeAmt()
void setInterestPercent(BigDecimal InterestPercent)
BigDecimal getInterestPercent()
void setIsSetCreditStop(boolean IsSetCreditStop)
boolean isSetCreditStop()
void setIsSetPaymentTerm(boolean IsSetPaymentTerm)
boolean isSetPaymentTerm()
void setIsShowAllDue(boolean IsShowAllDue)
boolean isShowAllDue()
void setIsShowNotDue(boolean IsShowNotDue)
boolean isShowNotDue()
void setName(String Name)
String getName()
void setNote(String Note)
String getNote()
void setPrintName(String PrintName)
String getPrintName()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||