|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_PaymentAllocate
public class X_C_PaymentAllocate
Generated Model for C_PaymentAllocate
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_PaymentAllocate |
|---|
accessLevel, COLUMNNAME_Amount, COLUMNNAME_C_AllocationLine_ID, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Payment_ID, COLUMNNAME_C_PaymentAllocate_ID, COLUMNNAME_DiscountAmt, COLUMNNAME_InvoiceAmt, COLUMNNAME_OverUnderAmt, COLUMNNAME_RemainingAmt, COLUMNNAME_WriteOffAmt, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_PaymentAllocate(Properties ctx,
int C_PaymentAllocate_ID,
String trxName)
Standard Constructor |
|
X_C_PaymentAllocate(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getOverUnderAmt()
Get Over/Under Payment. |
BigDecimal |
getRemainingAmt()
Get Remaining Amt. |
BigDecimal |
getWriteOffAmt()
Get Write-off Amount. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_PaymentAllocate(Properties ctx,
int C_PaymentAllocate_ID,
String trxName)
public X_C_PaymentAllocate(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAmount(BigDecimal Amount)
setAmount in interface I_C_PaymentAllocateAmount - Amount in a defined currencypublic BigDecimal getAmount()
getAmount in interface I_C_PaymentAllocate
public I_C_AllocationLine getC_AllocationLine()
throws Exception
getC_AllocationLine in interface I_C_PaymentAllocateExceptionpublic void setC_AllocationLine_ID(int C_AllocationLine_ID)
setC_AllocationLine_ID in interface I_C_PaymentAllocateC_AllocationLine_ID - Allocation Linepublic int getC_AllocationLine_ID()
getC_AllocationLine_ID in interface I_C_PaymentAllocate
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_PaymentAllocateExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_PaymentAllocateC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_PaymentAllocatepublic KeyNamePair getKeyNamePair()
public void setC_PaymentAllocate_ID(int C_PaymentAllocate_ID)
setC_PaymentAllocate_ID in interface I_C_PaymentAllocateC_PaymentAllocate_ID - Allocate Payment to Invoicespublic int getC_PaymentAllocate_ID()
getC_PaymentAllocate_ID in interface I_C_PaymentAllocate
public I_C_Payment getC_Payment()
throws Exception
getC_Payment in interface I_C_PaymentAllocateExceptionpublic void setC_Payment_ID(int C_Payment_ID)
setC_Payment_ID in interface I_C_PaymentAllocateC_Payment_ID - Payment identifierpublic int getC_Payment_ID()
getC_Payment_ID in interface I_C_PaymentAllocatepublic void setDiscountAmt(BigDecimal DiscountAmt)
setDiscountAmt in interface I_C_PaymentAllocateDiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
getDiscountAmt in interface I_C_PaymentAllocatepublic void setInvoiceAmt(BigDecimal InvoiceAmt)
setInvoiceAmt in interface I_C_PaymentAllocateInvoiceAmt - Invoice Amtpublic BigDecimal getInvoiceAmt()
getInvoiceAmt in interface I_C_PaymentAllocatepublic void setOverUnderAmt(BigDecimal OverUnderAmt)
setOverUnderAmt in interface I_C_PaymentAllocateOverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amountpublic BigDecimal getOverUnderAmt()
getOverUnderAmt in interface I_C_PaymentAllocatepublic void setRemainingAmt(BigDecimal RemainingAmt)
setRemainingAmt in interface I_C_PaymentAllocateRemainingAmt - Remaining Amountpublic BigDecimal getRemainingAmt()
getRemainingAmt in interface I_C_PaymentAllocatepublic void setWriteOffAmt(BigDecimal WriteOffAmt)
setWriteOffAmt in interface I_C_PaymentAllocateWriteOffAmt - Amount to write-offpublic BigDecimal getWriteOffAmt()
getWriteOffAmt in interface I_C_PaymentAllocate
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||