Package org.compiere.model
Interface I_C_PaySelectionCheck
-
- All Known Implementing Classes:
MPaySelectionCheck,X_C_PaySelectionCheck
public interface I_C_PaySelectionCheckGenerated Interface for C_PaySelectionCheck- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_BP_BankAccount_IDColumn name C_BP_BankAccount_IDstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_C_Payment_IDColumn name C_Payment_IDstatic StringCOLUMNNAME_C_PaySelection_IDColumn name C_PaySelection_IDstatic StringCOLUMNNAME_C_PaySelectionCheck_IDColumn name C_PaySelectionCheck_IDstatic StringCOLUMNNAME_C_PaySelectionCheck_UUColumn name C_PaySelectionCheck_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DiscountAmtColumn name DiscountAmtstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsGeneratedDraftColumn name IsGeneratedDraftstatic StringCOLUMNNAME_IsPrintedColumn name IsPrintedstatic StringCOLUMNNAME_IsReceiptColumn name IsReceiptstatic StringCOLUMNNAME_PayAmtColumn name PayAmtstatic StringCOLUMNNAME_PaymentRuleColumn name PaymentRulestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WriteOffAmtColumn name WriteOffAmtstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=525static StringTable_NameTableName=C_PaySelectionCheck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_BP_BankAccountgetC_BP_BankAccount()intgetC_BP_BankAccount_ID()Get Partner Bank Account.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_PaymentgetC_Payment()intgetC_Payment_ID()Get Payment.I_C_PaySelectiongetC_PaySelection()intgetC_PaySelection_ID()Get Payment Selection.intgetC_PaySelectionCheck_ID()Get Pay Selection Check.StringgetC_PaySelectionCheck_UU()Get C_PaySelectionCheck_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetDiscountAmt()Get Discount Amount.StringgetDocumentNo()Get Document No.BigDecimalgetPayAmt()Get Payment amount.StringgetPaymentRule()Get Payment Rule.intgetQty()Get Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.BigDecimalgetWriteOffAmt()Get Write-off Amount.booleanisActive()Get Active.booleanisGeneratedDraft()Get Generated DraftbooleanisPrinted()Get Printed.booleanisProcessed()Get Processed.booleanisReceipt()Get Receipt.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_BP_BankAccount_ID(int C_BP_BankAccount_ID)Set Partner Bank Account.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_Payment_ID(int C_Payment_ID)Set Payment.voidsetC_PaySelection_ID(int C_PaySelection_ID)Set Payment Selection.voidsetC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)Set Pay Selection Check.voidsetC_PaySelectionCheck_UU(String C_PaySelectionCheck_UU)Set C_PaySelectionCheck_UUvoidsetDiscountAmt(BigDecimal DiscountAmt)Set Discount Amount.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetIsActive(boolean IsActive)Set Active.voidsetIsGeneratedDraft(boolean IsGeneratedDraft)Set Generated DraftvoidsetIsPrinted(boolean IsPrinted)Set Printed.voidsetIsReceipt(boolean IsReceipt)Set Receipt.voidsetPayAmt(BigDecimal PayAmt)Set Payment amount.voidsetPaymentRule(String PaymentRule)Set Payment Rule.voidsetProcessed(boolean Processed)Set Processed.voidsetQty(int Qty)Set Quantity.voidsetWriteOffAmt(BigDecimal WriteOffAmt)Set Write-off Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PaySelectionCheck- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=525- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BP_BankAccount_ID
static final String COLUMNNAME_C_BP_BankAccount_ID
Column name C_BP_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySelectionCheck_ID
static final String COLUMNNAME_C_PaySelectionCheck_ID
Column name C_PaySelectionCheck_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySelectionCheck_UU
static final String COLUMNNAME_C_PaySelectionCheck_UU
Column name C_PaySelectionCheck_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySelection_ID
static final String COLUMNNAME_C_PaySelection_ID
Column name C_PaySelection_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DiscountAmt
static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsGeneratedDraft
static final String COLUMNNAME_IsGeneratedDraft
Column name IsGeneratedDraft- See Also:
- Constant Field Values
-
COLUMNNAME_IsPrinted
static final String COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_IsReceipt
static final String COLUMNNAME_IsReceipt
Column name IsReceipt- See Also:
- Constant Field Values
-
COLUMNNAME_PayAmt
static final String COLUMNNAME_PayAmt
Column name PayAmt- See Also:
- Constant Field Values
-
COLUMNNAME_PaymentRule
static final String COLUMNNAME_PaymentRule
Column name PaymentRule- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WriteOffAmt
static final String COLUMNNAME_WriteOffAmt
Column name WriteOffAmt- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_BP_BankAccount_ID
void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
Set Partner Bank Account. Bank Account of the Business Partner
-
getC_BP_BankAccount_ID
int getC_BP_BankAccount_ID()
Get Partner Bank Account. Bank Account of the Business Partner
-
getC_BP_BankAccount
I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException
- Throws:
RuntimeException
-
setC_Payment_ID
void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier
-
getC_Payment_ID
int getC_Payment_ID()
Get Payment. Payment identifier
-
getC_Payment
I_C_Payment getC_Payment() throws RuntimeException
- Throws:
RuntimeException
-
setC_PaySelectionCheck_ID
void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
Set Pay Selection Check. Payment Selection Check
-
getC_PaySelectionCheck_ID
int getC_PaySelectionCheck_ID()
Get Pay Selection Check. Payment Selection Check
-
setC_PaySelectionCheck_UU
void setC_PaySelectionCheck_UU(String C_PaySelectionCheck_UU)
Set C_PaySelectionCheck_UU
-
getC_PaySelectionCheck_UU
String getC_PaySelectionCheck_UU()
Get C_PaySelectionCheck_UU
-
setC_PaySelection_ID
void setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. Payment Selection
-
getC_PaySelection_ID
int getC_PaySelection_ID()
Get Payment Selection. Payment Selection
-
getC_PaySelection
I_C_PaySelection getC_PaySelection() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDiscountAmt
void setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. Calculated amount of discount
-
getDiscountAmt
BigDecimal getDiscountAmt()
Get Discount Amount. Calculated amount of discount
-
setDocumentNo
void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document
-
getDocumentNo
String getDocumentNo()
Get Document No. Document sequence number of the document
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsGeneratedDraft
void setIsGeneratedDraft(boolean IsGeneratedDraft)
Set Generated Draft
-
isGeneratedDraft
boolean isGeneratedDraft()
Get Generated Draft
-
setIsPrinted
void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed
-
isPrinted
boolean isPrinted()
Get Printed. Indicates if this document / line is printed
-
setIsReceipt
void setIsReceipt(boolean IsReceipt)
Set Receipt. This is a sales transaction (receipt)
-
isReceipt
boolean isReceipt()
Get Receipt. This is a sales transaction (receipt)
-
setPayAmt
void setPayAmt(BigDecimal PayAmt)
Set Payment amount. Amount being paid
-
getPayAmt
BigDecimal getPayAmt()
Get Payment amount. Amount being paid
-
setPaymentRule
void setPaymentRule(String PaymentRule)
Set Payment Rule. How you pay the invoice
-
getPaymentRule
String getPaymentRule()
Get Payment Rule. How you pay the invoice
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setQty
void setQty(int Qty)
Set Quantity. Quantity
-
getQty
int getQty()
Get Quantity. Quantity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWriteOffAmt
void setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount. Amount to write-off
-
getWriteOffAmt
BigDecimal getWriteOffAmt()
Get Write-off Amount. Amount to write-off
-
-