Package org.compiere.model
Interface I_C_PaymentAllocate
-
- All Known Implementing Classes:
MPaymentAllocate,X_C_PaymentAllocate
public interface I_C_PaymentAllocateGenerated Interface for C_PaymentAllocate- 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_AmountColumn name Amountstatic StringCOLUMNNAME_C_AllocationLine_IDColumn name C_AllocationLine_IDstatic StringCOLUMNNAME_C_Invoice_IDColumn name C_Invoice_IDstatic StringCOLUMNNAME_C_Payment_IDColumn name C_Payment_IDstatic StringCOLUMNNAME_C_PaymentAllocate_IDColumn name C_PaymentAllocate_IDstatic StringCOLUMNNAME_C_PaymentAllocate_UUColumn name C_PaymentAllocate_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DiscountAmtColumn name DiscountAmtstatic StringCOLUMNNAME_InvoiceAmtColumn name InvoiceAmtstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_OverUnderAmtColumn name OverUnderAmtstatic StringCOLUMNNAME_RemainingAmtColumn name RemainingAmtstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WriteOffAmtColumn name WriteOffAmtstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=812static StringTable_NameTableName=C_PaymentAllocate
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmount()Get Amount.I_C_AllocationLinegetC_AllocationLine()intgetC_AllocationLine_ID()Get Allocation Line.I_C_InvoicegetC_Invoice()intgetC_Invoice_ID()Get Invoice.I_C_PaymentgetC_Payment()intgetC_Payment_ID()Get Payment.intgetC_PaymentAllocate_ID()Get Allocate Payment.StringgetC_PaymentAllocate_UU()Get C_PaymentAllocate_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetDiscountAmt()Get Discount Amount.BigDecimalgetInvoiceAmt()Get Invoice AmtBigDecimalgetOverUnderAmt()Get Over/Under Payment.BigDecimalgetRemainingAmt()Get Remaining Amt.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.BigDecimalgetWriteOffAmt()Get Write-off Amount.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmount(BigDecimal Amount)Set Amount.voidsetC_AllocationLine_ID(int C_AllocationLine_ID)Set Allocation Line.voidsetC_Invoice_ID(int C_Invoice_ID)Set Invoice.voidsetC_Payment_ID(int C_Payment_ID)Set Payment.voidsetC_PaymentAllocate_ID(int C_PaymentAllocate_ID)Set Allocate Payment.voidsetC_PaymentAllocate_UU(String C_PaymentAllocate_UU)Set C_PaymentAllocate_UUvoidsetDiscountAmt(BigDecimal DiscountAmt)Set Discount Amount.voidsetInvoiceAmt(BigDecimal InvoiceAmt)Set Invoice AmtvoidsetIsActive(boolean IsActive)Set Active.voidsetOverUnderAmt(BigDecimal OverUnderAmt)Set Over/Under Payment.voidsetRemainingAmt(BigDecimal RemainingAmt)Set Remaining Amt.voidsetWriteOffAmt(BigDecimal WriteOffAmt)Set Write-off Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PaymentAllocate- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=812- 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_Amount
static final String COLUMNNAME_Amount
Column name Amount- See Also:
- Constant Field Values
-
COLUMNNAME_C_AllocationLine_ID
static final String COLUMNNAME_C_AllocationLine_ID
Column name C_AllocationLine_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_PaymentAllocate_ID
static final String COLUMNNAME_C_PaymentAllocate_ID
Column name C_PaymentAllocate_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaymentAllocate_UU
static final String COLUMNNAME_C_PaymentAllocate_UU
Column name C_PaymentAllocate_UU- 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_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_InvoiceAmt
static final String COLUMNNAME_InvoiceAmt
Column name InvoiceAmt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_OverUnderAmt
static final String COLUMNNAME_OverUnderAmt
Column name OverUnderAmt- See Also:
- Constant Field Values
-
COLUMNNAME_RemainingAmt
static final String COLUMNNAME_RemainingAmt
Column name RemainingAmt- 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
-
setAmount
void setAmount(BigDecimal Amount)
Set Amount. Amount in a defined currency
-
getAmount
BigDecimal getAmount()
Get Amount. Amount in a defined currency
-
setC_AllocationLine_ID
void setC_AllocationLine_ID(int C_AllocationLine_ID)
Set Allocation Line. Allocation Line
-
getC_AllocationLine_ID
int getC_AllocationLine_ID()
Get Allocation Line. Allocation Line
-
getC_AllocationLine
I_C_AllocationLine getC_AllocationLine() throws RuntimeException
- Throws:
RuntimeException
-
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_PaymentAllocate_ID
void setC_PaymentAllocate_ID(int C_PaymentAllocate_ID)
Set Allocate Payment. Allocate Payment to Invoices
-
getC_PaymentAllocate_ID
int getC_PaymentAllocate_ID()
Get Allocate Payment. Allocate Payment to Invoices
-
setC_PaymentAllocate_UU
void setC_PaymentAllocate_UU(String C_PaymentAllocate_UU)
Set C_PaymentAllocate_UU
-
getC_PaymentAllocate_UU
String getC_PaymentAllocate_UU()
Get C_PaymentAllocate_UU
-
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
-
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
-
setInvoiceAmt
void setInvoiceAmt(BigDecimal InvoiceAmt)
Set Invoice Amt
-
getInvoiceAmt
BigDecimal getInvoiceAmt()
Get Invoice Amt
-
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
-
setOverUnderAmt
void setOverUnderAmt(BigDecimal OverUnderAmt)
Set Over/Under Payment. Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
getOverUnderAmt
BigDecimal getOverUnderAmt()
Get Over/Under Payment. Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
setRemainingAmt
void setRemainingAmt(BigDecimal RemainingAmt)
Set Remaining Amt. Remaining Amount
-
getRemainingAmt
BigDecimal getRemainingAmt()
Get Remaining Amt. Remaining Amount
-
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
-
-