|
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_PaySelectionLine
public class X_C_PaySelectionLine
Generated Model for C_PaySelectionLine
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
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 |
static int |
Table_ID
AD_Table_ID=427 |
static String |
Table_Name
TableName=C_PaySelectionLine |
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_PaySelectionLine(Ctx ctx,
int C_PaySelectionLine_ID,
String trxName)
Standard Constructor |
|
X_C_PaySelectionLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Invoice_ID()
Get Invoice. |
int |
getC_PaySelection_ID()
Get Payment Selection. |
int |
getC_PaySelectionCheck_ID()
Get Pay Selection Check. |
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 Method. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isManual()
Get Manual. |
boolean |
isPaymentRuleValid(String test)
Is test a valid value. |
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 Method. |
void |
setProcessed(boolean Processed)
Set Processed. |
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 PAYMENTRULE_AD_Reference_ID
public static final String PAYMENTRULE_Cash
public static final String PAYMENTRULE_DirectDebit
public static final String PAYMENTRULE_CreditCard
public static final String PAYMENTRULE_OnCredit
public static final String PAYMENTRULE_Check
public static final String PAYMENTRULE_DirectDeposit
| Constructor Detail |
|---|
public X_C_PaySelectionLine(Ctx ctx,
int C_PaySelectionLine_ID,
String trxName)
ctx - contextC_PaySelectionLine_ID - idtrxName - transaction
public X_C_PaySelectionLine(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_Invoice_ID(int C_Invoice_ID)
C_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
public void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
C_PaySelectionCheck_ID - Payment Selection Checkpublic int getC_PaySelectionCheck_ID()
public void setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
C_PaySelectionLine_ID - Payment Selection Linepublic int getC_PaySelectionLine_ID()
public KeyNamePair getKeyNamePair()
public void setC_PaySelection_ID(int C_PaySelection_ID)
C_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDifferenceAmt(BigDecimal DifferenceAmt)
DifferenceAmt - Difference Amountpublic BigDecimal getDifferenceAmt()
public void setDiscountAmt(BigDecimal DiscountAmt)
DiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
public void setIsManual(boolean IsManual)
IsManual - This is a manual process or entrypublic boolean isManual()
public void setIsSOTrx(boolean IsSOTrx)
IsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
public void setLine(int Line)
Line - Unique line for this documentpublic int getLine()
public void setOpenAmt(BigDecimal OpenAmt)
OpenAmt - Open item amountpublic BigDecimal getOpenAmt()
public void setPayAmt(BigDecimal PayAmt)
PayAmt - Amount being paidpublic BigDecimal getPayAmt()
public boolean isPaymentRuleValid(String test)
test - testvalue
public void setPaymentRule(String PaymentRule)
PaymentRule - How you pay the invoicepublic String getPaymentRule()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||