Package org.compiere.model
Interface I_C_PaySelectionLine
-
- All Known Implementing Classes:
MPaySelectionLine
,X_C_PaySelectionLine
public interface I_C_PaySelectionLine
Generated Interface for C_PaySelectionLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_IDstatic String
COLUMNNAME_C_PaySelection_ID
Column name C_PaySelection_IDstatic String
COLUMNNAME_C_PaySelectionCheck_ID
Column name C_PaySelectionCheck_IDstatic String
COLUMNNAME_C_PaySelectionLine_ID
Column name C_PaySelectionLine_IDstatic String
COLUMNNAME_C_PaySelectionLine_UU
Column name C_PaySelectionLine_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DifferenceAmt
Column name DifferenceAmtstatic String
COLUMNNAME_DiscountAmt
Column name DiscountAmtstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsManual
Column name IsManualstatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_Line
Column name Linestatic String
COLUMNNAME_OpenAmt
Column name OpenAmtstatic String
COLUMNNAME_PayAmt
Column name PayAmtstatic String
COLUMNNAME_PaymentRule
Column name PaymentRulestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WriteOffAmt
Column name WriteOffAmtstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=427static String
Table_Name
TableName=C_PaySelectionLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Invoice
getC_Invoice()
int
getC_Invoice_ID()
Get Invoice.I_C_PaySelection
getC_PaySelection()
int
getC_PaySelection_ID()
Get Payment Selection.I_C_PaySelectionCheck
getC_PaySelectionCheck()
int
getC_PaySelectionCheck_ID()
Get Pay Selection Check.int
getC_PaySelectionLine_ID()
Get Payment Selection Line.String
getC_PaySelectionLine_UU()
Get C_PaySelectionLine_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.BigDecimal
getDifferenceAmt()
Get Difference.BigDecimal
getDiscountAmt()
Get Discount Amount.int
getLine()
Get Line No.BigDecimal
getOpenAmt()
Get Open Amount.BigDecimal
getPayAmt()
Get Payment amount.String
getPaymentRule()
Get Payment Rule.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.BigDecimal
getWriteOffAmt()
Get Write-off Amount.boolean
isActive()
Get Active.boolean
isManual()
Get Manual.boolean
isProcessed()
Get Processed.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setC_PaySelectionLine_UU(String C_PaySelectionLine_UU)
Set C_PaySelectionLine_UUvoid
setDescription(String Description)
Set Description.void
setDifferenceAmt(BigDecimal DifferenceAmt)
Set Difference.void
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount.void
setIsActive(boolean IsActive)
Set Active.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.void
setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PaySelectionLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=427- 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_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_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_PaySelection_ID
static final String COLUMNNAME_C_PaySelection_ID
Column name C_PaySelection_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySelectionLine_ID
static final String COLUMNNAME_C_PaySelectionLine_ID
Column name C_PaySelectionLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySelectionLine_UU
static final String COLUMNNAME_C_PaySelectionLine_UU
Column name C_PaySelectionLine_UU- 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DifferenceAmt
static final String COLUMNNAME_DifferenceAmt
Column name DifferenceAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DiscountAmt
static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsManual
static final String COLUMNNAME_IsManual
Column name IsManual- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_OpenAmt
static final String COLUMNNAME_OpenAmt
Column name OpenAmt- 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_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_Invoice_ID
void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier
-
getC_Invoice_ID
int getC_Invoice_ID()
Get Invoice. Invoice Identifier
-
getC_Invoice
I_C_Invoice getC_Invoice() 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
-
getC_PaySelectionCheck
I_C_PaySelectionCheck getC_PaySelectionCheck() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setC_PaySelectionLine_ID
void setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
Set Payment Selection Line. Payment Selection Line
-
getC_PaySelectionLine_ID
int getC_PaySelectionLine_ID()
Get Payment Selection Line. Payment Selection Line
-
setC_PaySelectionLine_UU
void setC_PaySelectionLine_UU(String C_PaySelectionLine_UU)
Set C_PaySelectionLine_UU
-
getC_PaySelectionLine_UU
String getC_PaySelectionLine_UU()
Get C_PaySelectionLine_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDifferenceAmt
void setDifferenceAmt(BigDecimal DifferenceAmt)
Set Difference. Difference Amount
-
getDifferenceAmt
BigDecimal getDifferenceAmt()
Get Difference. Difference Amount
-
setDiscountAmt
void setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. Calculated amount of discount
-
getDiscountAmt
BigDecimal getDiscountAmt()
Get Discount Amount. Calculated amount of discount
-
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
-
setIsManual
void setIsManual(boolean IsManual)
Set Manual. This is a manual process
-
isManual
boolean isManual()
Get Manual. This is a manual process
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setLine
void setLine(int Line)
Set Line No. Unique line for this document
-
getLine
int getLine()
Get Line No. Unique line for this document
-
setOpenAmt
void setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. Open item amount
-
getOpenAmt
BigDecimal getOpenAmt()
Get Open Amount. Open item amount
-
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
-
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
-
-