|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_DunningLevel
public class X_C_DunningLevel
Generated Model for C_DunningLevel
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
DUNNING_PRINTFORMAT_ID_AD_Reference_ID
Dunning_PrintFormat_ID AD_Reference_ID=259 |
static int |
INVOICECOLLECTIONTYPE_AD_Reference_ID
InvoiceCollectionType AD_Reference_ID=394 |
static String |
INVOICECOLLECTIONTYPE_CollectionAgency
Collection Agency = C |
static String |
INVOICECOLLECTIONTYPE_Dunning
Dunning = D |
static String |
INVOICECOLLECTIONTYPE_LegalProcedure
Legal Procedure = L |
static String |
INVOICECOLLECTIONTYPE_Uncollectable
Uncollectable = U |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=331 |
static String |
Table_Name
TableName=C_DunningLevel |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_DunningLevel(Ctx ctx,
int C_DunningLevel_ID,
String trxName)
Standard Constructor |
|
X_C_DunningLevel(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Dunning_ID()
Get Dunning. |
int |
getC_DunningLevel_ID()
Get Dunning Level. |
int |
getC_PaymentTerm_ID()
Get Payment Term. |
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 |
getInvoiceCollectionType()
Get Collection Status. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getNote()
Get Note. |
String |
getPrintName()
Get Print Text. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isChargeFee()
Get Charge fee. |
boolean |
isChargeInterest()
Get Charge Interest. |
boolean |
isInvoiceCollectionTypeValid(String test)
Is test a valid value. |
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 |
setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status. |
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. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int DUNNING_PRINTFORMAT_ID_AD_Reference_ID
public static final int INVOICECOLLECTIONTYPE_AD_Reference_ID
public static final String INVOICECOLLECTIONTYPE_CollectionAgency
public static final String INVOICECOLLECTIONTYPE_Dunning
public static final String INVOICECOLLECTIONTYPE_LegalProcedure
public static final String INVOICECOLLECTIONTYPE_Uncollectable
| Constructor Detail |
|---|
public X_C_DunningLevel(Ctx ctx,
int C_DunningLevel_ID,
String trxName)
ctx - contextC_DunningLevel_ID - idtrxName - transaction
public X_C_DunningLevel(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_DunningLevel_ID(int C_DunningLevel_ID)
C_DunningLevel_ID - Dunning Levelpublic int getC_DunningLevel_ID()
public void setC_Dunning_ID(int C_Dunning_ID)
C_Dunning_ID - Dunning Rules for overdue invoicespublic int getC_Dunning_ID()
public void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
C_PaymentTerm_ID - The terms of Payment (timing, discount)public int getC_PaymentTerm_ID()
public void setChargeFee(boolean ChargeFee)
ChargeFee - Indicates if fees will be charged for overdue invoicespublic boolean isChargeFee()
public void setChargeInterest(boolean ChargeInterest)
ChargeInterest - Indicates if interest will be charged on overdue invoicespublic boolean isChargeInterest()
public void setDaysAfterDue(BigDecimal DaysAfterDue)
DaysAfterDue - Days after due date to dun (if negative days until due)public BigDecimal getDaysAfterDue()
public void setDaysBetweenDunning(int DaysBetweenDunning)
DaysBetweenDunning - Days between sending dunning noticespublic int getDaysBetweenDunning()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDunning_PrintFormat_ID(int Dunning_PrintFormat_ID)
Dunning_PrintFormat_ID - Print Format for printing Dunning Letterspublic int getDunning_PrintFormat_ID()
public void setFeeAmt(BigDecimal FeeAmt)
FeeAmt - Fee amount in invoice currencypublic BigDecimal getFeeAmt()
public void setInterestPercent(BigDecimal InterestPercent)
InterestPercent - Percentage interest to charge on overdue invoicespublic BigDecimal getInterestPercent()
public boolean isInvoiceCollectionTypeValid(String test)
test - testvalue
public void setInvoiceCollectionType(String InvoiceCollectionType)
InvoiceCollectionType - Invoice Collection Statuspublic String getInvoiceCollectionType()
public void setIsSetCreditStop(boolean IsSetCreditStop)
IsSetCreditStop - Set the business partner to credit stoppublic boolean isSetCreditStop()
public void setIsSetPaymentTerm(boolean IsSetPaymentTerm)
IsSetPaymentTerm - Set the payment term of the Business Partnerpublic boolean isSetPaymentTerm()
public void setIsShowAllDue(boolean IsShowAllDue)
IsShowAllDue - Show/print all due invoicespublic boolean isShowAllDue()
public void setIsShowNotDue(boolean IsShowNotDue)
IsShowNotDue - Show/print all invoices which are not due (yet).public boolean isShowNotDue()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setNote(String Note)
Note - Optional additional user defined informationpublic String getNote()
public void setPrintName(String PrintName)
PrintName - The label text to be printed on a document or correspondence.public String getPrintName()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||