|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_PaySelectionLine
public class X_C_PaySelectionLine
Generated Model for C_PaySelectionLine
| Field Summary | |
|---|---|
static int |
PAYMENTRULE_AD_Reference_ID
PaymentRule AD_Reference_ID=195 |
static String |
PAYMENTRULE_Cash
Cash = B |
static String |
PAYMENTRULE_Check
Check = S |
static String |
PAYMENTRULE_CreditCard
Credit Card = K |
static String |
PAYMENTRULE_DirectDebit
Direct Debit = D |
static String |
PAYMENTRULE_DirectDeposit
Direct Deposit = T |
static String |
PAYMENTRULE_OnCredit
On Credit = P |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_PaySelectionLine(Properties ctx,
int C_PaySelectionLine_ID,
String trxName)
Standard Constructor |
|
X_C_PaySelectionLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_PaySelection_ID()
Get Payment Selection. |
I_C_PaySelection |
getC_PaySelection()
|
int |
getC_PaySelectionCheck_ID()
Get Pay Selection Check. |
I_C_PaySelectionCheck |
getC_PaySelectionCheck()
|
int |
getC_PaySelectionLine_ID()
Get Payment Selection Line. |
String |
getDescription()
Get Description. |
BigDecimal |
getDifferenceAmt()
Get Difference. |
BigDecimal |
getDiscountAmt()
Get Discount Amount. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLine()
Get Line No. |
BigDecimal |
getOpenAmt()
Get Open Amount. |
BigDecimal |
getPayAmt()
Get Payment amount. |
String |
getPaymentRule()
Get Payment Rule. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isManual()
Get Manual. |
boolean |
isProcessed()
Get Processed. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. |
void |
setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
Set Pay Selection Check. |
void |
setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
Set Payment Selection Line. |
void |
setDescription(String Description)
Set Description. |
void |
setDifferenceAmt(BigDecimal DifferenceAmt)
Set Difference. |
void |
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. |
void |
setIsManual(boolean IsManual)
Set Manual. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setLine(int Line)
Set Line No. |
void |
setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. |
void |
setPayAmt(BigDecimal PayAmt)
Set Payment amount. |
void |
setPaymentRule(String PaymentRule)
Set Payment Rule. |
void |
setProcessed(boolean Processed)
Set Processed. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int PAYMENTRULE_AD_Reference_ID
public static final String PAYMENTRULE_Cash
public static final String PAYMENTRULE_CreditCard
public static final String PAYMENTRULE_DirectDeposit
public static final String PAYMENTRULE_Check
public static final String PAYMENTRULE_OnCredit
public static final String PAYMENTRULE_DirectDebit
| Constructor Detail |
|---|
public X_C_PaySelectionLine(Properties ctx,
int C_PaySelectionLine_ID,
String trxName)
public X_C_PaySelectionLine(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_PaySelectionLineExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_PaySelectionLineC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_PaySelectionLine
public I_C_PaySelectionCheck getC_PaySelectionCheck()
throws Exception
getC_PaySelectionCheck in interface I_C_PaySelectionLineExceptionpublic void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
setC_PaySelectionCheck_ID in interface I_C_PaySelectionLineC_PaySelectionCheck_ID - Payment Selection Checkpublic int getC_PaySelectionCheck_ID()
getC_PaySelectionCheck_ID in interface I_C_PaySelectionLine
public I_C_PaySelection getC_PaySelection()
throws Exception
getC_PaySelection in interface I_C_PaySelectionLineExceptionpublic void setC_PaySelection_ID(int C_PaySelection_ID)
setC_PaySelection_ID in interface I_C_PaySelectionLineC_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
getC_PaySelection_ID in interface I_C_PaySelectionLinepublic void setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
setC_PaySelectionLine_ID in interface I_C_PaySelectionLineC_PaySelectionLine_ID - Payment Selection Linepublic int getC_PaySelectionLine_ID()
getC_PaySelectionLine_ID in interface I_C_PaySelectionLinepublic KeyNamePair getKeyNamePair()
public void setDescription(String Description)
setDescription in interface I_C_PaySelectionLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_PaySelectionLinepublic void setDifferenceAmt(BigDecimal DifferenceAmt)
setDifferenceAmt in interface I_C_PaySelectionLineDifferenceAmt - Difference Amountpublic BigDecimal getDifferenceAmt()
getDifferenceAmt in interface I_C_PaySelectionLinepublic void setDiscountAmt(BigDecimal DiscountAmt)
setDiscountAmt in interface I_C_PaySelectionLineDiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
getDiscountAmt in interface I_C_PaySelectionLinepublic void setIsManual(boolean IsManual)
setIsManual in interface I_C_PaySelectionLineIsManual - This is a manual processpublic boolean isManual()
isManual in interface I_C_PaySelectionLinepublic void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_C_PaySelectionLineIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_C_PaySelectionLinepublic void setLine(int Line)
setLine in interface I_C_PaySelectionLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_C_PaySelectionLinepublic void setOpenAmt(BigDecimal OpenAmt)
setOpenAmt in interface I_C_PaySelectionLineOpenAmt - Open item amountpublic BigDecimal getOpenAmt()
getOpenAmt in interface I_C_PaySelectionLinepublic void setPayAmt(BigDecimal PayAmt)
setPayAmt in interface I_C_PaySelectionLinePayAmt - Amount being paidpublic BigDecimal getPayAmt()
getPayAmt in interface I_C_PaySelectionLinepublic void setPaymentRule(String PaymentRule)
setPaymentRule in interface I_C_PaySelectionLinePaymentRule - How you pay the invoicepublic String getPaymentRule()
getPaymentRule in interface I_C_PaySelectionLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_C_PaySelectionLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_PaySelectionLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||