|
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_PaySelectionCheck
public class X_C_PaySelectionCheck
Generated Model for C_PaySelectionCheck
| 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=525 |
static String |
Table_Name
TableName=C_PaySelectionCheck |
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_PaySelectionCheck(Ctx ctx,
int C_PaySelectionCheck_ID,
String trxName)
Standard Constructor |
|
X_C_PaySelectionCheck(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BP_BankAccount_ID()
Get Partner Bank Account. |
int |
getC_BPartner_ID()
Get Business Partner. |
int |
getC_Payment_ID()
Get Payment. |
int |
getC_PaySelection_ID()
Get Payment Selection. |
int |
getC_PaySelectionCheck_ID()
Get Pay Selection Check. |
BigDecimal |
getDiscountAmt()
Get Discount Amount. |
String |
getDocumentNo()
Get Document No. |
BigDecimal |
getPayAmt()
Get Payment amount. |
String |
getPaymentRule()
Get Payment Method. |
int |
getQty()
Get Quantity. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isPaymentRuleValid(String test)
Is test a valid value. |
boolean |
isPrinted()
Get Printed. |
boolean |
isProcessed()
Get Processed. |
boolean |
isReceipt()
Get Receipt. |
void |
setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
Set Partner Bank Account. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. |
void |
setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
Set Pay Selection Check. |
void |
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setIsReceipt(boolean IsReceipt)
Set Receipt. |
void |
setPayAmt(BigDecimal PayAmt)
Set Payment amount. |
void |
setPaymentRule(String PaymentRule)
Set Payment Method. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQty(int Qty)
Set Quantity. |
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_PaySelectionCheck(Ctx ctx,
int C_PaySelectionCheck_ID,
String trxName)
ctx - contextC_PaySelectionCheck_ID - idtrxName - transaction
public X_C_PaySelectionCheck(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_BP_BankAccount_ID(int C_BP_BankAccount_ID)
C_BP_BankAccount_ID - Bank Account of the Business Partnerpublic int getC_BP_BankAccount_ID()
public void setC_BPartner_ID(int C_BPartner_ID)
C_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
public void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
C_PaySelectionCheck_ID - Payment Selection Checkpublic int getC_PaySelectionCheck_ID()
public void setC_PaySelection_ID(int C_PaySelection_ID)
C_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
public void setC_Payment_ID(int C_Payment_ID)
C_Payment_ID - Payment identifierpublic int getC_Payment_ID()
public void setDiscountAmt(BigDecimal DiscountAmt)
DiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
public void setDocumentNo(String DocumentNo)
DocumentNo - Document sequence number of the documentpublic String getDocumentNo()
public void setIsPrinted(boolean IsPrinted)
IsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
public void setIsReceipt(boolean IsReceipt)
IsReceipt - This is a sales transaction (receipt)public boolean isReceipt()
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()
public void setQty(int Qty)
Qty - Quantitypublic int getQty()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||