Package org.compiere.model
Interface I_C_PaymentAllocate
- All Known Implementing Classes:
MPaymentAllocate
,X_C_PaymentAllocate
public interface I_C_PaymentAllocate
Generated Interface for C_PaymentAllocate
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Amountstatic final String
Column name C_AllocationLine_IDstatic final String
Column name C_Invoice_IDstatic final String
Column name C_Payment_IDstatic final String
Column name C_PaymentAllocate_IDstatic final String
Column name C_PaymentAllocate_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DiscountAmtstatic final String
Column name InvoiceAmtstatic final String
Column name IsActivestatic final String
Column name OverUnderAmtstatic final String
Column name RemainingAmtstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name WriteOffAmtstatic final KeyNamePair
static final int
AD_Table_ID=812static final String
TableName=C_PaymentAllocate -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Amount.int
Get Allocation Line.int
Get Invoice.int
Get Payment.int
Get Allocate Payment.Get C_PaymentAllocate_UUGet Created.int
Get Created By.Get Discount Amount.Get Invoice AmtGet Over/Under Payment.Get Remaining Amt.Get Updated.int
Get Updated By.Get Write-off Amount.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAmount
(BigDecimal Amount) Set Amount.void
setC_AllocationLine_ID
(int C_AllocationLine_ID) Set Allocation Line.void
setC_Invoice_ID
(int C_Invoice_ID) Set Invoice.void
setC_Payment_ID
(int C_Payment_ID) Set Payment.void
setC_PaymentAllocate_ID
(int C_PaymentAllocate_ID) Set Allocate Payment.void
setC_PaymentAllocate_UU
(String C_PaymentAllocate_UU) Set C_PaymentAllocate_UUvoid
setDiscountAmt
(BigDecimal DiscountAmt) Set Discount Amount.void
setInvoiceAmt
(BigDecimal InvoiceAmt) Set Invoice Amtvoid
setIsActive
(boolean IsActive) Set Active.void
setOverUnderAmt
(BigDecimal OverUnderAmt) Set Over/Under Payment.void
setRemainingAmt
(BigDecimal RemainingAmt) Set Remaining Amt.void
setWriteOffAmt
(BigDecimal WriteOffAmt) Set Write-off Amount.
-
Field Details
-
Table_Name
TableName=C_PaymentAllocate- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=812- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Amount
Column name Amount- See Also:
-
COLUMNNAME_C_AllocationLine_ID
Column name C_AllocationLine_ID- See Also:
-
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
-
COLUMNNAME_C_PaymentAllocate_ID
Column name C_PaymentAllocate_ID- See Also:
-
COLUMNNAME_C_PaymentAllocate_UU
Column name C_PaymentAllocate_UU- See Also:
-
COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
-
COLUMNNAME_InvoiceAmt
Column name InvoiceAmt- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_OverUnderAmt
Column name OverUnderAmt- See Also:
-
COLUMNNAME_RemainingAmt
Column name RemainingAmt- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WriteOffAmt
Column name WriteOffAmt- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAmount
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
- 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
- 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
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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDiscountAmt
Set Discount Amount. Calculated amount of discount -
getDiscountAmt
BigDecimal getDiscountAmt()Get Discount Amount. Calculated amount of discount -
setInvoiceAmt
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
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
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
Set Write-off Amount. Amount to write-off -
getWriteOffAmt
BigDecimal getWriteOffAmt()Get Write-off Amount. Amount to write-off
-