Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_Amount
          Column name Amount
static String COLUMNNAME_C_AllocationLine_ID
          Column name C_AllocationLine_ID
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_C_Payment_ID
          Column name C_Payment_ID
static String COLUMNNAME_C_PaymentAllocate_ID
          Column name C_PaymentAllocate_ID
static String COLUMNNAME_DiscountAmt
          Column name DiscountAmt
static String COLUMNNAME_InvoiceAmt
          Column name InvoiceAmt
static String COLUMNNAME_OverUnderAmt
          Column name OverUnderAmt
static String COLUMNNAME_RemainingAmt
          Column name RemainingAmt
static String COLUMNNAME_WriteOffAmt
          Column name WriteOffAmt
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=812
static String Table_Name
          TableName=C_PaymentAllocate
 
Method Summary
 BigDecimal getAmount()
          Get Amount.
 int getC_AllocationLine_ID()
          Get Allocation Line.
 I_C_AllocationLine getC_AllocationLine()
           
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 int getC_PaymentAllocate_ID()
          Get Allocate Payment.
 BigDecimal getDiscountAmt()
          Get Discount Amount.
 BigDecimal getInvoiceAmt()
          Get Invoice Amt
 BigDecimal getOverUnderAmt()
          Get Over/Under Payment.
 BigDecimal getRemainingAmt()
          Get Remaining Amt.
 BigDecimal getWriteOffAmt()
          Get Write-off Amount.
 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 setDiscountAmt(BigDecimal DiscountAmt)
          Set Discount Amount.
 void setInvoiceAmt(BigDecimal InvoiceAmt)
          Set Invoice Amt
 void setOverUnderAmt(BigDecimal OverUnderAmt)
          Set Over/Under Payment.
 void setRemainingAmt(BigDecimal RemainingAmt)
          Set Remaining Amt.
 void setWriteOffAmt(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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


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_Payment_ID

static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID

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_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_WriteOffAmt

static final String COLUMNNAME_WriteOffAmt
Column name WriteOffAmt

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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_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 Exception
Throws:
Exception

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


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


setWriteOffAmt

void setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount. Amount to write-off


getWriteOffAmt

BigDecimal getWriteOffAmt()
Get Write-off Amount. Amount to write-off


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.