|
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_PaySelectionCheck
public class X_C_PaySelectionCheck
Generated Model for C_PaySelectionCheck
| Field Summary | |
|---|---|
static int |
C_PAYMENT_ID_AD_Reference_ID
C_Payment_ID AD_Reference_ID=343 |
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_PaySelectionCheck(Properties ctx,
int C_PaySelectionCheck_ID,
String trxName)
Standard Constructor |
|
X_C_PaySelectionCheck(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BP_BankAccount_ID()
Get Partner Bank Account. |
I_C_BP_BankAccount |
getC_BP_BankAccount()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Payment_ID()
Get Payment. |
int |
getC_PaySelection_ID()
Get Payment Selection. |
I_C_PaySelection |
getC_PaySelection()
|
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 Rule. |
int |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isGeneratedDraft()
Get Generated Draft. |
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 |
setIsGeneratedDraft(boolean IsGeneratedDraft)
Set Generated Draft. |
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 Rule. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQty(int Qty)
Set Quantity. |
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 C_PAYMENT_ID_AD_Reference_ID
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_PaySelectionCheck(Properties ctx,
int C_PaySelectionCheck_ID,
String trxName)
public X_C_PaySelectionCheck(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_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_PaySelectionCheckExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_PaySelectionCheckC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_PaySelectionCheck
public I_C_BP_BankAccount getC_BP_BankAccount()
throws Exception
getC_BP_BankAccount in interface I_C_PaySelectionCheckExceptionpublic void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
setC_BP_BankAccount_ID in interface I_C_PaySelectionCheckC_BP_BankAccount_ID - Bank Account of the Business Partnerpublic int getC_BP_BankAccount_ID()
getC_BP_BankAccount_ID in interface I_C_PaySelectionCheckpublic void setC_Payment_ID(int C_Payment_ID)
setC_Payment_ID in interface I_C_PaySelectionCheckC_Payment_ID - Payment identifierpublic int getC_Payment_ID()
getC_Payment_ID in interface I_C_PaySelectionCheckpublic void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
setC_PaySelectionCheck_ID in interface I_C_PaySelectionCheckC_PaySelectionCheck_ID - Payment Selection Checkpublic int getC_PaySelectionCheck_ID()
getC_PaySelectionCheck_ID in interface I_C_PaySelectionCheck
public I_C_PaySelection getC_PaySelection()
throws Exception
getC_PaySelection in interface I_C_PaySelectionCheckExceptionpublic void setC_PaySelection_ID(int C_PaySelection_ID)
setC_PaySelection_ID in interface I_C_PaySelectionCheckC_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
getC_PaySelection_ID in interface I_C_PaySelectionCheckpublic void setDiscountAmt(BigDecimal DiscountAmt)
setDiscountAmt in interface I_C_PaySelectionCheckDiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
getDiscountAmt in interface I_C_PaySelectionCheckpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_C_PaySelectionCheckDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_C_PaySelectionCheckpublic void setIsGeneratedDraft(boolean IsGeneratedDraft)
setIsGeneratedDraft in interface I_C_PaySelectionCheckIsGeneratedDraft - Generated Draftpublic boolean isGeneratedDraft()
isGeneratedDraft in interface I_C_PaySelectionCheckpublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_C_PaySelectionCheckIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_C_PaySelectionCheckpublic void setIsReceipt(boolean IsReceipt)
setIsReceipt in interface I_C_PaySelectionCheckIsReceipt - This is a sales transaction (receipt)public boolean isReceipt()
isReceipt in interface I_C_PaySelectionCheckpublic void setPayAmt(BigDecimal PayAmt)
setPayAmt in interface I_C_PaySelectionCheckPayAmt - Amount being paidpublic BigDecimal getPayAmt()
getPayAmt in interface I_C_PaySelectionCheckpublic void setPaymentRule(String PaymentRule)
setPaymentRule in interface I_C_PaySelectionCheckPaymentRule - How you pay the invoicepublic String getPaymentRule()
getPaymentRule in interface I_C_PaySelectionCheckpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_PaySelectionCheckProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_PaySelectionCheckpublic void setQty(int Qty)
setQty in interface I_C_PaySelectionCheckQty - Quantitypublic int getQty()
getQty in interface I_C_PaySelectionCheck
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||