Package org.compiere.model
Interface I_C_PaySelectionLine
-
- All Known Implementing Classes:
MPaySelectionLine,X_C_PaySelectionLine
public interface I_C_PaySelectionLineGenerated Interface for C_PaySelectionLine- 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_Invoice_IDColumn name C_Invoice_IDstatic StringCOLUMNNAME_C_PaySelection_IDColumn name C_PaySelection_IDstatic StringCOLUMNNAME_C_PaySelectionCheck_IDColumn name C_PaySelectionCheck_IDstatic StringCOLUMNNAME_C_PaySelectionLine_IDColumn name C_PaySelectionLine_IDstatic StringCOLUMNNAME_C_PaySelectionLine_UUColumn name C_PaySelectionLine_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DifferenceAmtColumn name DifferenceAmtstatic StringCOLUMNNAME_DiscountAmtColumn name DiscountAmtstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsManualColumn name IsManualstatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_OpenAmtColumn name OpenAmtstatic StringCOLUMNNAME_PayAmtColumn name PayAmtstatic StringCOLUMNNAME_PaymentRuleColumn name PaymentRulestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WriteOffAmtColumn name WriteOffAmtstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=427static StringTable_NameTableName=C_PaySelectionLine
-
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_InvoicegetC_Invoice()intgetC_Invoice_ID()Get Invoice.I_C_PaySelectiongetC_PaySelection()intgetC_PaySelection_ID()Get Payment Selection.I_C_PaySelectionCheckgetC_PaySelectionCheck()intgetC_PaySelectionCheck_ID()Get Pay Selection Check.intgetC_PaySelectionLine_ID()Get Payment Selection Line.StringgetC_PaySelectionLine_UU()Get C_PaySelectionLine_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.BigDecimalgetDifferenceAmt()Get Difference.BigDecimalgetDiscountAmt()Get Discount Amount.intgetLine()Get Line No.BigDecimalgetOpenAmt()Get Open Amount.BigDecimalgetPayAmt()Get Payment amount.StringgetPaymentRule()Get Payment Rule.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.BigDecimalgetWriteOffAmt()Get Write-off Amount.booleanisActive()Get Active.booleanisManual()Get Manual.booleanisProcessed()Get Processed.booleanisSOTrx()Get Sales Transaction.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Invoice_ID(int C_Invoice_ID)Set Invoice.voidsetC_PaySelection_ID(int C_PaySelection_ID)Set Payment Selection.voidsetC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)Set Pay Selection Check.voidsetC_PaySelectionLine_ID(int C_PaySelectionLine_ID)Set Payment Selection Line.voidsetC_PaySelectionLine_UU(String C_PaySelectionLine_UU)Set C_PaySelectionLine_UUvoidsetDescription(String Description)Set Description.voidsetDifferenceAmt(BigDecimal DifferenceAmt)Set Difference.voidsetDiscountAmt(BigDecimal DiscountAmt)Set Discount Amount.voidsetIsActive(boolean IsActive)Set Active.voidsetIsManual(boolean IsManual)Set Manual.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetLine(int Line)Set Line No.voidsetOpenAmt(BigDecimal OpenAmt)Set Open Amount.voidsetPayAmt(BigDecimal PayAmt)Set Payment amount.voidsetPaymentRule(String PaymentRule)Set Payment Rule.voidsetProcessed(boolean Processed)Set Processed.voidsetWriteOffAmt(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
-
-