|
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_DunningRunLine
public class X_C_DunningRunLine
Generated Model for C_DunningRunLine
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=524 |
static String |
Table_Name
TableName=C_DunningRunLine |
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_DunningRunLine(Ctx ctx,
int C_DunningRunLine_ID,
String trxName)
Standard Constructor |
|
X_C_DunningRunLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmt()
Get Amount. |
int |
getC_DunningRunEntry_ID()
Get Dunning Run Entry. |
int |
getC_DunningRunLine_ID()
Get Dunning Run Line. |
int |
getC_Invoice_ID()
Get Invoice. |
int |
getC_Payment_ID()
Get Payment. |
BigDecimal |
getConvertedAmt()
Get Converted Amount. |
int |
getDaysDue()
Get Days due. |
BigDecimal |
getFeeAmt()
Get Fee Amount. |
BigDecimal |
getInterestAmt()
Get Interest Amount. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getOpenAmt()
Get Open Amount. |
int |
getTimesDunned()
Get Times Dunned. |
BigDecimal |
getTotalAmt()
Get Total Amount. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isInDispute()
Get In Dispute. |
boolean |
isProcessed()
Get Processed. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry. |
void |
setC_DunningRunLine_ID(int C_DunningRunLine_ID)
Set Dunning Run Line. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setConvertedAmt(BigDecimal ConvertedAmt)
Set Converted Amount. |
void |
setDaysDue(int DaysDue)
Set Days due. |
void |
setFeeAmt(BigDecimal FeeAmt)
Set Fee Amount. |
void |
setInterestAmt(BigDecimal InterestAmt)
Set Interest Amount. |
void |
setIsInDispute(boolean IsInDispute)
Set In Dispute. |
void |
setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setTimesDunned(int TimesDunned)
Set Times Dunned. |
void |
setTotalAmt(BigDecimal TotalAmt)
Set Total Amount. |
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
| Constructor Detail |
|---|
public X_C_DunningRunLine(Ctx ctx,
int C_DunningRunLine_ID,
String trxName)
ctx - contextC_DunningRunLine_ID - idtrxName - transaction
public X_C_DunningRunLine(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 setAmt(BigDecimal Amt)
Amt - Amountpublic BigDecimal getAmt()
public void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
C_DunningRunEntry_ID - Dunning Run Entrypublic int getC_DunningRunEntry_ID()
public void setC_DunningRunLine_ID(int C_DunningRunLine_ID)
C_DunningRunLine_ID - Dunning Run Linepublic int getC_DunningRunLine_ID()
public void setC_Invoice_ID(int C_Invoice_ID)
C_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
public KeyNamePair getKeyNamePair()
public void setC_Payment_ID(int C_Payment_ID)
C_Payment_ID - Payment identifierpublic int getC_Payment_ID()
public void setConvertedAmt(BigDecimal ConvertedAmt)
ConvertedAmt - Converted Amountpublic BigDecimal getConvertedAmt()
public void setDaysDue(int DaysDue)
DaysDue - Number of days due (negative: due in number of days)public int getDaysDue()
public void setFeeAmt(BigDecimal FeeAmt)
FeeAmt - Fee amount in invoice currencypublic BigDecimal getFeeAmt()
public void setInterestAmt(BigDecimal InterestAmt)
InterestAmt - Interest Amountpublic BigDecimal getInterestAmt()
public void setIsInDispute(boolean IsInDispute)
IsInDispute - Document is in disputepublic boolean isInDispute()
public void setOpenAmt(BigDecimal OpenAmt)
OpenAmt - Open item amountpublic BigDecimal getOpenAmt()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setTimesDunned(int TimesDunned)
TimesDunned - Number of times dunned previouslypublic int getTimesDunned()
public void setTotalAmt(BigDecimal TotalAmt)
TotalAmt - Total Amountpublic BigDecimal getTotalAmt()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||